CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/05/21 18:13:47
Modified files:
regress/lib/libcrypto/evp: evp_test.c
Log message:
Add basic HKDF test using EVP_PKEY_HKDF
Add a basic test case for HKDF using EVP_PKEY_HKDF to evp_test.c.
This test verifies the correct derivation of output keying material
using SHA-256, matching the test vector from RFC 5869 Appendix A.1.
ok tb@ joshua@
