commit | dd05bd4cb46e9662fae6f0f8ca9590fef6c1c957 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Fri Jul 07 14:43:21 2017 +0100 |
committer | Matt Caswell <matt@openssl.org> | Fri Jul 07 16:08:05 2017 +0100 |
tree | abd2b3b7ed63549fef862b143b12e7afac343e81 | |
parent | 4f11c7476b14225d5919924e433dbac0b4806081 [diff] |
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)