Remove a TLS1.3 TODO that is now completed
[openssl.git] / test / ssl_test_ctx.h
index 14acaff6f7aaa1eda403e23b3f75d54ac6e9b505..b34efe327cfe94cd4b76c83aa58a6dd99300dc3e 100644 (file)
@@ -159,6 +159,16 @@ typedef struct {
     char *expected_alpn_protocol;
     /* Whether the second handshake is resumed or a full handshake (boolean). */
     int resumption_expected;
+    /* Expected temporary key type */
+    int expected_tmp_key_type;
+    /* Expected server certificate key type */
+    int expected_server_cert_type;
+    /* Expected server signing hash */
+    int expected_server_sign_hash;
+    /* Expected client certificate key type */
+    int expected_client_cert_type;
+    /* Expected client signing hash */
+    int expected_client_sign_hash;
 } SSL_TEST_CTX;
 
 const char *ssl_test_result_name(ssl_test_result_t result);