summaryrefslogtreecommitdiffstats
path: root/crypto/evp/pbe_scrypt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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