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:
committed by
Tobias Brunner
co-authored by
bytinbit
parent
3d83d348f4
commit
02d7405512
@@ -13,5 +13,6 @@
|
||||
* for more details.
|
||||
*/
|
||||
|
||||
TEST_SUITE(hkdf_suite_create)
|
||||
TEST_SUITE(socket_suite_create)
|
||||
TEST_SUITE(suites_suite_create)
|
||||
|
||||
Reference in New Issue
Block a user