Kazuki Yamaguchi 2026-02-17 07:16:54 +0000 (Tue, 17 Feb 2026)
New Revision: 5973d61947
https://github.com/ruby/ruby/commit/5973d61947
Log:
[ruby/openssl] ssl: fix test_tmp_dh and test_tmp_dh_callback with OpenSSL 4.0
OpenSSL master added support for RFC 7919 groups in TLS 1.2. They are
preferred over SSLContext#tmp_dh= or #tmp_dh_callback= values if the
client advertises them in the supported_groups extension.
https://github.com/ruby/openssl/commit/3e01c802c9
Modified files:
test/openssl/test_ssl.rb