1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
shyouhei df067e31c0 * lib/net/http.rb: an SSL verification (the server hostname should
be matched with its certificate's commonName) is added.
	  this verification can be skipped by
	  "Net::HTTP#enable_post_connection_check=(false)".
	  suggested by Chris Clark <cclark at isecpartners.com>
	* lib/net/open-uri.rb: use Net::HTTP#enable_post_connection_check to
	  perform SSL post connection check.
	* ext/openssl/lib/openssl/ssl.c
	(OpenSSL::SSL::SSLSocket#post_connection_check): refine error message.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@13504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-09-24 08:12:24 +00:00
..
bigdecimal * merge -c 12065 2007-03-16 10:07:26 +00:00
curses revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX. 2006-09-02 22:23:14 +00:00
dbm * ext/dbm/extconf.rb: allow multiple candidates for dbm-type. 2006-09-16 07:14:37 +00:00
digest * ext/digest/lib/digest.rb (Digest::self.const_missing): avoid 2007-08-22 02:46:51 +00:00
dl * file.c (rb_file_s_rename): deleted code to get rid of a bug of 2007-08-22 02:39:03 +00:00
enumerator * ext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::__item_val2ruby_optkeys): 2005-10-24 00:07:01 +00:00
etc * merge -c 12071 2007-03-16 11:53:15 +00:00
fcntl * ext/etc/etc.c: document update from mathew <meta@pobox.com>. 2005-10-28 17:00:07 +00:00
gdbm * parse.y (parser_warning, parser_warn): some error message may 2006-10-14 14:34:07 +00:00
iconv merge -c 12272 2007-05-22 20:19:40 +00:00
io/wait * ext/io/wait/extconf.rb: suspicious checking_for. 2006-09-16 07:15:22 +00:00
nkf Merge changes between r11871 and r11907 from ruby_1_8. 2007-02-27 11:51:55 +00:00
openssl * lib/net/http.rb: an SSL verification (the server hostname should 2007-09-24 08:12:24 +00:00
pty * ext/pty/pty.c (establishShell): handshaking before close slave 2007-08-22 03:38:42 +00:00
racc/cparse * ext/racc/cparse/cparse.c (cparse_params_mark): remove useless 2007-02-24 08:01:36 +00:00
readline * ext/readline/readline.c: NetBSD editline does not have 2006-12-14 09:34:47 +00:00
sdbm * ext/digest/digest.c (rb_digest_instance_update, 2007-08-22 01:16:17 +00:00
socket * file.c (rb_file_s_rename): deleted code to get rid of a bug of 2007-08-22 02:39:03 +00:00
stringio * ext/stringio/stringio.c (strio_init): separate from strio_initialize 2007-09-22 21:07:36 +00:00
strscan * ext/strscan/strscan.c (strscan_do_scan): should set kcode option before match. [ruby-dev:29914] 2007-01-10 09:59:11 +00:00
syck * ext/digest/digest.c (rb_digest_instance_update, 2007-08-22 01:16:17 +00:00
syslog * MANIFEST, ext/**/MANIFEST: removed. 2004-11-01 10:19:37 +00:00
thread * eval.c, intern.h, ext/thread/thread.c: should not free queue while 2007-09-23 00:01:50 +00:00
tk * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc(). 2007-09-07 06:45:52 +00:00
Win32API * file.c (rb_file_s_rename): deleted code to get rid of a bug of 2007-08-22 02:39:03 +00:00
win32ole * ext/win32ole/win32ole.c (ole_type_progid, reg_enum_key, 2007-09-07 07:10:17 +00:00
zlib * ruby.h, lib/mkmf.rb (create_header): clear command line options for 2006-05-25 23:44:08 +00:00
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
.document * regex.c (re_compile_pattern): should check if c is not a 2006-04-24 15:15:22 +00:00
extmk.rb * ext/extmk.rb (extmake): save all CONFIG values. 2007-08-22 03:28:33 +00:00
purelib.rb merge -r 12332:12336 2007-05-22 21:37:36 +00:00
Setup * ext/Setup: Add thread except for platforms without threads 2007-02-10 21:24:58 +00:00
Setup.atheos * ext/Setup: Add thread except for platforms without threads 2007-02-10 21:24:58 +00:00
Setup.dj * ext/Setup: Add thread except for platforms without threads 2007-02-10 21:24:58 +00:00
Setup.emx * ext/Setup: Add thread except for platforms without threads 2007-02-10 21:24:58 +00:00
Setup.nt * ext/Setup: Add thread except for platforms without threads 2007-02-10 21:24:58 +00:00
Setup.x68 * ext/Setup: Add thread except for platforms without threads 2007-02-10 21:24:58 +00:00