]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/pkcs12
Raise an error on syscall failure in tls_retry_write_records
[thirdparty/openssl.git] / crypto / pkcs12 /
2024-04-09  Richard LevitteCopyright year updates
2024-01-25  Matt CaswellAdd NULL checks where ContentInfo data can be NULL
2024-01-25  Neil HormanAdd appropriate NULL checks in EVP_CIPHER api
2023-09-28  Matt CaswellCopyright year updates
2023-09-15  Olga BatyshkinaFix PKCS#12 creation error when certificate contains...
2023-09-07  Matt CaswellCopyright year updates
2023-06-15  Dimitri PapadopoulosFix typos found by codespell
2023-06-01  Yuri PenkinIgnore the fetch error when a legacy algorithm is found
2023-03-14  slontisFix PKCS12_newpass() to work with PBES2.
2023-01-16  slontisPKCS12 - Add additional libctx and propq support.
2022-10-13  Daniel FialaPKCS12_SAFEBAG_set0_attrs: Remove const from function...
2022-10-13  Daniel FialaFix typo in PKCS12_SAFEBAG_set0_attrs
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-23  Graham WoodwardAllow PKCS12 export to set arbitrary bag attributes
2022-08-24  Dr. David von Oheimbx509_att.c: improve error checking and reporting and...
2022-07-18  Roberto Hueso GomezFix memleak in PKCS12_pbe_crypt_ex()
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-10-28  x2018fix some code with obvious wrong coding style
2021-06-17  Matt CaswellUpdate copyright year
2021-06-08  Paulipkcs12: fix Coverity 1485667 logically dead code
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-05-28  Shane LontisFix PKCS12_create() so that a fetch error is not added...
2021-05-26  Paulierr: rename err_load_xxx_strings_int functions
2021-05-13  Tomas MrazReplace some of the ERR_clear_error() calls with mark...
2021-05-06  Matt CaswellUpdate copyright year
2021-05-06  Paulicoverity: fix 1478169: dereference after NULL check
2021-04-29  Jon SpillettAdd library context and property query support into...
2021-04-22  Matt CaswellUpdate copyright year
2021-04-18  Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
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...
2021-03-04  Dr. David von OheimbOSSL_STORE: restore diagnostics on decrypt error; provi...
2021-02-28  Paulicrypto: add additional argument to KDF derive calls
2021-02-18  Dr. David von OheimbRename internal X509_add_cert_new() to ossl_x509_add_ce...
2020-11-26  Matt CaswellUpdate copyright year
2020-11-24  Richard LevitteERR: Rebuild all generated error headers and source...
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-10-15  Matt CaswellUpdate copyright year
2020-10-15  Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-09-24  Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-15  PauliPKCS#8: free data on error path in newpass_bag
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-09-08  Dmitry BelyavskiyNew GOST PKCS12 standard support
2020-08-20  Dr. David von OheimbFix mem leaks on PKCS#12 read error in PKCS12_key_gen_...
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-14  PauliMove PKCS#12 KDF to provider.
2020-08-12  Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-08-06  Jon SpillettAdd new APIs to get PKCS12 secretBag OID and value
2020-05-15  Matt CaswellUpdate copyright year
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-03-21  Bernd EdlingerFix error handling in x509v3_cache_extensions and relat...
2020-01-29  PauliDeprecate the low level HMAC functions
2019-11-07  Richard LevitteUpdate source files for pre-3.0 deprecation
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-09-12  Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-07-16  Rich SalzRegenerate mkerr files
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-03-06  Richard LevitteAdapt OPENSSL_DEBUG_DECRYPT to the new generic trace API
2019-03-06  Richard LevitteAdapt OPENSSL_DEBUG_KEYGEN to the new generic trace API
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06  Richard LevitteRefactor the computation of API version limits
2018-09-24  PauliUse secure_getenv(3) when available.
2018-09-11  Matt CaswellUpdate copyright year
2018-09-10  Matt CaswellCheck the return value from ASN1_INTEGER_set
2018-09-04  Shane Lontiskey zeroisation fix for p12
2018-07-22  Richard LevittePKCS12: change safeContentsBag from a SET OF to a SEQUE...
2018-06-20  Matt CaswellUpdate copyright year
2018-06-18  David von Oheimbremove needless and misleading malloc failure error...
2018-05-01  Matt CaswellUpdate copyright year
2018-04-26  Dr. Matthias St... Fix mixed indentation (and other whitespace issues)
2018-04-26  FdaSilvaYYAdd missing error code when alloc-return-null
2017-09-06  Rich SalzAdd checks for alloc failing.
2017-08-17  Bernd EdlingerClear outputs in PKCS12_parse error handling.
2017-06-07  Rich Salzmake error tables const and separate header file
2017-02-21  Dmitry BelyavskiyFix memory leak in pkcs12 -export
2016-11-15  Dr. Stephen HensonSimplify PKCS#12 PBE algorithm.
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-22  Andy Polyakovcrypto/pkcs12: default to UTF-8.
2016-08-22  Andy Polyakovcrypto/pkcs12: add UTF8 support.
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  Matt CaswellConvert PKCS8* functions to use const getters
2016-08-16  Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-05  Dr. Stephen HensonSanity check input length in OPENSSL_uni2asc().
2016-07-20  Kurt RoeckxCheck for errors allocating the error strings.
next