+2
−1
+2
−2
+1
−1
crypto/kdf/hkdf.c
0 → 100644
+332
−0
Loading
This patch implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869. It is required to implement the QUIC and TLS 1.3 protocols (among others). Signed-off-by:Rich Salz <rsalz@openssl.org> Reviewed-by:
Dr. Stephen Henson <steve@openssl.org>