hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / crypto / pkcs12 / p12_add.c
2024-04-09 Richard LevitteCopyright year updates
2024-01-25 Matt CaswellAdd NULL checks where ContentInfo data can be NULL
2023-09-07 Matt CaswellCopyright year updates
2023-01-16 slontisPKCS12 - Add additional libctx and propq support.
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-05-13 Tomas MrazReplace some of the ERR_clear_error() calls with mark...
2021-05-06 Matt CaswellUpdate copyright year
2021-04-29 Jon SpillettAdd library context and property query support into...
2020-11-26 Matt CaswellUpdate copyright year
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
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-08-19 Matt CaswellConvert PKCS12* functions to use const getters
2016-05-17 Rich SalzCopyright consolidation 09/10
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...