summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/kdf/kdf.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add various defines for TLS1-PRFtb2024-07-091-1/+27
| | | | ok jsing
* Remove mkerr.pl remnants from LibreSSLkn2022-07-121-5/+1
| | | | | | | This script is not used at all and files are edited by hand instead. Thus remove misleading comments incl. the obsolete script/config. Feedback OK jsing tb
* Ditch #defines for tls1_prf and scrypt. Drop unused errors and massagetb2022-05-051-64/+1
| | | | | | some const. ok beck jsing
* Fix includes of the removed kdferr.htb2022-05-051-2/+1
|
* Add RCS tagstb2022-05-041-0/+1
|
* Bump copyright years to 2016-2018 as it was before the previous commit.tb2022-05-041-1/+1
|
* Reinstate the license that was replaced with a stub in OpenSSL committb2022-05-041-5/+49
| | | | 21dcbebc6e35419f1842f39a125374ea1ba45693
* Inline kdferr.h at the end of kdf.htb2022-05-041-0/+37
|
* Import HKDF code from OpenSSL 1.1.1otb2022-05-041-0/+97
This imports verbatim copies as of the OpenSSL_1_1_1o tag of crypto/kdf/hkdf.c crypto/kdf/hkdf_err.c include/openssl/kdf.h include/openssl/kdferr.h from https://www.github.com/openssl/openssl.git into lib/libcrypto/kdf. We only want the EVP interface to HKDF since some ports need them. Not yet linked to the build since it will not compile. Follow-on commits will add KNF, clean up and make this compile. Tests of an early draft version by abieber and Caspar Schutijser ok jsing