Skip to content

Commit df37b7a

Browse files
committed
Ruby/OpenSSL 2.0.5
1 parent 1d1be8d commit df37b7a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

History.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Version 2.0.5
2+
=============
3+
4+
Bug fixes
5+
---------
6+
7+
* Reading a PEM/DER-encoded private key or certificate from an IO object did
8+
not work properly on mswin platforms.
9+
[[ruby/openssl#128]](https://github.com/ruby/openssl/issues/128)
10+
* Broken length check in the PEM passphrase callback is fixed.
11+
* It failed to compile when OpenSSL is configured without TLS 1.0 support.
12+
13+
114
Version 2.0.4
215
=============
316

ext/openssl/ossl_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
#if !defined(_OSSL_VERSION_H_)
1111
#define _OSSL_VERSION_H_
1212

13-
#define OSSL_VERSION "2.0.4"
13+
#define OSSL_VERSION "2.0.5"
1414

1515
#endif /* _OSSL_VERSION_H_ */

openssl.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "openssl"
3-
spec.version = "2.0.4"
3+
spec.version = "2.0.5"
44
spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
55
spec.email = ["ruby-core@ruby-lang.org"]
66
spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.}

0 commit comments

Comments
 (0)