aboutsummaryrefslogtreecommitdiffstats
path: root/History.md
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-10-09 15:32:19 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-10-09 15:32:19 +0900
commit417d0da56e80f84aac2461b501488dc30b8d133c (patch)
tree54405cd1fac63d7fef0bb6bda5c0f59c81eb65fc /History.md
parent01e6fead07013bc20fb833d418ad834a51dbb8de (diff)
parent1c2b9e345c36450e477ab25e7c5ece37c8cd2436 (diff)
downloadruby-openssl-417d0da56e80f84aac2461b501488dc30b8d133c.tar.gz
Merge branch 'topic/pkey-ec-conversion-form'
* topic/pkey-ec-conversion-form: pkey: allow specifying conversion form in EC::Point#to_bn
Diffstat (limited to 'History.md')
-rw-r--r--History.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/History.md b/History.md
index 802275ef..bd392dac 100644
--- a/History.md
+++ b/History.md
@@ -70,6 +70,9 @@ Notable changes
linked with the EC key. Modifications to the EC::Group have no effect on the
key. [[GH ruby/openssl#71]](https://github.com/ruby/openssl/pull/71)
+ - OpenSSL::PKey::EC::Point#to_bn allows specifying the point conversion form
+ by the optional argument.
+
* OpenSSL::SSL
- OpenSSL::SSL::SSLSocket#tmp_key is added. A client can call it after the