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 e7daebf21a * lib/net/http.rb: fix typo.
* 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_5@13502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-09-24 08:02:31 +00:00
..
bigdecimal * merge -c 12065 2007-03-16 10:07:26 +00:00
curses * removed svn:keywords for compatibility. 2007-01-31 03:13:23 +00:00
dbm * removed svn:keywords for compatibility. 2007-01-31 03:13:23 +00:00
digest * removed svn:keywords for compatibility. 2007-01-31 03:13:23 +00:00
dl * file.c (rb_file_s_rename): deleted code to get rid of a bug of 2007-08-15 22:41:41 +00:00
enumerator * removed svn:keywords for compatibility. 2007-01-31 03:13:23 +00:00
etc * merge -c 12071 2007-03-16 11:53:15 +00:00
fcntl * removed svn:keywords for compatibility. 2007-01-31 03:13:23 +00:00
gdbm * removed svn:keywords for compatibility. 2007-01-31 03:13:23 +00:00
iconv * removed svn:keywords for compatibility. 2007-01-31 03:13:23 +00:00
io/wait * removed svn:keywords for compatibility. 2007-01-31 03:13:23 +00:00
nkf * removed svn:keywords for compatibility. 2007-01-31 03:13:23 +00:00
openssl * lib/net/http.rb: fix typo. 2007-09-24 08:02:31 +00:00
pty * ext/pty/pty.c (establishShell): handshaking before close slave 2007-08-15 23:41:13 +00:00
racc/cparse * removed svn:keywords for compatibility. 2007-01-31 03:13:23 +00:00
readline * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c, 2006-08-07 09:01:27 +00:00
sdbm * ext/digest/digest.c (rb_digest_instance_update, 2007-08-15 20:17:41 +00:00
socket * file.c (rb_file_s_rename): deleted code to get rid of a bug of 2007-08-15 22:41:41 +00:00
stringio * ext/stringio/stringio.c (strio_init): separate from strio_initialize 2007-09-22 21:09:23 +00:00
strscan * removed svn:keywords for compatibility. 2007-01-31 03:13:23 +00:00
syck * ext/digest/digest.c (rb_digest_instance_update, 2007-08-15 20:17:41 +00:00
syslog * removed svn:keywords for compatibility. 2007-01-31 03:13:23 +00:00
tk * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc(). 2007-09-07 05:05:36 +00:00
Win32API * file.c (rb_file_s_rename): deleted code to get rid of a bug of 2007-08-15 22:41:41 +00:00
win32ole * ext/win32ole/win32ole.c (ole_type_progid, reg_enum_key, 2007-09-07 05:13:03 +00:00
zlib * removed svn:keywords for compatibility. 2007-01-31 03:13:23 +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-15 23:23:35 +00:00
Setup Add ext/enumerator, a helper module for the Enumerable interface. 2003-10-13 17:09:23 +00:00
Setup.atheos Add ext/enumerator, a helper module for the Enumerable interface. 2003-10-13 17:09:23 +00:00
Setup.dj * ext/etc/extconf.rb: check for pw_passwd in struct passwd and 2003-11-24 10:42:17 +00:00
Setup.emx Add ext/enumerator, a helper module for the Enumerable interface. 2003-10-13 17:09:23 +00:00
Setup.nt Add ext/enumerator, a helper module for the Enumerable interface. 2003-10-13 17:09:23 +00:00
Setup.x68 Add ext/enumerator, a helper module for the Enumerable interface. 2003-10-13 17:09:23 +00:00