From: Dr. Stephen Henson Date: Sat, 4 Feb 2017 18:25:09 +0000 (+0000) Subject: update test X-Git-Tag: OpenSSL_1_1_1-pre1~2458 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1bbede20e3f5ac98a46568604b8c1d56bf8d2185;p=oweals%2Fopenssl.git update test Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/2550) --- 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