summaryrefslogtreecommitdiff
path: root/crypto/evp/pbe_scrypt.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+17
* EVP_PBE_scrypt() handles salt=NULL as salt=""Victor Stinner2019-03-171-0/+4
* The use of the likes of UINT32_MAX requires internal/numbers.hRichard Levitte2019-02-271-0/+1
* Don't leak EVP_KDF_CTX on errorMatt Caswell2019-02-181-4/+5
* Added new EVP/KDF API.David Makepeace2019-02-131-217/+25
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-04-031-1/+1
* EVP,KDF: Add more error code along some return 0 in ...FdaSilvaYY2018-03-291-5/+18
* evp/pbe_scrypt.c: add boundary condition for implicit cast.Andy Polyakov2017-11-131-4/+12
* Add explanatory comment about fitting into a size_t.Pauli2017-09-151-0/+2
* Ensure that the requested memory size cannot exceed the limit imposed by aPauli2017-09-141-0/+2
* Manually revert "Ensure allocation size fits into size_t"Pauli2017-09-141-11/+4
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Rename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.cRichard Levitte2017-08-151-0/+248