Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby-openssl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0c018f1fbb42
Choose a base ref
...
head repository: jruby/jruby-openssl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dec94fc921e2
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 6, 2016

  1. release jossl 0.9.18

    kares committed Nov 6, 2016
    Copy the full SHA
    720f689 View commit details
  2. Copy the full SHA
    e96f48b View commit details
  3. set next dev SNAPSHOT version

    kares committed Nov 6, 2016
    Copy the full SHA
    dec94fc View commit details
Showing with 14 additions and 2 deletions.
  1. +11 −0 History.md
  2. +1 −1 lib/jopenssl/version.rb
  3. +1 −1 pom.xml
  4. +1 −0 src/test/integration/Gemfile
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.9.18

* handle X.509 authorityKeyIdentifier parsing somehow right (#102)
* simple resolution for handling subjectAltName multiple DNS: names (#102)
* upgrading BC to 1.55
normalize "brainpoolP512t1" curve name for BC 1.55 compatibility
* allow for X509::Certificate to be converted to a Java certificate
* at least OpenSSL.debug potential env read failure on set_default_paths
* negative BN values are always considered not prime.
* Don't print a warning for missing client certs (#110)

## 0.9.17

* temporarily register BC provider on X.509 factory (work-around for #94)
2 changes: 1 addition & 1 deletion lib/jopenssl/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Jopenssl
VERSION = '0.9.18.dev'
VERSION = '0.9.19.dev'
BOUNCY_CASTLE_VERSION = '1.55'
# @deprecated
module Version
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
<modelVersion>4.0.0</modelVersion>
<groupId>rubygems</groupId>
<artifactId>jruby-openssl</artifactId>
<version>0.9.18.dev-SNAPSHOT</version>
<version>0.9.19.dev-SNAPSHOT</version>
<packaging>gem</packaging>
<name>JRuby OpenSSL</name>
<description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>
1 change: 1 addition & 0 deletions src/test/integration/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source 'https://rubygems.org'

gem 'httpclient', :require => false
gem 'trocla', '~> 0.2.3', :require => false

group :development do
gem 'rake', :require => nil