summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-22 10:18:41 +0000
committergotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-22 10:18:41 +0000
commit11491c909c15feef7731483824ab29ce1d434739 (patch)
treec93c8503a2e64f8938975befb3829e7a973eb372 /ChangeLog
parent9009279136e0b9b36859fe96a6234715f4a9bbd6 (diff)
downloadruby-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7728d8892..ffaef1d12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]