aboutsummaryrefslogtreecommitdiffstats
path: root/History.md
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-12-14 18:02:15 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-12-14 18:51:33 +0900
commit44294c43425be1af44e5de6d9a879cdbba1c6f33 (patch)
tree1ec7cd7a09187d364fd106d9d90b35961e2e88fd /History.md
parentc68ea3b77ec5b665d9db47e2b5787bfb7bcc16fd (diff)
downloadruby-openssl-44294c43425be1af44e5de6d9a879cdbba1c6f33.tar.gz
Ruby/OpenSSL 2.0.7v2.0.7ky/release-2.0.7
Diffstat (limited to 'History.md')
-rw-r--r--History.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/History.md b/History.md
index 9569b100..9cc60caa 100644
--- a/History.md
+++ b/History.md
@@ -1,3 +1,18 @@
+Version 2.0.7
+=============
+
+Bug fixes
+---------
+
+* OpenSSL::Cipher#auth_data= could segfault if called against a non-AEAD cipher.
+ [[Bug #14024]](https://bugs.ruby-lang.org/issues/14024)
+* OpenSSL::X509::Certificate#public_key= (and similar methods) could segfault
+ when an instance of OpenSSL::PKey::PKey with no public key components is
+ passed.
+ [[Bug #14087]](https://bugs.ruby-lang.org/issues/14087)
+ [[GitHub #168]](https://github.com/ruby/openssl/pull/168)
+
+
Version 2.0.6
=============