summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1.h
AgeCommit message (Expand)Author
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte
2000-09-21Fix ASN1_TYPE bug.Dr. Stephen Henson
2000-09-08Two places where I forgot to change vms_idhacks to symhacks.Richard Levitte
2000-09-06Get rid of ASN1_UTCTIME_get, which cannot work with time_tBodo Möller
2000-08-24New option to CA.pl to sign request using CA extensions.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-26Make NEG_PUBKEY_BUG on by default.Dr. Stephen Henson
2000-07-07New ASN1 functions that just deal withDr. Stephen Henson
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-09Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte
2000-06-01"make update" + stripping the type-specific stack functions out ofGeoff Thorpe
2000-05-17Typesafety Thought Police part 5.Ben Laurie
2000-05-16Typesafety Thought Police Part 2.Ben Laurie
2000-05-14Allow UTCTIME objects to be retrieved. Check for imminent cert expiry.Ben Laurie
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-02-26Make ASN1 types real typedefs.Dr. Stephen Henson
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-07More X509_ATTRIBUTE changes.Dr. Stephen Henson
2000-01-06Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson
2000-01-01Fix some of the command line password stuff. New functionDr. Stephen Henson
1999-12-29Add OIDs for idea and blowfish. Unfortunately these are inDr. Stephen Henson
1999-12-26New {i2d,d2i}_PrivateKey_{bio, fp} functions.Dr. Stephen Henson
1999-12-22Support for ASN1 NULL type.Dr. Stephen Henson
1999-12-08Add i2d_ASN1_PRINTABLESTRING() function, and do 'make update'Dr. Stephen Henson
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson
1999-11-23Support for authority information access extension.Dr. Stephen Henson
1999-11-21Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson
1999-11-19Support for otherName in GeneralName.Dr. Stephen Henson
1999-11-12Some new names in asn1.h are longer than 31 chars, which disturbs the VMS C c...Richard Levitte
1999-11-04Allow additional information to be attached to aDr. Stephen Henson
1999-10-27Continued multibyte character support.Dr. Stephen Henson
1999-10-25More multibyte character support.Dr. Stephen Henson
1999-10-23Constification.Ben Laurie
1999-10-21New function ASN1_mbstring_copy() to handle ASN1 string copying. UltimatelyDr. Stephen Henson
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-09-07New function to convert ASN1 tag values to strings. Also fix typo in asn1.hDr. Stephen Henson
1999-09-04New UTF8 utility functions to parse/generate UTF8 strings.Dr. Stephen Henson
1999-06-21Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson
1999-06-06More PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0Dr. Stephen Henson
1999-05-18Spelling error.Ulf Möller
1999-05-14The encoding of negative ASN1 INTEGERs and the conversion of BNs to negativeDr. Stephen Henson
1999-05-09Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson
1999-05-01Another stack.Ben Laurie
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-24Avoid "incomprehensible" errors when required definitions are missing.Bodo Möller