Remove init of MACs from EVP
[openssl.git] / crypto / evp / pbe_scrypt.c
2019-03-17 Victor StinnerEVP_PBE_scrypt() handles salt=NULL as salt=""
2019-02-27 Richard LevitteThe use of the likes of UINT32_MAX requires internal...
2019-02-18 Matt CaswellDon't leak EVP_KDF_CTX on error
2019-02-13 David MakepeaceAdded new EVP/KDF API.
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-03 Matt CaswellUpdate copyright year
2018-03-29 FdaSilvaYYEVP,KDF: Add more error code along some return 0 in ...
2017-11-13 Andy Polyakovevp/pbe_scrypt.c: add boundary condition for implicit...
2017-09-14 PauliAdd explanatory comment about fitting into a size_t.
2017-09-14 PauliEnsure that the requested memory size cannot exceed...
2017-09-14 PauliManually revert "Ensure allocation size fits into size_t"
2017-08-22 Rich SalzUse "" not <> for internal/ includes
2017-08-15 Richard LevitteRename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.c