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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 511ff071d9c3e1ecf2ccabd535c73fa283b9d5f0
4
- data.tar.gz: 4231c7dbe0a7ea49316e4b732b0192be8e215fb8
3
+ metadata.gz: c4b5f72adfc10973a050d402e22dc8013a7a9f33
4
+ data.tar.gz: 6ca767939ad8934dce7b731e27cbe14a5b5b52f1
5
5
  SHA512:
6
- metadata.gz: b52f0bb001da6f6510e1e9765464d5e5b68de7dd2e4a3414a16befd95b91a2b391666e4479d8c8bff60666b8113434bb8e055967ee8b1330b632af2e23d64bc9
7
- data.tar.gz: 99d5a5df941da8b52aa7642d6584198a72ff0493389cf047def854141b1fa182e75281cec4d25548ab0adb8aec0709c1a8bff3284e09fba7e65ef4fa967e5e2f
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 certificates like MRI does (#42)
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
- * [regression] make sure version is set when reading encoded certificate
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
@@ -1,6 +1,6 @@
1
1
  module Jopenssl
2
2
  module Version
3
- VERSION = '0.9.9'
3
+ VERSION = '0.9.10'
4
4
  BOUNCY_CASTLE_VERSION = '1.50'
5
5
  end
6
6
  end
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.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-19 00:00:00.000000000 Z
12
+ date: 2015-08-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jar-dependencies