aboutsummaryrefslogtreecommitdiffstats
path: root/test/ssl_test_ctx.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2017-01-13 15:20:42 +0000
committerDr. Stephen Henson <steve@openssl.org>2017-01-20 01:16:31 +0000
commitee5b6a42be3c0ca18145ace8793135fbb4768248 (patch)
treed079b139c1c015df4ccf7f9dda092c2fda0d1487 /test/ssl_test_ctx.h
parent424baabdf5af540bda4a69122d274b071d804390 (diff)
downloadopenssl-ee5b6a42be3c0ca18145ace8793135fbb4768248.tar.gz
Add options to check TLS signing hashes
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2235)
Diffstat (limited to 'test/ssl_test_ctx.h')
-rw-r--r--test/ssl_test_ctx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ssl_test_ctx.h b/test/ssl_test_ctx.h
index f67f01ad87..b34efe327c 100644
--- a/test/ssl_test_ctx.h
+++ b/test/ssl_test_ctx.h
@@ -163,8 +163,12 @@ typedef struct {
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);