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: 142c0a0bef3f^
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: d907a4a6feb2
Choose a head ref
  • 13 commits
  • 22 files changed
  • 3 contributors

Commits on Jul 28, 2017

  1. Copy the full SHA
    036dc0f View commit details
  2. Copy the full SHA
    98ab7bb View commit details
  3. Copy the full SHA
    ab9ff6c View commit details
  4. Copy the full SHA
    79d2f55 View commit details
  5. Copy the full SHA
    610f142 View commit details
  6. Copy the full SHA
    adc2f75 View commit details

Commits on Aug 5, 2017

  1. Fix formatting of IPv6 addresses.

    They now correctly show as 1234:abcd:... instead of 18::52::171::205::...
    roadrunner2 committed Aug 5, 2017
    Copy the full SHA
    142c0a0 View commit details

Commits on Aug 6, 2017

  1. Fix subjectAltName parsing to always generate GeneralNames.

    It now handles arbitrary lists of names and always produces a GeneralNames
    as required by the definition. Additionally, leading and trailing whitespace
    around separators and labels is properly removed.
    
    This fixes #134.
    roadrunner2 committed Aug 6, 2017
    Copy the full SHA
    1c6eed0 View commit details

Commits on Oct 1, 2017

  1. Improve jvm version detection for java 9 (#143)

    * Fix tests broken because of removal of JRuby <= 1.7.21 support
    
    * Parse java 9 style version strings as defined by JEP223
    
    Fixes #142
    
    * Move over to openjdk7 since oraclejdk7 is no longer available
    
    See travis-ci/travis-ci#8423
    ketan authored and kares committed Oct 1, 2017
    Copy the full SHA
    f86bc0b View commit details
  2. Copy the full SHA
    a20a24d View commit details
  3. Copy the full SHA
    4e4209d View commit details
  4. Copy the full SHA
    3c30b34 View commit details
  5. Merge remote-tracking branch 'roadrunner2/subject-alt-name-parsing-fi…

    …xes' into PR-140
    
    * roadrunner2/subject-alt-name-parsing-fixes:
      Fix subjectAltName parsing to always generate GeneralNames.
      Fix formatting of IPv6 addresses.
    kares committed Oct 1, 2017
    Copy the full SHA
    d907a4a View commit details
Loading