Commit b4eee58a authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix test_sslcorrupt when using TLSv1.3



The test loops through all the ciphers, attempting to test each one in turn.
However version negotiation happens before cipher selection, so with TLSv1.3
switched on if we use a non-TLSv1.3 compatible cipher suite we get "no
share cipher".

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 10b0b5ec
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment