diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-05 09:08:40 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-05 09:08:40 +0000 |
| commit | 02b0891d4e3c26c9a64e647e3becf125c517bc7a (patch) | |
| tree | 32333543a60cb2accc56c0b4377114324e1166b6 /ChangeLog | |
| parent | 3efc6bfe4d1af9d124b330aa44f271d03ea29a16 (diff) | |
| download | ruby-02b0891d4e3c26c9a64e647e3becf125c517bc7a.tar.gz ruby-02b0891d4e3c26c9a64e647e3becf125c517bc7a.tar.xz ruby-02b0891d4e3c26c9a64e647e3becf125c517bc7a.zip | |
* ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse.
* ext/openssl/ossl_digest.c: add ossl_digest_new().
* ext/openssl/ossl_digest.h: ditto.
* ext/openssl/ossl_cipher.c: add ossl_cipher_new().
* ext/openssl/ossl_cipher.h: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Fri Sep 5 18:00:51 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse. + + * ext/openssl/ossl_digest.c: add ossl_digest_new(). + + * ext/openssl/ossl_digest.h: ditto. + + * ext/openssl/ossl_cipher.c: add ossl_cipher_new(). + + * ext/openssl/ossl_cipher.h: ditto. + Fri Sep 5 15:32:04 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> * misc/ruby-mode.el (ruby-font-lock-maybe-here-docs): should not |
