Edit

IABSD.fr/src/lib/libcrypto/hkdf

Branch :

  • Show log

    Commit

  • Author : jsing
    Date : 2024-03-25 13:09:13
    Hash : 33839115
    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@