Mention HKDF in TLS 1.3 feature document

Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
Hanno Becker 2020-06-02 06:33:00 +01:00
parent 0c3bebfa15
commit 5a83d29114

View file

@ -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.