diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-22 21:13:06 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-22 21:13:06 +0000 |
| commit | 59c8df83cb6c63a5e6947e46e88b4b8844019d16 (patch) | |
| tree | ed6c46567fa49ba4bf3a85e1e8e06840986fca65 /ChangeLog | |
| parent | 779fc7f77108c3babb9534f7467da702ba818d44 (diff) | |
| download | ruby-59c8df83cb6c63a5e6947e46e88b4b8844019d16.tar.gz ruby-59c8df83cb6c63a5e6947e46e88b4b8844019d16.tar.xz ruby-59c8df83cb6c63a5e6947e46e88b4b8844019d16.zip | |
* lib/webrick/cgi.rb (CGI): add support for mod_ruby.
* lib/webrick/cgi.rb (CGI::Socket): add check for existence of
OpenSSL module in all HTTPS related methods.
* lib/webrick/cgi.rb (CGI::Socket#cipher): should create similar
value to OpenSSL::SSLSocket#cipher.
* lib/webrick/httpresponse.rb (HTTPResponse#setup_header): should
set "connection: close" if @keep_alive is false.
* lib/webrick/https.rb (HTTPrequest#meta_vars): add supprt for
SSL_PROTOCOL, SSL_CIPHER_USEKEYSIZE and SSL_CIPHER_ALGKEYSIZE.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +Tue Dec 23 06:10:31 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * lib/webrick/cgi.rb (CGI): add support for mod_ruby. + + * lib/webrick/cgi.rb (CGI::Socket): add check for existence of + OpenSSL module in all HTTPS related methods. + + * lib/webrick/cgi.rb (CGI::Socket#cipher): should create similar + value to OpenSSL::SSLSocket#cipher. + + * lib/webrick/httpresponse.rb (HTTPResponse#setup_header): should + set "connection: close" if @keep_alive is false. + + * lib/webrick/https.rb (HTTPrequest#meta_vars): add supprt for + SSL_PROTOCOL, SSL_CIPHER_USEKEYSIZE and SSL_CIPHER_ALGKEYSIZE. + Mon Dec 22 23:00:05 2003 akira yamada <akira@ruby-lang.org> * lib/uri/generic.rb (URI::Generic::check_opaque): fixed typo. |
