diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-03 07:30:16 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-03 07:30:16 +0000 |
commit | 013baa2b43a72aea8da9e7548a031f4a3695d229 (patch) | |
tree | 235fa50d1d70ca88d3f9ef85bcfdd27f70068e07 | |
parent | 043479247cfe70d6464293a0b070f9bfaba608fd (diff) |
* ChangeLog: fixed timestamps from commit log.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -5,7 +5,8 @@ Tue Apr 3 16:22:24 2007 Nobuyoshi Nakada <[email protected]> * ext/openssl/ruby_missing.h: check per features instead by checking version code. [ruby-core:10845] -Tue Apr 3 02:48:48 2007 Technorama <[email protected]> +Tue Apr 3 16:02:44 2007 Technorama <[email protected]> + * ext/openssl/ossl_bn.c: More documentation. * ext/openssl/lib/ossl_{pkey,pkey_ec}.[ch]: Add elliptic curves. @@ -21,14 +22,16 @@ Tue Apr 3 09:36:55 2007 NAKAMURA Usaku <[email protected]> * ext/openssl/ruby_missing.h: need to include version.h to check RUBY_VERSION_CODE. -Mon Apr 2 17:35:46 2007 Technorama <[email protected]> +Mon Apr 3 07:10:12 2007 Technorama <[email protected]> + * ext/openssl/ossl_{ssl.[ch],ssl_session.c}, ext/openssl/lib/openssl/lib/openssl/ssl.rb: New SSL::Session class. Add session cb's, getter/setters, config, and statistics methods. -Mon Apr 2 14:55:58 2007 Technorama <[email protected]> +Mon Apr 3 04:00:23 2007 Technorama <[email protected]> + * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation. * ext/openssl/ossl_hmac.c Add reset method. |