Some SSL_OP_ values can't be used in 1.1.x
authorMatt Caswell <matt@openssl.org>
Fri, 7 Jul 2017 13:43:21 +0000 (14:43 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 7 Jul 2017 15:08:05 +0000 (16:08 +0100)
commitdd05bd4cb46e9662fae6f0f8ca9590fef6c1c957
treeabd2b3b7ed63549fef862b143b12e7afac343e81
parent4f11c7476b14225d5919924e433dbac0b4806081
Some SSL_OP_ values can't be used in 1.1.x

SSL_OP_ALL was set in 0x0BFF so reusing some of these bits would cause
ABI compatibility issues.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3833)
include/openssl/ssl.h