diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-22 08:31:53 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-22 08:31:53 +0000 |
| commit | 8729ba2be9165bbb5aa368af7d7a253f4babae82 (patch) | |
| tree | 5936b85b869207c2e61fb7820c487181a4b04336 /ChangeLog | |
| parent | ed9b8604f049f9127e9b2752eea9d3c205407e19 (diff) | |
| download | ruby-8729ba2be9165bbb5aa368af7d7a253f4babae82.tar.gz ruby-8729ba2be9165bbb5aa368af7d7a253f4babae82.tar.xz ruby-8729ba2be9165bbb5aa368af7d7a253f4babae82.zip | |
* ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.
* ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext#set_params):
new method to set suitable SSL parameters.
* lib/net/pop.rb, lib/net/http.rb, lib/net/imap.rb,
test/openssl/test_ssl.rb: follow above change.
* test/net/http/test_https.rb: refine error case.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +Sat Dec 22 17:06:50 2007 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed. + + * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext#set_params): + new method to set suitable SSL parameters. + + * lib/net/pop.rb, lib/net/http.rb, lib/net/imap.rb, + test/openssl/test_ssl.rb: follow above change. + + * test/net/http/test_https.rb: refine error case. + Sat Dec 22 16:58:49 2007 Shugo Maeda <shugo@ruby-lang.org> * lib/net/imap.rb (encode_utf7): accept UTF-8 strings. @@ -19,7 +31,7 @@ Sat Dec 22 15:45:45 2007 Martin Duerst <duerst@it.aoyama.ac.jp> * transcode_data_japanese: new data file for EUC-JP and SHIFT_JIS (not yet optimized; tests to follow; data from http://nkf.sourceforge.jp/ucm/{SJIS|eucJP}-nkf.ucm) - + * common.mk, transcode.c: Adjusted for transcode_data_japanese Sat Dec 22 15:30:13 2007 NAKAMURA Usaku <usa@ruby-lang.org> |
