summaryrefslogtreecommitdiffstats
path: root/crypto/evp/pbe_scrypt.c
AgeCommit message (Expand)Author
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