summaryrefslogtreecommitdiff
path: root/ext/socket/lib
diff options
context:
space:
mode:
authorKazuki Yamaguchi <[email protected]>2025-01-23 01:49:05 +0900
committergit <[email protected]>2025-02-03 09:47:48 +0000
commitf84d75eeccc38d298692c564d30f4e018d03f35d (patch)
tree8c78b9d5d9654f075b0beeb8856db2b0a34cf925 /ext/socket/lib
parent5a14f536958d20e98c58606bd44bd2c0bed6da4b (diff)
[ruby/openssl] pkey/ec: remove deprecated PKey::EC::Point#mul(ary, ary [, bn]) form
The method has two forms, each corresponding to EC_POINT_mul() and EC_POINTs_mul(). The latter form does not work with any OpenSSL or LibreSSL versions that are still supported by upstream. The latter form has an extremely confusing behavior, too, and using it would print a deprecation warning since commit https://github.com/ruby/openssl/commit/812de4253d25 in 2020, which went to 3.0.0. Let's remove it. https://github.com/ruby/openssl/commit/7343d3c559
Diffstat (limited to 'ext/socket/lib')
0 files changed, 0 insertions, 0 deletions