1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Swap the client and server random for TLS 1.3

Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
Signed-off-by: lhuang04 <lhuang04@fb.com>
This commit is contained in:
lhuang04
2022-01-04 09:47:20 -08:00
parent ce8a6173f7
commit a3890a3427
2 changed files with 7 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
Bugfix
* Fixed swap of client and server random bytes when exporting them alongside
TLS 1.3 handshake and application traffic secret.