forked from wolfSSL/wolfssl
openssl.test: recognize TLS13-AES128-CCM-8-SHA256 and TLS13-AES128-CCM8-SHA256 as equivalent while iterating through $wolf_ciphers.
This commit is contained in:
@ -833,7 +833,7 @@ do
|
||||
cmpSuite="TLS_AES_128_CCM_SHA256"
|
||||
tls13_suite="yes"
|
||||
;;
|
||||
"TLS13-AES128-CCM-8-SHA256")
|
||||
"TLS13-AES128-CCM-8-SHA256"|"TLS13-AES128-CCM8-SHA256")
|
||||
cmpSuite="TLS_AES_128_CCM_8_SHA256"
|
||||
tls13_suite="yes"
|
||||
;;
|
||||
|
Reference in New Issue
Block a user