CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/05/04 12:02:08
Log message: Import HKDF code from OpenSSL 1.1.1o 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 Status: Vendor Tag: tb Release Tags: tb_20220504 N src/lib/libcrypto/kdf/hkdf.c N src/lib/libcrypto/kdf/kdf_err.c N src/lib/libcrypto/kdf/kdf.h N src/lib/libcrypto/kdf/kdferr.h No conflicts created by this import