Add the SSL_METHOD for TLSv1.3 and all other base changes required
[openssl.git] / test / ssl_test_ctx.c
index 0a528d805b47ad9f56a422f4f56a3dda3dc86a19..e8f29433da5a86e78c2d5f25d3d3a7d300c15d6b 100644 (file)
@@ -152,6 +152,7 @@ const char *ssl_alert_name(int alert)
 /********************/
 
 static const test_enum ssl_protocols[] = {
+     {"TLSv1.3", TLS1_3_VERSION},
      {"TLSv1.2", TLS1_2_VERSION},
      {"TLSv1.1", TLS1_1_VERSION},
      {"TLSv1", TLS1_VERSION},