diff options
author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-10 01:08:21 +0000 |
---|---|---|
committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-10 01:08:21 +0000 |
commit | 503c7cf826f6cc44d218f9fb6f1bba6a2bf820f1 (patch) | |
tree | c37a65f838e39d8bdbaf88683f12deb975283a05 /ChangeLog | |
parent | 3088ad4799f01aa0dc99ef335e82ca3fbacad6b5 (diff) | |
download | ruby-503c7cf826f6cc44d218f9fb6f1bba6a2bf820f1.tar.gz ruby-503c7cf826f6cc44d218f9fb6f1bba6a2bf820f1.tar.xz ruby-503c7cf826f6cc44d218f9fb6f1bba6a2bf820f1.zip |
* ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): assume that
the argument is a DER string if Base64 decoding failed.
* ext/openssl/ossl_ns_pki.c (ossl_spki_to_der): new method.
* test/openssl/test_ns_spki.rb: add new file.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -1,8 +1,25 @@ +Sat Sep 10 10:05:51 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): assume that + the argument is a DER string if Base64 decoding failed. + + * ext/openssl/ossl_ns_pki.c (ossl_spki_to_der): new method. + + * test/openssl/test_ns_spki.rb: add new file. + +Sat Sep 10 09:56:24 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * ext/openssl/lib/digest.rb: added SHA224, SHA256, SHA384 and SHA512. + these features are enabled if this library is compiled with + OpenSSL 0.9.8 or later. + + * test/openssl/test_digest.rb: add test for new digests. + Sat Sep 10 09:51:30 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_error to get last error on the current thread. And should report - errors are on the stack while OpenSSL.debug is true. + errors on the stack while OpenSSL.debug is true. * ext/openssl/ossl.c (ossl_get_errors): new method for debugging this library. |