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
mbedtls_ssl_get_version() currently returns unkown when the connection is using TLS 1.3. It should return TLSv1.3 instead, and a test in ssl-opt.sh should make sure that it does. (Client side for now, and also server-side in the future. Also, when we add version negotiation, we should make sure this keeps working.)
mbedtls_ssl_get_version()
currently returnsunkown
when the connection is using TLS 1.3. It should returnTLSv1.3
instead, and a test inssl-opt.sh
should make sure that it does. (Client side for now, and also server-side in the future. Also, when we add version negotiation, we should make sure this keeps working.)Originally reported in #5331.
The text was updated successfully, but these errors were encountered: