aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_asn1.rb
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2020-05-18 15:43:18 +0900
committerKazuki Yamaguchi <k@rhe.jp>2020-06-29 11:37:53 +0900
commit812de4253d256a69037acb4e29195c6b67969feb (patch)
treec6277aad71d7a6421117a5b067416da62952e4b2 /test/test_asn1.rb
parent93213b2730a45fe997b8e581c64c42e13cd9abde (diff)
downloadruby-openssl-ky/pkey-ec-point-deprecate-mul-ary.tar.gz
pkey/ec: deprecate OpenSSL::PKey::EC::Point#mul(ary, ary [, bn])ky/pkey-ec-point-deprecate-mul-ary
Deprecate it for future removal. However, I do not expect any application is affected by this. The other form of calling it, PKey::EC::Point#mul(bn [, bn]) remains untouched. PKey::EC::Point#mul calls EC_POINTs_mul(3) when multiple BNs are given as an array. LibreSSL 2.8.0 released on 2018-08 removed the feature and OpenSSL 3.0 which is planned to be released in 2020 will also deprecate the function as there is no real use-case.
Diffstat (limited to 'test/test_asn1.rb')
0 files changed, 0 insertions, 0 deletions