diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-10 01:11:16 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-10 01:11:16 +0000 |
| commit | d8b03a4c37af9a7754e3df93dab9264e2558a490 (patch) | |
| tree | da1eca094c139ee4ffbb92d52c7fabd6590fd6e9 /ChangeLog | |
| parent | 503c7cf826f6cc44d218f9fb6f1bba6a2bf820f1 (diff) | |
| download | ruby-d8b03a4c37af9a7754e3df93dab9264e2558a490.tar.gz ruby-d8b03a4c37af9a7754e3df93dab9264e2558a490.tar.xz ruby-d8b03a4c37af9a7754e3df93dab9264e2558a490.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/branches/ruby_1_8@9114 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 @@ +Sat Sep 10 10:09:47 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. + Sat Sep 10 10:05:51 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): assume that |
