]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/pkcs12/p12_mutl.c
Rename all getters to use get/get0 in name
[thirdparty/openssl.git] / crypto / pkcs12 / p12_mutl.c
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-06-01  Paulicrypto: updates to pass size_t to RAND_bytes_ex()
2021-05-29  Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-04-29  Jon SpillettAdd library context and property query support into...
2021-04-16  Shane LontisAdd more negative checks for integers passed to OPENSSL...
2021-03-11  Matt CaswellUpdate copyright year
2021-03-10  Tomas MrazChange default algorithms in PKCS12_create() and PKCS12...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-04-23  Matt CaswellUpdate copyright year
2020-01-29  PauliDeprecate the low level HMAC functions
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...
2018-09-24  PauliUse secure_getenv(3) when available.
2018-09-11  Matt CaswellUpdate copyright year
2018-09-04  Shane Lontiskey zeroisation fix for p12
2017-09-06  Rich SalzAdd checks for alloc failing.
2017-02-21  Dmitry BelyavskiyFix memory leak in pkcs12 -export
2016-08-25  Andy PolyakovDon't switch password formats using global state.
2016-08-22  Andy Polyakovcrypto/pkcs12: facilitate accessing data with non-inter...
2016-08-21  Dr. Stephen HensonAdd X509_getm_notBefore, X509_getm_notAfter
2016-08-19  Matt CaswellConvert PKCS12* functions to use const getters
2016-08-17  Dr. Stephen HensonConstify X509_SIG.
2016-08-17  Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-08-16  Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-03-11  Dr. Stephen HensonMake X509_SIG opaque.
2016-02-08  Dr. Stephen Hensonfix various formatting issues
2016-02-08  Dr. Stephen HensonReorganise functions.
2016-02-08  Dr. Stephen Hensonmore PKCS12 opacity
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-07  Richard LevitteAdapt the rest of the source to the opaque HMAC_CTX
2015-12-07  Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-10-23  Alessandro GhediniSet salt length after the malloc has succeeded
2015-09-21  Matt CaswellGOST PKCS12 support
2015-06-08  Emilia KasperUse CRYPTO_memcmp when comparing authenticators
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-25  Matt CaswellRAND_bytes updates
2015-03-23  Dr. Stephen HensonRemove old ASN.1 code.
2015-02-06  Dr. Stephen HensonRemove OPENSSL_NO_HMAC
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2009-09-23  Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2008-12-29  Ben LaurieIf we're going to return errors (no matter how stupid...
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2006-05-17  Dr. Stephen HensonPKCS#12 mac key length should equal digest length.
2005-06-30  Dr. Stephen HensonCheck PKCS7 structures in PKCS#12 files are of type...
2005-05-11  Bodo MöllerFix more error codes.
2004-12-05  Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2002-03-14  Dr. Stephen HensonInitialize cipher context in KRB5
2001-12-09  Ben LaurieImprove back compatibility.
2001-07-30  Ben LaurieReally add the EVP and all of the DES changes.
2001-06-19  Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-03-09  Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-02-19  Richard LevitteMake all configuration macros available for application...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-05-04  Dr. Stephen HensonMake PKCS#12 code handle missing passwords.
2000-03-03  Bodo MöllerFix for previous patch: If RAND_pseudo_bytes returns...
2000-03-02  Bodo MöllerUse RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.
2000-01-21  Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
1999-10-20  Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-06-29  Ulf MöllerFix no-hmac and no-ripemd.
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  Ben LaurieWork with -pedantic!
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-17  Ben LaurieMassive constification.
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...