From 4247bfd60a15438e6adbabff682e96a235e2d241 Mon Sep 17 00:00:00 2001 From: emboss Date: Mon, 13 Jun 2011 02:37:35 +0000 Subject: * ext/openssl/ossl_digest.c: allow Digests to be created by sn, ln or oid. * test/openssl/test_digest.rb: add tests for this. [Ruby 1.9 - Feature #4412] [ruby-core:35319] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a7260b948e..6360273bfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Jun 13 11:30:10 2011 Martin Bosslet + + * ext/openssl/ossl_digest.c: allow Digests to be created by sn, ln or + oid. + * test/openssl/test_digest.rb: add tests for this. + [Ruby 1.9 - Feature #4412] [ruby-core:35319] + Mon Jun 13 10:54:03 2011 Martin Bosslet * ext/openssl/pkey_dh.c: corrected documentation. -- cgit v1.2.3