From a4efe6c74a4a1ceebd79fbb42842ad87914e964e Mon Sep 17 00:00:00 2001 From: rhe Date: Wed, 18 May 2016 07:59:09 +0000 Subject: openssl: fix OpenSSL error queue leak in OpenSSL::PKCS12.new * ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): pop errors leaked by PKCS12_parse(). This is a bug in OpenSSL, which exists in the versions before the version 1.0.0t, 1.0.1p, 1.0.2d. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e6e89fc487..4cea47b666 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed May 18 16:52:03 2016 Kazuki Yamaguchi + + * ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): pop errors + leaked by PKCS12_parse(). This is a bug in OpenSSL, which exists + in the versions before the version 1.0.0t, 1.0.1p, 1.0.2d. + Wed May 18 16:04:54 2016 Nobuyoshi Nakada * tool/downloader.rb (Downloader::RubyGems.download): verify gems -- cgit v1.2.3