Fix extension for various no- options
authorMatt Caswell <matt@openssl.org>
Wed, 28 Dec 2016 17:30:51 +0000 (17:30 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 29 Dec 2016 13:32:54 +0000 (13:32 +0000)
commit0785274ca53bbc20774186df6081dc75258db9bb
treebb3dc135059fa34571c006e6465b661e5d9a2f32
parent397f4f78760480f982adaeed98ccb10bda4d3fbb
Fix extension for various no- options

Previously we were omitting the extension information from ext_defs if
the association no- option was defined. This doesn't work because the
indexes into the table are no longer valid.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2153)
ssl/statem/extensions.c