ruby/ext
Kazuki Yamaguchi 38993efb27 [ruby/openssl] ssl: rename SSLContext#ecdh_curves= to #groups=
TLS 1.3 renamed the "elliptic_curves" extension to "supported_groups"
to reflect that it now covers more than just ECDH groups. OpenSSL 1.1.1
followed this change by renaming the corresponding API from
SSL_CTX_set1_curves_list() to SSL_CTX_set1_groups_list().

Update ruby/openssl to use the new name, too. The current method name
SSLContext#ecdh_curves= is retained as an alias for #group=.

59e98604e0
2025-07-04 09:17:55 +00:00
..
-test- Make waiting_fd behaviour per-IO. (#13127) 2025-05-13 19:02:03 +09:00
cgi/escape Support require 'cgi/escape' with extracting CGI::Escape from CGI::Util 2025-05-09 14:27:28 +09:00
continuation ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
coverage namespace on read 2025-05-11 23:32:50 +09:00
date [ruby/date] [Bug #21436] check for fixnum lower bound in m_ajd 2025-06-15 16:12:45 +00:00
digest [ruby/digest] stringop-overread warning is since GCC 11 2025-05-05 10:20:31 +00:00
erb/escape [ruby/erb] [DOC] Make documentation 100% 2025-05-12 13:57:24 +00:00
etc [ruby/etc] Run have_func with the header providing the declarations 2025-07-01 11:00:23 +00:00
fcntl [ruby/fcntl] Fixup gemspec files 2024-11-07 18:45:05 +09:00
io [ruby/io-wait] Run have_func with the header providing the declarations 2025-07-01 11:03:11 +00:00
json [ruby/json] Run have_func with the header providing the declarations 2025-07-01 20:28:47 +09:00
monitor [DOC] Monitor 2024-12-25 13:16:14 +09:00
objspace Refactor generic fields to use T_IMEMO/fields objects. 2025-06-17 15:28:05 +02:00
openssl [ruby/openssl] ssl: rename SSLContext#ecdh_curves= to #groups= 2025-07-04 09:17:55 +00:00
pathname [ruby/pathname] Bump up v0.4.0 2024-11-06 07:09:08 +00:00
psych [ruby/psych] Bump version for release 2025-05-12 16:21:41 +00:00
pty Update common.mk dependencies 2025-05-11 23:32:50 +09:00
rbconfig/sizeof ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
ripper namespace on read 2025-05-11 23:32:50 +09:00
rubyvm
socket Suppress a warning in code for SOCKS5 2025-07-03 21:44:08 +09:00
stringio [ruby/stringio] Extract internal part as the function 2025-06-05 08:06:51 +00:00
strscan [ruby/strscan] Run have_func with the header providing the declarations 2025-07-01 20:21:19 +09:00
win32 [ruby/win32-registry] Minor readme improvements and typo fixes 2025-06-17 05:52:04 +00:00
zlib [ruby/zlib] Bump up v3.2.1 2024-12-13 00:33:58 +00:00
.document [ruby/io-console] [DOC] Split .document files to sync with ruby/ruby 2023-10-22 11:09:06 +09:00
extmk.rb [Bug #21092] Fallback variables after execonf has done 2025-01-30 14:52:01 +09:00
Setup Clean up removed directories in ext/Setup* [ci skip] 2023-01-18 12:02:27 +09:00
Setup.atheos racc/cparse is extracted from ruby/ruby repository 2023-06-08 18:05:07 +09:00
Setup.nt racc/cparse is extracted from ruby/ruby repository 2023-06-08 18:05:07 +09:00