summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2025-06-20 02:36:36 +0900
committergit <svn-admin@ruby-lang.org>2025-07-04 09:17:55 +0000
commit38993efb27a35b37ecb938f7791fa7c51fbf4bac (patch)
tree143845c3cfd7d19e5fe9dbb69a6ce0b53d6264e4 /string.c
parent4d6fac3e9515a71edd6d77e59c3a04dcbe0c444f (diff)
[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=. https://github.com/ruby/openssl/commit/59e98604e0
Diffstat (limited to 'string.c')
0 files changed, 0 insertions, 0 deletions