aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/kdf/hkdf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix indentationJohannes Bauer2017-08-031-1/+1
* Changed use of EVP_PKEY_CTX_md() and more specific error codesJohannes Bauer2017-08-031-10/+9
* More error handling to HKDF and one more case in TLS1-PRFJohannes Bauer2017-08-031-2/+9
* Set error when HKDF used without parametersJohannes Bauer2017-08-031-1/+3
* Following the changes to HKDF to accept a mode, add some tests for thisMatt Caswell2016-11-091-0/+15
* Update HKDF to support separte Extract and Expand stepsMatt Caswell2016-11-091-7/+30
* Copyright consolidation 07/10Rich Salz2016-05-171-45/+6
* GH355: Implement HKDFAlessandro Ghedini2016-03-031-0/+332