ruby/ext/openssl/lib
Kazuki Yamaguchi c9bbf7e3eb [ruby/openssl] ssl: do not clear existing SSL options in SSLContext#set_params
Apply SSL options set in DEFAULT_PARAMS without clearing existing
options.

It currently clears options in order to avoid setting one of the
options included in OpenSSL::SSL::OP_ALL unless explicitly specified,
namely OpenSSL::SSL::OP_DONT_INSERT_EMPTY_FRAGMENTS. Now that
OpenSSL::SSL::OP_ALL has been removed from SSLContext#initialize, it is
no longer necessary.

77c3db2d65
2024-12-07 08:15:08 +00:00
..
openssl [ruby/openssl] ssl: do not clear existing SSL options in SSLContext#set_params 2024-12-07 08:15:08 +00:00
openssl.rb [ruby/openssl] rewriting most of the asn1 init code in ruby 2024-06-27 16:00:55 +00:00