diff options
author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-22 10:18:41 +0000 |
---|---|---|
committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-22 10:18:41 +0000 |
commit | 11491c909c15feef7731483824ab29ce1d434739 (patch) | |
tree | c93c8503a2e64f8938975befb3829e7a973eb372 /ChangeLog | |
parent | 9009279136e0b9b36859fe96a6234715f4a9bbd6 (diff) | |
download | ruby-11491c909c15feef7731483824ab29ce1d434739.tar.gz ruby-11491c909c15feef7731483824ab29ce1d434739.tar.xz ruby-11491c909c15feef7731483824ab29ce1d434739.zip |
* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#intialize):
should initialize session id context. [ruby-core:4663]
* ext/openssl/ossl_ssl.c (ossl_sslctx_setup): add session id support.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sun May 22 19:11:35 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#intialize): + should initialize session id context. [ruby-core:4663] + + * ext/openssl/ossl_ssl.c (ossl_sslctx_setup): add session id support. + Sun May 22 12:30:58 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * intern.h, parse.y (ruby_pragma): removed. fixed: [ruby-dev:26198] |