You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for version negotiation on server side
As for the client side (already implemented) the version negotiation is all around the supported version extension. See section 4.2.1 for what should be done.
Regarding testing, as much as much possible in TLS tests (unit tests and ssl-opt.sh), we should exercise the negotiation and thus not forcing a TLS version on server side.
Justification
Mbed TLS needs this because this is an valuable feature of a TLS 1.3 and TLS 1.2 capable server.
The text was updated successfully, but these errors were encountered:
Suggested enhancement
Add support for version negotiation on server side
As for the client side (already implemented) the version negotiation is all around the supported version extension. See section 4.2.1 for what should be done.
Regarding testing, as much as much possible in TLS tests (unit tests and ssl-opt.sh), we should exercise the negotiation and thus not forcing a TLS version on server side.
Justification
Mbed TLS needs this because this is an valuable feature of a TLS 1.3 and TLS 1.2 capable server.
The text was updated successfully, but these errors were encountered: