diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-07 07:40:55 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-07 07:40:55 +0000 |
| commit | bca636a8b542c52e0228451681e03f8cd29c0682 (patch) | |
| tree | ef175c4c0d8d9e770a8ce1672731ac9be7f6f5dc /ChangeLog | |
| parent | 28e25c98d87651beb1cb7191ae102475652f8f51 (diff) | |
| download | ruby-bca636a8b542c52e0228451681e03f8cd29c0682.tar.gz ruby-bca636a8b542c52e0228451681e03f8cd29c0682.tar.xz ruby-bca636a8b542c52e0228451681e03f8cd29c0682.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Wed Sep 7 15:48:37 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * 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 <akr@m17n.org> * lib/open-uri.rb: abolish mod === tempfile to avoid a problem |
