libtls: Implement HKDF for TLS 1.3

TLS 1.3 uses HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
as defined in RFC 5869 to compute traffic secrets.

Co-authored-by: bytinbit <[email protected]>
This commit is contained in:
Pascal K
2021-02-12 11:45:44 +01:00
committed by Tobias Brunner
co-authored by bytinbit
parent 3d83d348f4
commit 02d7405512
7 changed files with 1086 additions and 6 deletions
+1
View File
@@ -13,5 +13,6 @@
* for more details.
*/
TEST_SUITE(hkdf_suite_create)
TEST_SUITE(socket_suite_create)
TEST_SUITE(suites_suite_create)