Rename some BUF_xxx to OPENSSL_xxx
[openssl.git] / crypto / x509v3 / v3_info.c
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-01-24 Rich Salzifdef cleanup, part 4a: '#ifdef undef'
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2005-05-11 Bodo MöllerFix more error codes.
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-03-24 Dr. Stephen HensonSupport for name constraints.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-06-13 Dr. Stephen HensonThe new ASN1 code automatically allocates
2001-10-27 Dr. Stephen HensonAdd support for Subject Info Acess extension.
2001-02-23 Dr. Stephen HensonGet rid of ASN1_ITEM_FUNCTIONS dummy function
2001-02-23 Dr. Stephen HensonInitial support for ASN1_ITEM_FUNCTION option to
2000-12-13 Dr. Stephen HensonRewrite the extension code to use an ASN1_ITEM structure
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-10-27 Richard LevitteThe majority of the OCSP code from CertCo.
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-02-11 Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-01-30 Ulf MöllerSeek out and destroy another evil cast.
1999-11-23 Dr. Stephen HensonSupport for authority information access extension.