aboutsummaryrefslogtreecommitdiffstats
path: root/History.md
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-08-08 18:29:07 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-08-08 18:29:07 +0900
commitdf37b7a22eb0c70ddba4722630662b4c1e73b009 (patch)
tree7e3afec824a6d3a4a4dee3e7c7437bec69d38092 /History.md
parent1d1be8dc94fcb7894458d4ac1e0ad370141c56fa (diff)
downloadruby-openssl-df37b7a22eb0c70ddba4722630662b4c1e73b009.tar.gz
Ruby/OpenSSL 2.0.5v2.0.5
Diffstat (limited to 'History.md')
-rw-r--r--History.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/History.md b/History.md
index bb499338..8baa0208 100644
--- a/History.md
+++ b/History.md
@@ -1,3 +1,16 @@
+Version 2.0.5
+=============
+
+Bug fixes
+---------
+
+* Reading a PEM/DER-encoded private key or certificate from an IO object did
+ not work properly on mswin platforms.
+ [[ruby/openssl#128]](https://github.com/ruby/openssl/issues/128)
+* Broken length check in the PEM passphrase callback is fixed.
+* It failed to compile when OpenSSL is configured without TLS 1.0 support.
+
+
Version 2.0.4
=============