8000 Comparing v2.0.2...v2.0.3 · ruby/openssl · GitHub
[go: up one dir, main page]

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: ruby/openssl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: ruby/openssl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.3
Choose a head ref
  • 11 commits
  • 13 files changed
  • 2 contributors

Commits on Dec 29, 2016

  1. Fix for ASN1::Constructive 'each' implementation

    Corey Bonnell committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    d7470d9 View commit details
    Browse the repository at this point in the history
  2. Fix build with static OpenSSL libraries on Windows

    OpenSSL <= 1.0.2 requires gdi32 for RAND_screen(). OpenSSL >= 1.1.0 no
    longer has RAND_screen() but it now requires crypt32. If pkg-config is
    usable, they are automatically linked, but if it is not, configuring
    Ruby/OpenSSL fails.
    
    Fixes: https://bugs.ruby-lang.org/issues/13080
    rhenium committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    a2dc925 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #96 from CBonnell/master

    Fix for ASN1::Constructive 'each' implementation
    rhenium authored Dec 29, 2016
    Configuration menu
    Copy the full SHA
    46674c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. Merge branch 'topic/windows-static-linking-without-pkg-config' into m…

    …aint
    
    * topic/windows-static-linking-without-pkg-config:
      Fix build with static OpenSSL libraries on Windows
    rhenium committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    8072a9a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. appveyor.yml: update OpenSSL version to 1.0.2j

    The new RubyInstaller 2.3.3 uses OpenSSL 1.0.2j. This will fix CI build
    on AppVayor. Note that this is not a future-proof resolution; the future
    releases of RubyInstaller that AppVayor will use may require another
    incompatible version of OpenSSL.
    rhenium committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    be817ba View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. buffering: fix typo in doc

    rhenium committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    64dfefd View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. test/envutil: fix assert_raise_with_message

    Import mu_pp method from Ruby trunk.
    rhenium committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    24a6774 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. x509: fix OpenSSL::X509::Name#eql?

    Commit 34e7fe3 ("Use rb_obj_class() instead of CLASS_OF()",
    2016-09-08) incorrectly inverted the result. Fix it, and add a test
    case for this.
    
    Fixes: 34e7fe3 ("Use rb_obj_class() instead of CLASS_OF()")
    rhenium committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    4ccaf25 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. ruby-openssl-docker: update versions of Ruby and OpenSSL

    Ruby 2.3.3/2.4.0, OpenSSL 1.0.2k/1.1.0d and LibreSSL 2.3.9/2.4.4.
    rhenium committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    c75e835 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faefff2 View commit details
    Browse the repository at this point in the history
  3. Ruby/OpenSSL 2.0.3

    rhenium committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    74f166f View commit details
    Browse the repository at this point in the history
Loading
0