]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/pkcs12/p12_decr.c
Copyright year updates
[thirdparty/openssl.git] / crypto / pkcs12 / p12_decr.c
2024-04-09  Richard LevitteCopyright year updates
2024-01-25  Neil HormanAdd appropriate NULL checks in EVP_CIPHER api
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-07-18  Roberto Hueso GomezFix memleak in PKCS12_pbe_crypt_ex()
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-04-29  Jon SpillettAdd library context and property query support into...
2021-04-18  Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-03-11  Matt CaswellUpdate copyright year
2021-03-04  Dr. David von OheimbOSSL_STORE: restore diagnostics on decrypt error; provi...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15  Matt CaswellUpdate copyright year
2020-09-24  Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-08  Dmitry BelyavskiyNew GOST PKCS12 standard support
2019-03-06  Richard LevitteAdapt OPENSSL_DEBUG_DECRYPT to the new generic trace API
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2016-08-17  Dr. Stephen HensonConstify X509_SIG.
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-02-18  Rich SalzRemove outdated DEBUG flags.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-12  Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2015-05-26  Dr. Stephen HensonFix memory leak.
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 8
2015-03-23  Dr. Stephen HensonRemove old ASN.1 code.
2015-03-12  Dr. Stephen HensonRemove obsolete declarations.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-03-01  Dr. Stephen HensonFix memory leak.
2009-10-02  Dr. Stephen HensonTypo.
2009-09-23  Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2008-11-02  Ben LaurieFix warnings.
2005-05-11  Bodo MöllerFix more error codes.
2004-03-15  Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2002-11-28  Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2001-11-06  Dr. Stephen HensonPKCS#12 code fixes: initialize and cleanup digests...
2001-10-17  Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2000-12-31  Dr. Stephen HensonRewrite PKCS#12 code and remove some of the old
2000-06-21  Dr. Stephen HensonFixes for Win32 build.
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-05-16  Ben LaurieTypesafety Thought Police part 3.
1999-10-20  Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-07-30  Dr. Stephen HensonFix to PKCS#12 code to use the cipher block length...
1999-06-06  Dr. Stephen HensonRewrite PBE handling read to support PKCS#5 v2.0 and...
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-04-16  Ben LaurieFix some warnings. Contributed by Anonymous.
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...