Permalink
base repository: ruby/openssl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
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.
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 committedDec 29, 2016
    Configuration menu
    Copy the full SHA
    d7470d9View 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
    rhenium committedDec 29, 2016
    Configuration menu
    Copy the full SHA
    a2dc925View 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
    rhenium authoredDec 29, 2016
    Configuration menu
    Copy the full SHA
    46674c3View 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
    rhenium committedJan 5, 2017
    Configuration menu
    Copy the full SHA
    8072a9aView 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
    rhenium committedJan 17, 2017
    Configuration menu
    Copy the full SHA
    be817baView commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. buffering: fix typo in doc

    @rhenium
    rhenium committedJan 23, 2017
    Configuration menu
    Copy the full SHA
    64dfefdView 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
    rhenium committedJan 24, 2017
    Configuration menu
    Copy the full SHA
    24a6774View 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
    rhenium committedJan 27, 2017
    Configuration menu
    Copy the full SHA
    4ccaf25View 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
    rhenium committedJan 31, 2017
    Configuration menu
    Copy the full SHA
    c75e835View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faefff2View commit details
    Browse the repository at this point in the history
  3. Ruby/OpenSSL 2.0.3

    @rhenium
    rhenium committedJan 31, 2017
    Configuration menu
    Copy the full SHA
    74f166fView commit details
    Browse the repository at this point in the history
Loading