reject zero block length in PKCS12 keygen
[openssl.git] / crypto / pkcs12 / p12_add.c
2016-02-08 Dr. Stephen HensonReorganise functions.
2016-02-08 Dr. Stephen HensonMake PKCS12 structures opaque
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-10-23 Alessandro GhediniFix memory leaks and other mistakes on errors
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-03-23 Dr. Stephen HensonRemove old ASN.1 code.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2006-05-15 Dr. Stephen HensonAdd feature to PKCS12_create() if the encryption NID...
2005-06-30 Dr. Stephen HensonCheck PKCS7 structures in PKCS#12 files are of type...
2005-05-11 Bodo MöllerFix more error codes.
2001-07-26 Dr. Stephen HensonFirst of several reorganisations to
2001-02-23 Dr. Stephen HensonInitial support for ASN1_ITEM_FUNCTION option to
2000-12-31 Dr. Stephen HensonRewrite PKCS#12 code and remove some of the old
2000-05-16 Ben LaurieTypesafety Thought Police Part 2.
1999-12-29 Dr. Stephen HensonAdd OIDs for idea and blowfish. Unfortunately these...
1999-10-20 Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-08-17 Dr. Stephen HensonFix PKCS7_ENC_CONTENT_new() to include a sensible defau...
1999-06-08 Dr. Stephen HensonComplete support for PKCS#5 v2.0. Still needs extensive...
1999-04-24 Dr. Stephen HensonDelete the unnecessary ERR and ERRC lines in makefiles...
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ulf MöllerFunction didn't get ANSIfied because of unusual formatting.
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-03-29 Dr. Stephen HensonRemove deleted PKCS#12 functions from pkcs12.h, get...
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...