aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_pbe.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* pbe: sort stack before using findPauli2023-05-011-0/+2
* Add missing assignment to EVP_get_digestbynid()ndossche2023-03-151-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-4/+6
* Add support for PBE using hmacWithSM3K12022-09-151-0/+3
* Allocate EVP_PBE_CTL with OPENSSL_zalloc.Daniel Fiala2022-06-281-1/+1
* add support for SHA-3 based PRF to PBES2Hubert Kario2022-05-181-0/+4
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-2/+2
* Fix error stack for some fetch calls.Shane Lontis2021-06-011-1/+6
* Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...Jon Spillett2021-05-241-6/+6
* Update copyright yearMatt Caswell2021-05-061-1/+1
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-301-41/+77
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-4/+4
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-4/+4
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb2020-09-241-5/+2
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-2/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Added new EVP/KDF API.David Makepeace2019-02-131-0/+1
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Harmonize use of sk_TYPE_find's return value.Andy Polyakov2018-08-071-3/+2
* Add OIDs for HMAC SHA512/224 and HMAC SHA512/256.Pauli2018-08-011-0/+2
* Adding NID_hmac_sha1 and _md5 to builtin_pbe[]Martin Peylo2017-08-021-0/+2
* Trivial bounds checking.Pauli2017-07-071-3/+3
* Undo commit d420ac2Rich Salz2017-07-051-1/+1
* Add checks on sk_TYPE_push() returned valueFdaSilvaYY2016-07-051-1/+4
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Only declare stacks in headersDr. Stephen Henson2016-01-071-3/+2
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-1/+1
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-071-3/+3
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* Check memory allocationAlessandro Ghedini2015-10-231-4/+11
* Add GOST extensions to PKCS#5Matt Caswell2015-09-211-0/+4
* RT3998: Allow scrypt to be disabledRich Salz2015-09-041-0/+2
* PBE lookup testDr. Stephen Henson2015-09-031-25/+15
* Add scrypt PBE algorithm code.Dr. Stephen Henson2015-05-211-1/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-2/+3
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+2
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-3/+2
* free cleanup almost the finaleRich Salz2015-04-301-1/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* Support for alternative KDFs.Dr. Stephen Henson2015-02-091-0/+1
* Remove OPENSSL_NO_HMACDr. Stephen Henson2015-02-061-4/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-215/+203
* Fix for EVP_PBE_alg_add().Dr. Stephen Henson2014-06-271-1/+1
* PR: 2127Dr. Stephen Henson2009-12-171-0/+14