aacfb134be
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>
3 lines
83 B
Text
3 lines
83 B
Text
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]=\
|
|
tls1_prf.c kdf_err.c hkdf.c
|