summaryrefslogtreecommitdiffstats
path: root/crypto/evp/pbe_scrypt.c
AgeCommit message (Expand)Author
2021-03-11Update copyright yearMatt Caswell
2021-02-28crypto: add additional argument to KDF derive callsPauli
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-08-07Add evp_test fixes.Shane Lontis
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-06-25Update copyright yearMatt Caswell
2020-06-11kdf: make function naming consistent.Pauli
2019-09-11Usages of KDFs converted to use the name macrosPauli
2019-09-06Fix users of KDFs to use params not ctlsPauli
2019-03-17EVP_PBE_scrypt() handles salt=NULL as salt=""Victor Stinner
2019-02-27The use of the likes of UINT32_MAX requires internal/numbers.hRichard Levitte
2019-02-18Don't leak EVP_KDF_CTX on errorMatt Caswell
2019-02-13Added new EVP/KDF API.David Makepeace
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2018-04-03Update copyright yearMatt Caswell
2018-03-29EVP,KDF: Add more error code along some return 0 in ...FdaSilvaYY
2017-11-13evp/pbe_scrypt.c: add boundary condition for implicit cast.Andy Polyakov
2017-09-15Add explanatory comment about fitting into a size_t.Pauli
2017-09-14Ensure that the requested memory size cannot exceed the limit imposed by aPauli
2017-09-14Manually revert "Ensure allocation size fits into size_t"Pauli
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-15Rename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.cRichard Levitte