Files
wolfssl/tests
Marco Oliverio c1c1929e55 dtls13: move Dtls13NewEpoch into DeriveTls13Keys
Dlts13NewEpoch saves the keys currently derived in the ssl object.
Moving Dtls13NewEpoch inside DeriveTls13Keys avoid the risk of using the wrong
keys when creating a new Epoch.

This fixes at least he following scenario:

- Client has encryption epoch != 2 in the handshake (eg. due to rtx)

- Client derives traffic0 keys after receiving server Finished message

- Client set encryption epoch to 2 again to send the Finished message, this
   override the traffic key computed

- Client creates the new epoch with the wrong key
2025-06-09 02:35:29 +02:00
..
2025-05-08 13:50:02 -06:00
2024-01-16 15:18:05 -08:00
2024-07-15 15:46:05 +10:00
2024-01-16 15:18:05 -08:00
2025-01-21 09:55:03 -07:00

Before creating any new configure files (.conf) read the CONF_FILES_README.md