summaryrefslogtreecommitdiffstats
path: root/crypto/kdf/kdf_err.c
AgeCommit message (Expand)Author
2019-11-12Deprecate ERR_load_KDF_strings()Richard Levitte
2019-11-12Reinstate the KDF error macrosRichard Levitte
2019-09-06Cleanse crypto/kdf directoryPauli
2019-09-06KDF provider conversion error updates - generatedPauli
2019-07-16Regenerate mkerr filesRich Salz
2019-07-09Add X9.42 KDF.Shane Lontis
2019-06-11PBKDF2 updates to conform to SP800-132Shane Lontis
2019-05-16Added X963KDF APIShane Lontis
2019-03-19Single step kdf implementationShane Lontis
2019-02-27Implement SSH KDFSimo Sorce
2019-02-13Added new EVP/KDF API.David Makepeace
2018-12-06Following the license change, modify the boilerplates in crypto/kdf/Richard Levitte
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