ec/asm/ecp_nistz256-x86_64.pl: add CFI directives.
[openssl.git] / test / ssl_test_ctx.h
index 14acaff6f7aaa1eda403e23b3f75d54ac6e9b505..13652b0528d18e10d9c20b7e294b305f8ea7e5c2 100644 (file)
@@ -159,6 +159,20 @@ 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 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);