diff options
author | Kazuki Yamaguchi <[email protected]> | 2020-05-18 15:43:18 +0900 |
---|---|---|
committer | Kazuki Yamaguchi <[email protected]> | 2021-03-16 19:16:11 +0900 |
commit | fde9f806cb4fa9145e6eb73406ea4b932ddb8eb7 (patch) | |
tree | 5fab19ec34073c87b4cf73f026c981d4b30c2953 /test/openssl/test_hmac.rb | |
parent | 15863069c90b1253021981b23d31f154d79f8fe6 (diff) |
[ruby/openssl] pkey/ec: deprecate OpenSSL::PKey::EC::Point#mul(ary, ary [, bn])
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.
https://github.com/ruby/openssl/commit/812de4253d
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4275
Diffstat (limited to 'test/openssl/test_hmac.rb')
0 files changed, 0 insertions, 0 deletions