Commit dffdcc77 authored by Todd Short's avatar Todd Short Committed by Kurt Roeckx
Browse files

Fix inconsistent check of UNSAFE_LEGACY_RENEGOTIATION



The check for SSL3_FLAGS_ALLOW_UNSAFE_LEGACY_RENEGOTIATION is
inconsistent. Most places check SSL->options, one place is checking
SSL_CTX->options; fix that.

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
Reviewed-by: default avatarKurt Roeckx <kurt@roeckx.be>
GH: #3523
parent 418bb7b3
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