diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-08 12:30:37 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-08 12:30:37 +0000 |
| commit | 0b53c9111bbb472a66b4b809e7490ab6cc371bd4 (patch) | |
| tree | 153e28be0b43104e98aa68bdce63aa3bdb0e58f9 /ChangeLog | |
| parent | 7648f145274d847ae6569c2d295ab2f8da75421e (diff) | |
| download | ruby-0b53c9111bbb472a66b4b809e7490ab6cc371bd4.tar.gz ruby-0b53c9111bbb472a66b4b809e7490ab6cc371bd4.tar.xz ruby-0b53c9111bbb472a66b4b809e7490ab6cc371bd4.zip | |
* ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returns
public key only.
* ext/openssl/ossl_pkey_dh.c (ossl_dh_to_der): new function for
OpenSSL::PKey::DH#to_der.
* ext/openssl/ossl_pkey_dsa.c (ossl_dsa_to_der): new function for
OpenSSL::PKey::DSA#to_der.
* ext/openssl/ossl_pkey_rsa.c (ossl_rsa_to_der): new function for
OpenSSL::PKey::RSA#to_der.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Thu Jan 8 21:29:43 2004 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returns + public key only. + + * ext/openssl/ossl_pkey_dh.c (ossl_dh_to_der): new function for + OpenSSL::PKey::DH#to_der. + + * ext/openssl/ossl_pkey_dsa.c (ossl_dsa_to_der): new function for + OpenSSL::PKey::DSA#to_der. + + * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_to_der): new function for + OpenSSL::PKey::RSA#to_der. + Thu Jan 8 16:51:04 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> * test/wsdl/datetime/test_datetime.rb: fixed a stupid testcase which |
