diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Thu Jan 8 21:17:43 2004 GOTOU Yuuzou <[email protected]> + + * 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 18:25:29 2004 Nobuyoshi Nakada <[email protected]> * dir.c (glob_helper): should not recurse in exceptional status. |