summaryrefslogtreecommitdiffstats
path: root/test/helpers/ssl_test_ctx.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-05-21 13:26:33 -0400
committerTomas Mraz <tomas@openssl.org>2021-06-15 12:36:51 +0200
commitf4752e88272933777dbdbda31d00b388fa5a8e2d (patch)
treecac20c191b6964ce9cab26738abc4e2c58f1d487 /test/helpers/ssl_test_ctx.c
parent60d13c8ff824720580db9665489832fb50f9e60a (diff)
Move AllowClientRenegotiation tests
Move them from test_renegotiation to renegotiation in ssl_new Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15415)
Diffstat (limited to 'test/helpers/ssl_test_ctx.c')
-rw-r--r--test/helpers/ssl_test_ctx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/helpers/ssl_test_ctx.c b/test/helpers/ssl_test_ctx.c
index 6ba8a52c2d..1374b04cf0 100644
--- a/test/helpers/ssl_test_ctx.c
+++ b/test/helpers/ssl_test_ctx.c
@@ -124,6 +124,7 @@ static const test_enum ssl_alerts[] = {
{"UnknownCA", SSL_AD_UNKNOWN_CA},
{"HandshakeFailure", SSL_AD_HANDSHAKE_FAILURE},
{"UnrecognizedName", SSL_AD_UNRECOGNIZED_NAME},
+ {"NoRenegotiation", SSL_AD_NO_RENEGOTIATION},
{"BadCertificate", SSL_AD_BAD_CERTIFICATE},
{"NoApplicationProtocol", SSL_AD_NO_APPLICATION_PROTOCOL},
{"CertificateRequired", SSL_AD_CERTIFICATE_REQUIRED},