The new ASN1 code automatically allocates
[openssl.git] / crypto / x509v3 / v3_lib.c
2001-02-23 Dr. Stephen HensonInitial support for ASN1_ITEM_FUNCTION option to
2001-02-16 Dr. Stephen HensonNew options to 'ca' utility to support CRL entry extens...
2000-12-27 Dr. Stephen HensonX509V3_add_i2d() needs to be able to allocate a
2000-12-24 Dr. Stephen HensonNew function X509V3_add_i2d() this is used for
2000-12-13 Dr. Stephen HensonRewrite the extension code to use an ASN1_ITEM structure
2000-06-11 Dr. Stephen HensonDocument EVP routines. Change EVP_SealInit() and EVP_Op...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-06-01 Geoff ThorpeThe previous commit to crypto/stack/*.[ch] pulled the...
2000-05-17 Ben LaurieTypesafety Thought Police last part.
2000-05-15 Ulf MöllerGet rid of more non-ANSI declarations.
2000-02-13 Dr. Stephen HensonModernise 'selfsign.c' to use new X509_NAME code
2000-02-07 Dr. Stephen HensonRename the X509V3_*_d2i functions to X509_get_ext_d2i...
1999-12-01 Dr. Stephen HensonModify the X509 V3 extension lookup code.
1999-11-27 Dr. Stephen HensonAdd trust setting support to the verify code. It now...
1999-11-23 Dr. Stephen HensonSupport for authority information access extension.
1999-10-11 Dr. Stephen HensonAdd EX_DATA support to X509.
1999-10-09 Dr. Stephen HensonNew functions to parse and get extensions.
1999-05-23 Dr. Stephen HensonSet ext_list to NULL after use.
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-21 Dr. Stephen HensonSuppport for CRL distribution points extension. Also...
1999-04-20 Dr. Stephen HensonVarious fixes so Win32 compile may work. Convert Genera...
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-18 Dr. Stephen HensonInitial support for Certificate Policies extension...
1999-04-14 Dr. Stephen HensonAdd some utilities to support SXNet extension also...
1999-03-27 Dr. Stephen HensonAdd initial support for Thawte strong extranet certific...
1999-03-04 Dr. Stephen HensonDeleted my str_dup() function from X509V3: the same...
1999-02-22 Dr. Stephen HensonVarious changes to make this stuff compile under Win32...
1999-02-20 Dr. Stephen HensonPreliminary support for reason code CRL extension.
1999-02-19 Dr. Stephen HensonOverhaul 'crl' application, add a proper X509_CRL_print...
1999-02-17 Dr. Stephen HensonOops! Remeber to include the other patches this time...
1999-02-10 Dr. Stephen HensonMore extension code. Incomplete support for subject...
1999-02-07 Dr. Stephen HensonAdd support for GeneralName and GeneralNames extensions...
1999-01-24 Dr. Stephen HensonInitial addition of new X509 V3 files, tidy of old...