base repository: ruby/openssl
base: v2.0.2
head repository: ruby/openssl
Uh oh!
There was an error while loading. Please reload this page.
compare: v2.0.3
- 11 commits
- 13 files changed
- 2 contributors
Commits on Dec 29, 2016
Fix for ASN1::Constructive 'each' implementation
Corey Bonnell committedDec 29, 2016 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 committedDec 29, 2016 Merge pull request #96 from CBonnell/master
Fix for ASN1::Constructive 'each' implementation
rhenium authoredDec 29, 2016
Commits on Jan 5, 2017
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 committedJan 5, 2017
Commits on Jan 17, 2017
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 committedJan 17, 2017
Commits on Jan 24, 2017
test/envutil: fix assert_raise_with_message
Import mu_pp method from Ruby trunk.
rhenium committedJan 24, 2017
Commits on Jan 27, 2017
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 committedJan 27, 2017
Commits on Jan 31, 2017
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 committedJan 31, 2017 .travis.yml: test with Ruby 2.4
rhenium committedJan 31, 2017 - rhenium committed
Jan 31, 2017
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v2.0.2...v2.0.3
Uh oh!
There was an error while loading. Please reload this page.