File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.9.11
2
+
3
+ * add TLSv1_1_client, TLSv1_1_server, TLSv1_2_client and TLSv1_2_server options
4
+ to ssl_version (#65 )
5
+ * ** regression** make sure we hold a buffered reader so that the loop continues
6
+ reading PEMs - previously introduced an incompatibility with cert verify (#67 )
7
+ * support negotiating up to TLS1_1 and TLS1_2 when the server supports these
8
+ ssl_versions (#63 )
9
+
1
10
## 0.9.10
2
11
3
12
* ** regression** reverted fix for #49 (as it needs more work/testing) :
Original file line number Diff line number Diff line change 1
1
module Jopenssl
2
2
module Version
3
- VERSION = '0.9.11.dev '
3
+ VERSION = '0.9.11'
4
4
BOUNCY_CASTLE_VERSION = '1.50'
5
5
end
6
6
end
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >rubygems</groupId >
6
6
<artifactId >jruby-openssl</artifactId >
7
- <version >0.9.11.dev-SNAPSHOT </version >
7
+ <version >0.9.11</version >
8
8
<packaging >gem</packaging >
9
9
<name >JRuby OpenSSL</name >
10
10
<description >JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description >
You can’t perform that action at this time.
0 commit comments