]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/asn1/asn1_gen.c
Continue standardising malloc style for libcrypto
[thirdparty/openssl.git] / crypto / asn1 / asn1_gen.c
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
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-05-06  Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-05-03  Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-05-01  Rich Salzfree NULL cleanup 11
2015-05-01  Rich Salzfree null cleanup finale
2015-04-30  Rich Salzfree NULL cleanup 8
2015-04-16  Dr. Stephen HensonReject empty generation strings.
2015-04-16  Dr. Stephen HensonLimit depth of nested sequences when generating ASN.1
2015-03-11  Matt CaswellFix seg fault in ASN1_generate_v3/ASN1_generate_nconf
2015-03-09  Dmitry-MeFix wrong numbers being passed as string lengths
2015-01-29  Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-24  Kurt RoeckxFix segfault with empty fields as last in the config.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-08-11  Dr Stephen HensonFix d4a4370050f7d72239b92a60ab9d4a2dd5e9fd84
2012-10-22  Dr. Stephen HensonNew config module for string tables. This can be used...
2009-11-10  Dr. Stephen HensonPR: 2090
2009-02-10  Dr. Stephen HensonSubmitted by: Peter Sylvester <Peter.Sylvester@edelweb.fr>
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2008-11-01  Ben Lauriesize_tification.
2007-10-13  Andy PolyakovBunch of constifications.
2006-11-16  Dr. Stephen HensonInitial, incomplete support for typesafe macros without...
2006-03-15  Nils Larschfix problems found by coverity: remove useless code
2006-01-19  Dr. Stephen HensonFixes for BOOL handling: produce errors for invalid...
2006-01-14  Nils Larschsupport numeric strings in ASN1_generate_nconf
2005-05-09  Bodo MöllerUpdate util/ck_errf.pl script, and have it run automati...
2005-04-23  Nils Larschmake asn.1 field names const
2005-03-31  Ben LaurieGive everything prototypes (well, everything that's...
2004-03-15  Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2003-10-29  Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-02-20  Dr. Stephen HensonOoops forgot to recognise V_ASN1_GENERALSTRING.
2003-02-18  Dr. Stephen HensonTypo.
2003-02-11  Dr. Stephen HensonGeneralString support in mini-ASN1 compiler
2002-11-15  Dr. Stephen HensonAdd SETWRAP modifier to ASN1 generate.
2002-11-13  Ben LaurieFix warnings, makefile cockup.
2002-11-13  Dr. Stephen HensonOnly accept exact match for modifier or tag name
2002-11-12  Dr. Stephen HensonInitial ASN1 generation code. This can construct