Files
wolfssl/.github/workflows
Juliusz Sosinowicz 9dbd35dc7c DTLS 1.3 write dup support
- Copy TLS 1.3 traffic secrets and DTLS 1.3 epoch/cipher state to the
  write-dup side in DupSSL so key updates can be performed.
- Delegate KeyUpdate responses from the read side to the write side via
  the shared WriteDup struct, for both peer-initiated and local key
  updates.
- Delegate DTLS 1.3 ACK sending from the read side to the write side.
- Track DTLS 1.3 KeyUpdate ACKs: write side records the in-flight
  KeyUpdate epoch/seq, read side sets keyUpdateAcked when the matching
  ACK arrives.
- Delegate post-handshake certificate authentication (CertificateRequest
  processing) from the read side to the write side, transferring
  transcript hashes, cert context, and signature parameters.
- Reset prevSent/plainSz to prevent stale values from SendData to think
  that data was already sent.
- Refactor FreeHandshakeHashes into Free_HS_Hashes for reuse.
- Move DTLS 1.3 epoch initialization earlier in InitSSL so the
  write-dup early-return path has valid epoch state.
- Add tests for write dup with all protocol versions, key update,
  post-handshake auth, and WANT_WRITE recovery.
- Add --enable-all --enable-writedup to CI os-check matrix.
2026-03-23 12:21:40 +01:00
..
2024-05-08 10:35:42 +02:00
2026-03-10 09:52:06 +01:00
2026-03-18 10:48:16 +01:00
2026-02-20 23:18:36 +01:00
2026-03-18 10:48:16 +01:00
2025-01-31 18:28:31 +01:00
2024-12-09 13:38:07 +01:00
2026-02-25 17:58:38 +01:00
2026-02-25 15:46:20 +01:00
2024-12-09 12:42:32 +01:00
2026-02-20 19:06:55 +01:00
2026-02-19 19:18:34 +01:00
2026-03-23 12:21:40 +01:00
2026-03-18 10:48:16 +01:00
2026-03-18 10:48:16 +01:00
2026-03-06 08:27:41 +01:00
2026-02-20 16:11:11 +01:00
2026-02-25 17:04:11 +01:00
2026-02-26 15:18:36 +01:00
2025-12-17 11:01:11 -06:00
2026-02-18 18:01:33 +00:00
2025-12-09 07:00:50 -07:00
2026-03-18 10:48:16 +01:00