summaryrefslogtreecommitdiffstats
path: root/crypto/kdf/kdf_err.c
AgeCommit message (Expand)Author
2018-04-03Set error code on alloc failuresRich Salz
2018-03-29EVP,KDF: Add more error code along some return 0 in ...FdaSilvaYY
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer
2017-08-03Added differentiation between missing secret and missing seedJohannes Bauer
2017-08-03Changed use of EVP_PKEY_CTX_md() and more specific error codesJohannes Bauer
2017-08-03More error handling to HKDF and one more case in TLS1-PRFJohannes Bauer
2017-08-03Set error when HKDF used without parametersJohannes Bauer
2017-06-07make error tables const and separate header fileRich Salz
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-03-02Add KDF error codesDr. Stephen Henson