Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ditch #defines for tls1_prf and scrypt. Drop unused errors and massage | tb | 2022-05-05 | 1 | -31/+7 |
| | | | | | | some const. ok beck jsing | ||||
* | Fix includes of the removed kdferr.h | tb | 2022-05-05 | 1 | -2/+2 |
| | |||||
* | remove accidentally duplicated line | tb | 2022-05-04 | 1 | -2/+1 |
| | |||||
* | KNF according to knfmt(1) | tb | 2022-05-04 | 1 | -41/+42 |
| | |||||
* | Add RCS tags | tb | 2022-05-04 | 1 | -0/+1 |
| | |||||
* | Restore copyright years to 2016-2018 as they were before the previous | tb | 2022-05-04 | 1 | -1/+1 |
| | | | | commit. | ||||
* | Reinstate the licenses that were replaced with license stubs in | tb | 2022-05-04 | 1 | -6/+55 |
| | | | | | OpenSSL commits d2e9e320186f0917cc940f46bdf1a7e4120da9b0 and b6cff313cbb1d0381b329fe4f6a8f009cdb270e4 | ||||
* | Import HKDF code from OpenSSL 1.1.1o | tb | 2022-05-04 | 1 | -0/+67 |
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 |