ec/asm/ecp_nistz256-x86_64.pl: add CFI directives.
[openssl.git] / test / ssl_test_ctx.h
index 995d518ed37690300e2774088d907f94fc36f788..13652b0528d18e10d9c20b7e294b305f8ea7e5c2 100644 (file)
@@ -161,6 +161,18 @@ typedef struct {
     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 server signature type */
+    int expected_server_sign_type;
+    /* Expected client certificate key type */
+    int expected_client_cert_type;
+    /* Expected client signing hash */
+    int expected_client_sign_hash;
+    /* Expected client signature type */
+    int expected_client_sign_type;
 } SSL_TEST_CTX;
 
 const char *ssl_test_result_name(ssl_test_result_t result);