diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2017-02-04 19:25:09 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2017-02-08 03:16:28 +0100 |
commit | 1bbede20e3f5ac98a46568604b8c1d56bf8d2185 (patch) | |
tree | b588bf7a005ee11273f2d9f48c31b0e0556503e8 | |
parent | Add remaining TLS1.3 ciphersuites (diff) | |
download | openssl-1bbede20e3f5ac98a46568604b8c1d56bf8d2185.tar.xz openssl-1bbede20e3f5ac98a46568604b8c1d56bf8d2185.zip |
update test
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2550)
-rw-r--r-- | test/cipherlist_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cipherlist_test.c b/test/cipherlist_test.c index 40596bca7f..0c344c9df3 100644 --- a/test/cipherlist_test.c +++ b/test/cipherlist_test.c @@ -110,6 +110,8 @@ static const uint32_t default_ciphers_in_order[] = { TLS1_CK_RSA_WITH_AES_128_GCM_SHA256, #endif #ifndef OPENSSL_NO_TLS1_3 + TLS1_3_CK_AES_256_GCM_SHA384, + TLS1_3_CK_CHACHA20_POLY1305_SHA256, TLS1_3_CK_AES_128_GCM_SHA256, #endif #ifndef OPENSSL_NO_TLS1_2 |