diff options
author | Kazuki Yamaguchi <[email protected]> | 2024-06-12 02:29:46 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-12-07 08:15:08 +0000 |
commit | 510c190739b83cfa4fdb56e9d9c0578af25c9c6a (patch) | |
tree | accbf0568cda3a1dfb4c2bfa9fc7fdfbb96cfed3 /test/rdoc/test_rdoc_markup_to_html.rb | |
parent | 33196b7ab007c82ebd3fa3759850b1ddc10d50ef (diff) |
[ruby/openssl] ssl: do not enable OpenSSL::SSL::OP_ALL by default
Respect the SSL options set by default by SSL_CTX() and by the
system-wide OpenSSL configuration file.
OpenSSL::SSL::SSLContext#initialize currently adds OpenSSL::SSL::OP_ALL
on top of the default SSL options. Let's stop doing it.
OpenSSL::SSL::OP_ALL is a set of options that changes OpenSSL's behavior
to workaround various TLS implementation bugs. Using it is considered
usually safe, but is not completely harmless.
https://github.com/ruby/openssl/commit/00bec0d905
Diffstat (limited to 'test/rdoc/test_rdoc_markup_to_html.rb')
0 files changed, 0 insertions, 0 deletions