Fix dsaparam -genkey with DER outform
[openssl.git] / crypto / x509v3 / v3_conf.c
2018-02-27 Matt CaswellUpdate copyright year
2018-02-21 Pavel KopylX509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors...
2017-08-21 PauliThis has been added to avoid the situation where some...
2016-07-26 David BenjaminUse sk_CONF_VALUE_pop_free in do_ext_nconf error path.
2016-06-15 FdaSilvaYYConstify input buffers of some X509V3 and X509_PURPOSE...
2016-06-10 Matt CaswellFix an error path leak in do_ext_nconf()
2016-06-05 FdaSilvaYYConstify X509V3_EXT_*_conf*
2016-05-17 Rich SalzCopyright consolidation 07/10
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-09-16 Dr. Stephen HensonEmbed X509_CINF
2015-09-16 Dr. Stephen HensonX509_CRL_INFO embed
2015-09-02 Dr. Stephen Hensonmake X509_CRL opaque
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-01 Rich Salzfree null cleanup finale
2015-03-24 Rich Salzfree NULL cleanup
2015-03-23 Dr. Stephen HensonRemove old ASN.1 code.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-08-17 Jonas Maebedo_ext_i2d: free ext_der or ext_oct on error path
2010-03-03 Dr. Stephen Hensonoption to replace extensions with new ones: mainly...
2010-03-03 Dr. Stephen HensonPR: 2183
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-10-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-05-26 Ben LaurieLHASH revamp. make depend.
2005-05-11 Bodo MöllerFix more error codes.
2003-05-02 Dr. Stephen HensonMake DER option work again.
2003-03-21 Dr. Stephen HensonSupport for policy constraints.
2003-02-27 Dr. Stephen HensonSupport for dirName from config files in GeneralName...
2002-11-12 Dr. Stephen HensonInitial ASN1 generation code. This can construct
2001-06-28 Dr. Stephen HensonModify apps to use NCONF code instead of old CONF code.
2001-02-23 Dr. Stephen HensonInitial support for ASN1_ITEM_FUNCTION option to
2000-12-13 Dr. Stephen HensonStop extension creation code core dumping.
2000-12-13 Dr. Stephen HensonRewrite the extension code to use an ASN1_ITEM structure
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
1999-10-20 Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-08-25 Dr. Stephen HensonAllow extensions to be added to certificate requests...
1999-06-20 Dr. Stephen HensonConvert the CONF library to use a typesafe stack: a...
1999-05-17 Dr. Stephen HensonVarious clarifications to extension docs: change the...
1999-05-10 Bodo MöllerThe various character predicates (isspace and the like...
1999-05-09 Dr. Stephen HensonKill evil casts, fix PKCS#7 and add new X509V3 Function.
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-20 Ulf MöllerFix lots of warnings.
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-17 Ben LaurieMassive constification.
1999-04-16 Dr. Stephen HensonAdd initial support for r2i RAW extensions which can...
1999-03-06 Dr. Stephen HensonAdded support for adding extensions to CRLs, also fix...
1999-02-22 Dr. Stephen HensonVarious changes to make this stuff compile under Win32...
1999-02-21 Dr. Stephen HensonAdd more functionality to issuer alt name and subject...
1999-02-14 Dr. Stephen HensonAdd support for raw extensions. This means that you...
1999-02-10 Dr. Stephen HensonMore extension code. Incomplete support for subject...
1999-01-24 Dr. Stephen HensonInitial addition of new X509 V3 files, tidy of old...