Fix safestack issues in x509.h
[openssl.git] / crypto / pkcs12 / p12_crt.c
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-08-06 Jon SpillettAdd new APIs to get PKCS12 secretBag OID and value
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-03-21 Bernd EdlingerFix error handling in x509v3_cache_extensions and relat...
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Reorganize local header files
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2016-06-15 FdaSilvaYYConstify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-02-08 Dr. Stephen Hensonuse new function names
2016-02-08 Dr. Stephen HensonReorganise functions.
2016-02-08 Dr. Stephen HensonUse new names
2016-02-08 Dr. Stephen HensonMake PKCS12 structures opaque
2016-01-26 Rich SalzRemove /* foo.c */ comments
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-04-11 Rich Salzfree NULL cleanup 9
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-05-21 Dr. Stephen HensonFix for PKCS12_create if no-rc2 specified.
2009-03-09 Dr. Stephen HensonUpdate from stable branch.
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-06-26 Dr. Stephen HensonUpdate from stable branch.
2005-05-15 Dr. Stephen HensonMake -CSP option work again in pkcs12 utility by checki...
2002-10-03 Dr. Stephen HensonVarious enhancements to PKCS#12 code, new
2000-12-31 Dr. Stephen HensonRewrite PKCS#12 code and remove some of the old
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-08-24 Dr. Stephen HensonNew option to CA.pl to sign request using CA extensions.
2000-05-16 Ben LaurieTypesafety Thought Police part 3.
2000-05-16 Ben LaurieTypesafety Thought Police Part 2.
2000-05-15 Ulf MöllerGet rid of more non-ANSI declarations.
2000-03-22 Dr. Stephen HensonFix a memory leak in PKCS12_parse.
1999-05-19 Dr. Stephen HensonNew functions sk_set, sk_value and sk_num to replace...
1999-05-18 Dr. Stephen HensonChange default PKCS#12 iteration count to 2048, include...
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-03-29 Dr. Stephen HensonInclude pkcs12 program as part of openssl. This complet...
1999-03-28 Dr. Stephen HensonYet more PKCS#12 integration: add lots of files under...