From bca636a8b542c52e0228451681e03f8cd29c0682 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Wed, 7 Sep 2005 07:40:55 +0000 Subject: * ext/openssl/ossl_asn1.c (asn1str_to_str): new function. * ext/openssl/ossl_pkcs7.c: new class OpenSSL::PKCS7::RecipientInfo. this class wraps PKCS7_RECIP_INFO struct. * ext/openssl/ossl_pkcs7.c: OpenSSL::PKCS7::Signer is renamed to OpenSSL::PKCS7::SignerInfo. ("Signer" remains as an alias of SignerInfo.) * test/openssl/test_pkcs7.rb: new file. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 546e90144..fbc573755 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Wed Sep 7 15:48:37 2005 GOTOU Yuuzou + + * ext/openssl/ossl_asn1.c (asn1str_to_str): new function. + + * ext/openssl/ossl_pkcs7.c: new class OpenSSL::PKCS7::RecipientInfo. + this class wraps PKCS7_RECIP_INFO struct. + + * ext/openssl/ossl_pkcs7.c: OpenSSL::PKCS7::Signer is renamed to + OpenSSL::PKCS7::SignerInfo. ("Signer" remains as an alias of + SignerInfo.) + + * test/openssl/test_pkcs7.rb: new file. + Wed Sep 7 12:55:08 2005 Tanaka Akira * lib/open-uri.rb: abolish mod === tempfile to avoid a problem -- cgit