summaryrefslogtreecommitdiff
path: root/.gdbinit
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2020-05-18 15:43:18 +0900
committerKazuki Yamaguchi <k@rhe.jp>2021-03-16 19:16:11 +0900
commitfde9f806cb4fa9145e6eb73406ea4b932ddb8eb7 (patch)
tree5fab19ec34073c87b4cf73f026c981d4b30c2953 /.gdbinit
parent15863069c90b1253021981b23d31f154d79f8fe6 (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 '.gdbinit')
0 files changed, 0 insertions, 0 deletions