summaryrefslogtreecommitdiff
path: root/crypto/evp/p5_crpt2.c
Commit message (Expand)AuthorAgeFilesLines
* Fix incomplete checks for EVP_CIPHER_asn1_to_paramNiels Dossche2023-01-251-1/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Crypto/evp: Fix null pointer dereferenceyuanjungong2022-04-111-0/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-3/+3
* Fix error stack for some fetch calls.Shane Lontis2021-06-011-0/+3
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-301-19/+49
* asn1: fix indentationPauli2021-04-211-2/+8
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-1/+1
* Add ossl_pkcs5_pbkdf2_hmac_ex symbolShane Lontis2021-03-181-6/+7
* Update copyright yearMatt Caswell2021-03-111-1/+1
* crypto: add additional argument to KDF derive callsPauli2021-02-281-2/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-12/+11
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-7/+6
* Add evp_test fixes.Shane Lontis2020-08-071-4/+15
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-3/+3
* kdf: make function naming consistent.Pauli2020-06-111-3/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli2020-02-061-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Usages of KDFs converted to use the name macrosPauli2019-09-111-1/+1
* Fix users of KDFs to use params not ctlsPauli2019-09-061-8/+18
* PBKDF2 updates to conform to SP800-132Shane Lontis2019-06-111-1/+2
* Coverity CID 1444961: Integer handling issuesPauli2019-05-081-2/+7
* Adapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace APIRichard Levitte2019-03-061-25/+16
* Added new EVP/KDF API.David Makepeace2019-02-131-82/+28
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-1/+1
* Remove email addresses from source code.Rich Salz2017-10-131-2/+1
* PBKDF2 computation speedup (15-40%)Gergely Nagy2017-04-041-2/+0
* Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.Péter Budai2017-03-171-2/+5
* Clean away remaining 'selftest' codeRichard Levitte2016-11-031-12/+0
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-1/+1
* Remove outdated DEBUG flags.Rich Salz2016-02-181-4/+4
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Cleanup: fix all sources that used HMAC_CTX_initRichard Levitte2015-12-071-2/+2
* Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanupRichard Levitte2015-12-071-2/+2
* Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte2015-12-071-20/+30
* Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2015-12-071-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Remove duplicate code.Dr. Stephen Henson2015-03-301-21/+5
* Support for alternative KDFs.Dr. Stephen Henson2015-02-091-4/+4
* Remove OPENSSL_NO_HMACDr. Stephen Henson2015-02-061-2/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-259/+249
* Fix memory leak.Dr. Stephen Henson2013-11-111-0/+1
* Initialise context before using it.Dr. Stephen Henson2013-11-061-1/+1
* PBKDF2 should be efficient. Contributed by Christian HeimesBen Laurie2013-11-031-8/+29