summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_pbe.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-05-01pbe: sort stack before using findPauli
2023-03-15Add missing assignment to EVP_get_digestbynid()ndossche
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-15Add support for PBE using hmacWithSM3K1
2022-06-28Allocate EVP_PBE_CTL with OPENSSL_zalloc.Daniel Fiala
2022-05-18add support for SHA-3 based PRF to PBES2Hubert Kario
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01Fix error stack for some fetch calls.Shane Lontis
2021-05-24Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...Jon Spillett
2021-05-06Update copyright yearMatt Caswell
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Update copyright yearMatt Caswell
2020-09-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-02-13Added new EVP/KDF API.David Makepeace
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov
2018-08-01Add OIDs for HMAC SHA512/224 and HMAC SHA512/256.Pauli
2017-08-02Adding NID_hmac_sha1 and _md5 to builtin_pbe[]Martin Peylo
2017-07-07Trivial bounds checking.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2016-07-05Add checks on sk_TYPE_push() returned valueFdaSilvaYY
2016-05-17Copyright consolidation 04/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-07Only declare stacks in headersDr. Stephen Henson
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-10-23Check memory allocationAlessandro Ghedini
2015-09-21Add GOST extensions to PKCS#5Matt Caswell
2015-09-04RT3998: Allow scrypt to be disabledRich Salz
2015-09-03PBE lookup testDr. Stephen Henson
2015-05-21Add scrypt PBE algorithm code.Dr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson
2015-04-30free cleanup almost the finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-02-09Support for alternative KDFs.Dr. Stephen Henson
2015-02-06Remove OPENSSL_NO_HMACDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-06-27Fix for EVP_PBE_alg_add().Dr. Stephen Henson
2009-12-17PR: 2127Dr. Stephen Henson