commit | 4f11c7476b14225d5919924e433dbac0b4806081 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Fri Jul 07 10:56:48 2017 +0100 |
committer | Matt Caswell <matt@openssl.org> | Fri Jul 07 16:08:05 2017 +0100 |
tree | eb9e9ede868e339c6f1c7aebc019c15e974ae888 | |
parent | 4e2bd9cb0f1a602a5c02906eb9d5bd1a592b684b [diff] |
Choose a safer value for SSL_OP_ALLOW_NO_DHE_KEX 1.1.0 included the previous value for SSL_OP_ALLOW_NO_DHE_KEX in SSL_OP_ALL. This might cause binary compatibility issues. We should choose a value that is not in SSL_OP_ALL. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3833)