Copyright consolidation 09/10
[openssl.git] / crypto / pkcs12 / p12_crt.c
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...