jruby-openssl 0.9.9-java → 0.9.10-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/History.md +9 -2
- data/lib/jopenssl.jar +0 -0
- data/lib/jopenssl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4b5f72adfc10973a050d402e22dc8013a7a9f33
|
4
|
+
data.tar.gz: 6ca767939ad8934dce7b731e27cbe14a5b5b52f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4bf68734e5bffcf0c4ac32f4bbfdf8061e0e1b33955213f0b1ec29bada829cc38cd7b8099449bae46b9dbd59478625e337943369f779c136d7f73f4a89c998d5
|
7
|
+
data.tar.gz: 851a2bf17ca369c17b6578c4c5bb1dbacdeb3ede05dc0e803f13aad84efc56474db9d56de18ea7ce823e569ca1fca05d0b65abf98589ebc453949104ecb3bd47
|
data/History.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## 0.9.9
|
2
|
+
|
3
|
+
* **regression** causing to re-package a RaiseException in `SSLSocket#accept`
|
4
|
+
* fix load error: jopenssl/load -- java.lang.VerifyError: using BC 1.51 or 1.52 (#62)
|
5
|
+
* keep the default x509 certs and directories in line with MRI (#49), only if
|
6
|
+
they do not exists fallback on cacerts from the java.home/lib/security/cacerts
|
7
|
+
|
1
8
|
## 0.9.8
|
2
9
|
|
3
10
|
* refactor `PKCS5.pbkdf2_hmac_sha1` to use BC APIs
|
@@ -8,7 +15,7 @@
|
|
8
15
|
* [experimental] support NOT loading any (BC) jars on our own ... (#10)
|
9
16
|
* disable DHE (by default) on Java <= 7 ... on Java 8 we (still) force 1024/2048
|
10
17
|
(see jruby/jruby#2872 and #45)
|
11
|
-
* handle parsing of "incomplete" X.509
|
18
|
+
* **regression** handle parsing of "incomplete" X.509 certs like MRI does (#42)
|
12
19
|
* implement a CRL/certificate caching (for now off by default) in Lookup
|
13
20
|
... set *-J-Djruby.openssl.x509.lookup.cache=true* to enable
|
14
21
|
* improve Store helper concurrency (with less synchronization)
|
@@ -31,7 +38,7 @@
|
|
31
38
|
* now that we've matched w MRI's SSLContext::METHODS don't report custom ones
|
32
39
|
* more ssl_version= compatibility fixes that match MRI (jruby/jruby#1736)
|
33
40
|
* support setting ssl_version = "TLSv1_1" (or "TLSv1_2") just like MRI
|
34
|
-
*
|
41
|
+
* **regression** make sure version is set when reading encoded certificate
|
35
42
|
+ signature algorithm should be read as well when decoding certificate (#39)
|
36
43
|
* better accept handshake errors instead of "General SSLEngine problem (#37)
|
37
44
|
* trying to decode DER application specific objects (based on patch from #36)
|
data/lib/jopenssl.jar
CHANGED
Binary file
|
data/lib/jopenssl/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jruby-openssl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.10
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Ola Bini
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-08-
|
12
|
+
date: 2015-08-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jar-dependencies
|