summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte
2000-09-22Catch V_ASN1_NULL.Richard Levitte
2000-09-21Fix ASN1_TYPE bug.Dr. Stephen Henson
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-09-10Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte
2000-09-09More VMS synchronisationRichard Levitte
2000-09-09Fix some CygWin problems.Ulf Möller
2000-09-08Two places where I forgot to change vms_idhacks to symhacks.Richard Levitte
2000-09-07Two new PKCS#12 demo programs.Dr. Stephen Henson
2000-09-07'make update'Richard Levitte
2000-09-06Get rid of ASN1_UTCTIME_get, which cannot work with time_tBodo Möller
2000-09-06'make update'Bodo Möller
2000-09-05*BIG* verify code reorganisation.Dr. Stephen Henson
2000-09-05Keep a not of original encoding in certificate requests.Dr. Stephen Henson
2000-08-30Fix typo in i2d_ASN1_ENUMERATEDDr. Stephen Henson
2000-08-24New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson
2000-08-22Add support for 'other' PKCS#7 content types.Dr. Stephen Henson
2000-08-22Fix ASN1_INTEGER_to_BN properly this time...Dr. Stephen Henson
2000-08-22Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.cDr. Stephen Henson
2000-08-21Various fixes...Dr. Stephen Henson
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte
2000-08-06For n > 7, we might get uninitialized (unzeroed) data.Richard Levitte
2000-08-04Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).Dr. Stephen Henson
2000-07-30Document the new DN printing options.Dr. Stephen Henson
2000-07-28New ASN1_STRING_print_ex() and X509_NAME_print_ex()Dr. Stephen Henson
2000-07-27Add the possibility to get hexdumps of unprintable data when usingRichard Levitte
2000-07-27Fix a bug in the new i2d_{ENUMERATED,INTEGER} thatDr. Stephen Henson
2000-07-26Make NEG_PUBKEY_BUG on by default.Dr. Stephen Henson
2000-07-10Fix some typose in the i2d/d2i functions thatDr. Stephen Henson
2000-07-07New ASN1 functions that just deal withDr. Stephen Henson
2000-07-05I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-20Handle ASN1_SET_OF and PKCS12_STACK_OF using functionDr. Stephen Henson
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson
2000-06-15Add support for the modified SGC key format used in IIS.Dr. Stephen Henson
2000-06-15Make sure that bs is not getting free'd again.Richard Levitte
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
2000-06-09Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte
2000-06-05int may be smaller than 32 bits.Bodo Möller
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-06-01"make update" + stripping the type-specific stack functions out ofGeoff Thorpe
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe
2000-05-31sk_***_new_null() seems to be there to avoid exactly this sort of thingGeoff Thorpe
2000-05-31Add "FIXME" comment.Bodo Möller
2000-05-29It seems that mktime does what is required here. Certainly timegm() canGeoff Thorpe
2000-05-24Add DSA library string. Workaround for IIS .key file invalidDr. Stephen Henson
2000-05-19Fix "FIXME" indentation :-)Bodo Möller
2000-05-19Add "FIXME" comment, and adjust the indentation.Bodo Möller
2000-05-17Typesafety Thought Police part 5.Ben Laurie
2000-05-16Typesafety Thought Police part 3.Ben Laurie