aboutsummaryrefslogtreecommitdiffstats
path: root/History.md
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2018-05-12 15:49:42 +0900
committerKazuki Yamaguchi <k@rhe.jp>2018-05-12 15:49:42 +0900
commita72989b72380a4cf5ba3f821969f072f0e71b1d4 (patch)
tree339b5ec8cf0d4b64499de1cdd963e5cff102466e /History.md
parentb8b8f74e95854a8db793d8189952a51e5af53dea (diff)
parent1f90516e32ecd755d592002585e97cb78752eae2 (diff)
downloadruby-openssl-a72989b72380a4cf5ba3f821969f072f0e71b1d4.tar.gz
Merge branch 'maint-2.0' into maint
* maint-2.0: Ruby/OpenSSL 2.0.8 test/test_ssl_session: set client protocol version explicitly test/test_pkey_rsa: fix test failure with OpenSSL 1.1.1 extconf.rb: fix build with LibreSSL 2.7.0 cipher: validate iterations argument for Cipher#pkcs5_keyivgen test/utils: disable Thread's report_on_exception in start_server
Diffstat (limited to 'History.md')
-rw-r--r--History.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/History.md b/History.md
index 321a51c8..e2399f4c 100644
--- a/History.md
+++ b/History.md
@@ -55,6 +55,20 @@ Notable changes
[[GitHub #177]](https://github.com/ruby/openssl/pull/177)
+Version 2.0.8
+=============
+
+Bug fixes
+---------
+
+* OpenSSL::Cipher#pkcs5_keyivgen raises an error when a negative iteration
+ count is given.
+ [[GitHub #184]](https://github.com/ruby/openssl/pull/184)
+* Fixed build with LibreSSL 2.7.
+ [[GitHub #192]](https://github.com/ruby/openssl/issues/192)
+ [[GitHub #193]](https://github.com/ruby/openssl/pull/193)
+
+
Version 2.0.7
=============