bytinbit / strongswan

strongSwan - IPsec-based VPN
https://www.strongswan.org
Other
2 stars 0 forks source link

libtls: Adapt state machines #32

Closed bytinbit closed 4 years ago

bytinbit commented 4 years ago

Aufwandschätzung: soll=3 Stunden ist=

The state machines in TLS 1.2 and TLS 1.3 differ greatly after the ServerHello message (even earlier if the client receives a HelloRetryRequest). We must adapt the existing state machine to reflect these changes.