summaryrefslogtreecommitdiffstats
path: root/crypto/kdf/hkdf.c
AgeCommit message (Expand)Author
2019-05-24Added algorithm description comments to HKDF.David Makepeace
2019-05-03Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis
2019-04-09Coverity: hkdf ENV_MD_size() is an int that can be negativeShane Lontis
2019-02-28The use of the likes of UINT32_MAX requires internal/numbers.hRichard Levitte
2019-02-13Added new EVP/KDF API.David Makepeace
2018-12-06Following the license change, modify the boilerplates in crypto/kdf/Richard Levitte
2018-10-29Reset the HKDF state between operationsMatt Caswell
2018-09-05hkdf zeroization fixShane Lontis
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2017-08-03Fix indentationJohannes 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
2016-11-09Following the changes to HKDF to accept a mode, add some tests for thisMatt Caswell
2016-11-09Update HKDF to support separte Extract and Expand stepsMatt Caswell
2016-05-17Copyright consolidation 07/10Rich Salz
2016-03-03GH355: Implement HKDFAlessandro Ghedini