CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2024/03/25 07:09:13

Modified files:
        lib/libcrypto/hkdf: hkdf.c 

Log message:
Rewrite HKDF_expand().

Simplify overflow checking and length tracking, use a CBB to handle output
and use HMAC_CTX_new() rather than having a HMAC_CTX on the stack.

ok tb@

Reply via email to