aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/History.md
diff options
context:
space:
mode:
authorrhe <rhe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-12 07:33:53 +0000
committerrhe <rhe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-12 07:33:53 +0000
commit961cbe5262946732e47182714ea3b4395a71227d (patch)
tree2f6db422fc23068f7ca9fce027e4ee2b0d12857b /ext/openssl/History.md
parent23666ac1c16e0ea51b990d4faa6581a5fad385ba (diff)
downloadruby-961cbe5262946732e47182714ea3b4395a71227d.tar.gz
openssl: merge changes in v2.1.1
Commits in upstream repository since v2.1.0 can be found at: https://github.com/ruby/openssl/compare/v2.1.0...v2.1.1 ---------------------------------------------------------------- Kazuki Yamaguchi (7): test/utils: disable Thread's report_on_exception in start_server cipher: validate iterations argument for Cipher#pkcs5_keyivgen extconf.rb: fix build with LibreSSL 2.7.0 test/test_pkey_rsa: fix test failure with OpenSSL 1.1.1 test/test_ssl_session: set client protocol version explicitly Ruby/OpenSSL 2.0.8 Ruby/OpenSSL 2.1.1 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/History.md')
-rw-r--r--ext/openssl/History.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/ext/openssl/History.md b/ext/openssl/History.md
index 321a51c819..e2399f4c87 100644
--- a/ext/openssl/History.md
+++ b/ext/openssl/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
=============