aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/kdf.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-1/+1
2019-10-17EVP: add functions that return the name numberRichard Levitte1-0/+1
2019-10-17EVP: add name traversal functions to all fetchable typesRichard Levitte1-1/+3
2019-10-17EVP: add missing common functionalityRichard Levitte1-3/+4
2019-09-27Consistent naming for context gettable param queries .Pauli1-2/+2
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre1-0/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre1-1/+1
2019-09-06More KDF cleanupRichard Levitte1-10/+0
2019-09-06KDF/PRF updates to libcryptoPauli1-28/+37
2019-07-09Add X9.42 KDF.Shane Lontis1-4/+7
2019-06-11PBKDF2 updates to conform to SP800-132Shane Lontis1-23/+24
2019-05-16Added X963KDF APIShane Lontis1-0/+2
2019-05-03Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis1-0/+7
2019-03-19Single step kdf implementationShane Lontis1-0/+4
2019-02-27Implement SSH KDFSimo Sorce1-0/+10
2019-02-15Fix no-stdioMatt Caswell1-0/+2
2019-02-13Added new EVP/KDF API.David Makepeace1-6/+49
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte1-1/+1
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-09Remove redundant declarations of ERR_load_*_strings()Nick Mathewson1-1/+0
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer1-0/+31
2017-06-07make error tables const and separate header fileRich Salz1-18/+1
2017-04-27Add parentheses on public macros where appropriate.Bernd Edlinger1-7/+7
2016-11-09Update HKDF to support separte Extract and Expand stepsMatt Caswell1-7/+16
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+1
2016-05-23Remove unused error/function codes.Rich Salz1-2/+3
2016-05-17Copyright consolidation 03/10Rich Salz1-49/+5
2016-03-03GH355: Implement HKDFAlessandro Ghedini1-0/+20
2016-03-02Add KDF error codesDr. Stephen Henson1-0/+18
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-19Add TLS PRF method.Dr. Stephen Henson1-0/+81