From 06552d56d1551ef15ca52a0973af0db5ea7175ff Mon Sep 17 00:00:00 2001 From: rhe Date: Tue, 7 Jun 2016 12:29:36 +0000 Subject: open-uri: regenerate server certificates used in tests * test/open-uri/test_ssl.rb: Regenerate test certificates. The test CA certificate was incorrectly generated. A CA certificate must have the basic constraints extension with cA bit set to TRUE. OpenSSL <= 1.0.2 allowed the error when the certificate is in the trusted store but OpenSSL 1.1.0 no longer does. [ruby-core:75225] [Feature #12324] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dc10d6b248..d69189e661 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Jun 7 21:27:17 2016 Kazuki Yamaguchi + + * test/open-uri/test_ssl.rb: Regenerate test certificates. The test CA + certificate was incorrectly generated. A CA certificate must have the + basic constraints extension with cA bit set to TRUE. OpenSSL <= 1.0.2 + allowed the error when the certificate is in the trusted store but + OpenSSL 1.1.0 no longer does. + [ruby-core:75225] [Feature #12324] + Tue Jun 7 21:20:38 2016 Kazuki Yamaguchi * test/openssl/test_x509name.rb: Don't register OID for 'emailAddress' -- cgit v1.2.3