aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* Make X509_NAME produce correct encoding when empty.Dr. Stephen Henson2001-02-121-2/+3
* For CRLs.Dr. Stephen Henson2001-01-281-3/+3
* New ASN1 macros which will encode an empty SEQUENCE OF.Dr. Stephen Henson2001-01-282-6/+29
* Fix from main trunk, 2000-10-04 03:16:34 steve:Dr. Stephen Henson2000-10-271-1/+1
* Fix from main trunk, 2000-09-25 10:52 levitte:Richard Levitte2000-10-111-1/+2
* Catch V_ASN1_NULL.Richard Levitte2000-09-221-0/+2
* Fix ASN1_TYPE bug.Dr. Stephen Henson2000-09-212-6/+9
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-1/+1
* Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte2000-09-101-0/+7
* More VMS synchronisationRichard Levitte2000-09-091-0/+1
* Fix some CygWin problems.Ulf Möller2000-09-092-6/+5
* Two places where I forgot to change vms_idhacks to symhacks.Richard Levitte2000-09-081-3/+1
* Two new PKCS#12 demo programs.Dr. Stephen Henson2000-09-072-0/+16
* 'make update'Richard Levitte2000-09-071-133/+173
* Get rid of ASN1_UTCTIME_get, which cannot work with time_tBodo Möller2000-09-062-0/+48
* 'make update'Bodo Möller2000-09-061-4/+5
* *BIG* verify code reorganisation.Dr. Stephen Henson2000-09-051-3/+8
* Keep a not of original encoding in certificate requests.Dr. Stephen Henson2000-09-051-0/+21
* Fix typo in i2d_ASN1_ENUMERATEDDr. Stephen Henson2000-08-301-1/+1
* New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson2000-08-243-1/+27
* Add support for 'other' PKCS#7 content types.Dr. Stephen Henson2000-08-221-5/+7
* Fix ASN1_INTEGER_to_BN properly this time...Dr. Stephen Henson2000-08-222-2/+2
* Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.cDr. Stephen Henson2000-08-223-9/+10
* Various fixes...Dr. Stephen Henson2000-08-212-0/+93
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-141-345/+379
* For n > 7, we might get uninitialized (unzeroed) data.Richard Levitte2000-08-061-2/+2
* Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).Dr. Stephen Henson2000-08-041-2/+2
* Document the new DN printing options.Dr. Stephen Henson2000-07-302-6/+6
* New ASN1_STRING_print_ex() and X509_NAME_print_ex()Dr. Stephen Henson2000-07-285-2/+706
* Add the possibility to get hexdumps of unprintable data when usingRichard Levitte2000-07-272-5/+44
* Fix a bug in the new i2d_{ENUMERATED,INTEGER} thatDr. Stephen Henson2000-07-272-0/+2
* Make NEG_PUBKEY_BUG on by default.Dr. Stephen Henson2000-07-265-16/+36
* Fix some typose in the i2d/d2i functions thatDr. Stephen Henson2000-07-103-7/+10
* New ASN1 functions that just deal withDr. Stephen Henson2000-07-074-179/+135
* I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-051-302/+320
* Fixes for Win32 build.Dr. Stephen Henson2000-06-214-8/+9
* Handle ASN1_SET_OF and PKCS12_STACK_OF using functionDr. Stephen Henson2000-06-201-43/+2
* Safe stack reorganisation in terms of function casts.Dr. Stephen Henson2000-06-161-124/+0
* Add support for the modified SGC key format used in IIS.Dr. Stephen Henson2000-06-151-5/+41
* Make sure that bs is not getting free'd again.Richard Levitte2000-06-151-0/+1
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-396/+443
* Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte2000-06-091-3/+6
* int may be smaller than 32 bits.Bodo Möller2000-06-052-10/+10
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-0162-154/+154
* "make update" + stripping the type-specific stack functions out ofGeoff Thorpe2000-06-011-0/+124
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-012-7/+14
* sk_***_new_null() seems to be there to avoid exactly this sort of thingGeoff Thorpe2000-05-311-1/+1
* Add "FIXME" comment.Bodo Möller2000-05-311-1/+8
* It seems that mktime does what is required here. Certainly timegm() canGeoff Thorpe2000-05-291-6/+1
* Add DSA library string. Workaround for IIS .key file invalidDr. Stephen Henson2000-05-241-1/+5