Fix inconsistent check of UNSAFE_LEGACY_RENEGOTIATION
authorTodd Short <tshort@akamai.com>
Mon, 22 May 2017 15:24:59 +0000 (11:24 -0400)
committerKurt Roeckx <kurt@roeckx.be>
Fri, 26 May 2017 09:31:32 +0000 (11:31 +0200)
commitef66b8cb5efbc2dfbc2dc64f35a34c023b96e4c1
tree7dd56d95f7451a48661f81022fa4ccb4dd6f0d4d
parent0efb6d94cdc3bc10a30206b95c0621f399e0cc79
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: Matt Caswell <matt@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
GH: #3523
(cherry picked from commit dffdcc773ac0a294b1ce620131cb8d7401da9408)
ssl/record/rec_layer_s3.c