Commit 0d691e0e authored by David Woodhouse's avatar David Woodhouse Committed by Matt Caswell
Browse files

Wrong SSL version in DTLS1_BAD_VER ClientHello

Since commit 741c9959

 ("DTLS revision."), we put the wrong protocol
version into our ClientHello for DTLS1_BAD_VER. The old DTLS
code which used ssl->version was replaced by the more generic SSL3 code
which uses ssl->client_version. The Cisco ASA no longer likes our
ClientHello.

RT#3711

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(cherry picked from commit f7683aaf)
parent ae3fcdf1
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