From 5a83d29114c0dad0cee8cfef3f56d1f4d5c791e4 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Tue, 2 Jun 2020 06:33:00 +0100 Subject: [PATCH] Mention HKDF in TLS 1.3 feature document Signed-off-by: Hanno Becker --- docs/architecture/tls13-experimental.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/architecture/tls13-experimental.md b/docs/architecture/tls13-experimental.md index 0e3c7cc9e..bcf3e34f9 100644 --- a/docs/architecture/tls13-experimental.md +++ b/docs/architecture/tls13-experimental.md @@ -34,3 +34,7 @@ together with their level of testing: tests for the other record protection routines. TODO: Add some test vectors from RFC 8448. + +- The HKDF key derivation function on which the TLS 1.3 key schedule is based, + is already present as an independent module controlled by `MBEDTLS_HKDF_C` + independently of the development of the TLS 1.3 prototype.