summaryrefslogtreecommitdiffstats
path: root/crypto/kdf/hkdf.c
AgeCommit message (Expand)Author
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
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