From 4fce754f9b603664501ac4ee982988fb264d20f2 Mon Sep 17 00:00:00 2001 From: emboss Date: Thu, 20 Dec 2012 07:00:11 +0000 Subject: * ext/openssl/ossl.c: do not use FIPS_mode_set if not available. * test/openssl/utils.rb: revise comment about setting FIPS mode to false. * test/openssl/test_fips.rb: remove tests that cause errors on ruby-ci. [Feature #6946] [ruby-core:47345] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 80f76cd888..2208777498 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Thu Dec 20 15:55:46 2012 Martin Bosslet + + * ext/openssl/ossl.c: do not use FIPS_mode_set if not available. + * test/openssl/utils.rb: revise comment about setting FIPS mode to + false. + * test/openssl/test_fips.rb: remove tests that cause errors on + ruby-ci. + [Feature #6946] [ruby-core:47345] + Thu Dec 20 15:22:59 2012 Eric Hodel * lib/rdoc/parser/ruby.rb: Ignore methods defined on constants to @@ -5,7 +14,7 @@ Thu Dec 20 15:22:59 2012 Eric Hodel documentation. * test/rdoc/test_rdoc_parser_ruby.rb: Test for the above. -Thu Dec 20 16:00:33 2012 Martin Bosslet +Thu Dec 20 15:00:33 2012 Martin Bosslet * ext/openssl/ossl_cipher.c: add support for Authenticated Encryption with Associated Data (AEAD) for OpenSSL versions that support the -- cgit v1.2.3