summaryrefslogtreecommitdiff
path: root/include/openssl/kdf.h
Commit message (Expand)AuthorAgeFilesLines
* Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().Shane Lontis2020-10-221-2/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* kdf/mac: add name query calls for KDFs and MACsPauli2020-09-231-0/+1
* Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell2020-08-101-18/+9
* Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell2020-08-101-15/+8
* Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell2020-08-101-9/+5
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-6/+6
* Update copyright yearMatt Caswell2020-06-251-1/+1
* kdf: make function naming consistent.Pauli2020-06-111-6/+6
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-1/+1
* EVP: add functions that return the name numberRichard Levitte2019-10-171-0/+1
* EVP: add name traversal functions to all fetchable typesRichard Levitte2019-10-171-1/+3
* EVP: add missing common functionalityRichard Levitte2019-10-171-3/+4
* Consistent naming for context gettable param queries .Pauli2019-09-271-2/+2
* Add legacy include guards to public header filesDr. Matthias St. Pierre2019-09-281-0/+6
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Reorganize public header files (part 1)Dr. Matthias St. Pierre2019-09-281-1/+1
* More KDF cleanupRichard Levitte2019-09-061-10/+0
* KDF/PRF updates to libcryptoPauli2019-09-061-28/+37
* Add X9.42 KDF.Shane Lontis2019-07-091-4/+7
* PBKDF2 updates to conform to SP800-132Shane Lontis2019-06-111-23/+24
* Added X963KDF APIShane Lontis2019-05-161-0/+2
* Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis2019-05-031-0/+7
* Single step kdf implementationShane Lontis2019-03-191-0/+4
* Implement SSH KDFSimo Sorce2019-02-271-0/+10
* Fix no-stdioMatt Caswell2019-02-151-0/+2
* Added new EVP/KDF API.David Makepeace2019-02-131-6/+49
* Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Remove redundant declarations of ERR_load_*_strings()Nick Mathewson2018-02-091-1/+0
* Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer2017-08-081-0/+31
* make error tables const and separate header fileRich Salz2017-06-071-18/+1
* Add parentheses on public macros where appropriate.Bernd Edlinger2017-04-271-7/+7
* Update HKDF to support separte Extract and Expand stepsMatt Caswell2016-11-091-7/+16
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+1
* Remove unused error/function codes.Rich Salz2016-05-231-2/+3
* Copyright consolidation 03/10Rich Salz2016-05-171-49/+5
* GH355: Implement HKDFAlessandro Ghedini2016-03-031-0/+20
* Add KDF error codesDr. Stephen Henson2016-03-021-0/+18
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Add TLS PRF method.Dr. Stephen Henson2016-01-191-0/+81