]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/pkcs12/p12_kiss.c
Copyright year updates
[thirdparty/openssl.git] / crypto / pkcs12 / p12_kiss.c
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
2022-05-03  Matt CaswellUpdate copyright year
2022-03-24  Daniel FialaAdd support for mac-less password-base PKCS12 files...
2021-12-21  Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-03-11  Matt CaswellUpdate copyright year
2021-02-18  Dr. David von OheimbRename internal X509_add_cert_new() to ossl_x509_add_ce...
2020-11-19  Dr. David von OheimbAllow for PKCS#12 input without MAC in p12_kiss.c and...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-24  Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-13  Matt CaswellFix safestack issues in pkcs12.h
2020-09-13  Matt CaswellFix safestack issues in pkcs7.h
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-08-19  Dr. David von OheimbPKCS12_parse(): Clean up code and correct documentation
2020-08-19  Dr. David von OheimbPKCS12_parse(): Fix reversed order of certs parsed...
2020-08-12  Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-05-15  Matt CaswellUpdate copyright year
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2017-08-17  Bernd EdlingerClear outputs in PKCS12_parse error handling.
2016-08-19  Matt CaswellConvert PKCS12* functions to use const getters
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-02-08  Dr. Stephen HensonUse new names
2016-02-08  Dr. Stephen Hensonmore PKCS12 opacity
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-06-25  Dr. Stephen HensonDon't output bogus errors in PKCS12_parse
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-30  Rich Salzfree NULL cleanup 5a
2015-03-28  Rich Salzfree NULL cleanup
2015-01-29  Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-05-29  František BořánekFix memory leak.
2012-02-27  Dr. Stephen HensonPR: 2737
2009-04-04  Dr. Stephen HensonUpdates from 1.0.0-stable
2009-04-03  Dr. Stephen HensonMerge from 1.0.0-stable branch.
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2005-05-11  Bodo MöllerFix more error codes.
2004-12-05  Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2001-04-03  Richard LevittePlug a memory leak. Spotted by "Shijin" <shijin@comex...
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-09-07  Dr. Stephen HensonTwo new PKCS#12 demo programs.
2000-06-20  Dr. Stephen HensonHandle ASN1_SET_OF and PKCS12_STACK_OF using function
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-05-04  Dr. Stephen HensonMake PKCS#12 code handle missing passwords.
2000-03-22  Dr. Stephen HensonFix a memory leak in PKCS12_parse.
2000-03-04  Richard LevitteBeautifying. Sorry, but code that's slammed to the...
1999-10-20  Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
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-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...