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