]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/x509v3/v3_cpols.c
Simplify the stack reservation
[thirdparty/openssl.git] / crypto / x509v3 / v3_cpols.c
2017-10-26  Paul YangSimplify the stack reservation
2017-10-03  FdaSilvaYYUse more pre-allocation
2017-04-20  Marek KleinexplicitText encoding
2017-03-15  Bernd EdlingerFixed a crash in print_notice.
2017-02-05  Bernd EdlingerFix a crash with malformed user notice policy numbers
2016-06-15  FdaSilvaYYConstify input buffers of some X509V3 and X509_PURPOSE...
2016-06-01  Matt CaswellDon't leak memory from notice_section function on error...
2016-05-17  Rich SalzCopyright consolidation 07/10
2016-04-28  Matt CaswellFree an ASN1_OBJECT in an error path
2016-01-26  Rich SalzRemove /* foo.c */ comments
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-05-07  Rich SalzUse "==0" instead of "!strcmp" etc
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-03-23  Dr. Stephen HensonRemove old ASN.1 code.
2015-03-12  Matt CaswellFix missing return checks in v3_cpols.c
2015-02-06  Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2009-04-15  Dr. Stephen HensonUpdates from 1.0.0-stable.
2009-03-14  Dr. Stephen HensonPR: 1864
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2008-08-12  Dr. Stephen HensonSupport for policy mappings extension.
2007-01-21  Dr. Stephen HensonConstify version strings and some structures.
2005-08-05  Nils Larschfix potential memory leak + improved error checking
2005-05-11  Bodo MöllerFix more error codes.
2004-03-31  Dr. Stephen HensonNew function X509_POLICY_NODE_print()
2003-05-28  Dr. Stephen HensonPR: 627
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-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-05-17  Ben LaurieTypesafety Thought Police part 5.
2000-05-15  Ulf MöllerGet rid of more non-ANSI declarations.
1999-10-20  Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-06-21  Dr. Stephen HensonImplement STACK_OF(ANS1_OBJECT) for extended key usage...
1999-06-20  Dr. Stephen HensonConvert the CONF library to use a typesafe stack: a...
1999-05-08  Dr. Stephen HensonAllows PKCS#12 password to be placed on command line...
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
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-19  Ulf MöllerChange functions to ANSI C.
1999-04-19  Dr. Stephen HensonFinish off support for Certificate Policies extension.
1999-04-18  Dr. Stephen HensonInitial support for Certificate Policies extension...