1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
gotoyuzo 2c03835396 * ext/openssl/ossl_ssl.c (ossl_sslctx_set_ssl_version):
new method OpenSSL::SSL::SSLContext#ssl_version to wrap
  SSL_CTX_set_ssl_version.

* ext/openssl/ossl_ssl.c (ossl_ssl_get_verify_result):
  new method OpenSSL::SSL::SSLSocket#verify_result to wrap
  SSL_get_verrify_result.

* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLContext.build):
  new method to build OpenSSL::SSL::SSLContext with Hash parameters.
  this method provides safety default parameters than SSLContext.new.

* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL.verify_cetificate_identity):
  new module function: pull out identity verification process
  from OpenSSL::SSL::SSLSocket#post_connection_check.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-12-17 12:18:28 +00:00
..
bigdecimal
continuation
curses
dbm
digest
dl * ext/Win32API/*: removed or moved to ext/dl/win32. 2007-12-03 02:53:13 +00:00
etc
fcntl
fiber
gdbm
iconv * ext/iconv/iconv.c (iconv_s_list): support NetBSD/Citrus iconv. 2007-12-05 16:04:12 +00:00
io/wait
json * common.mk (ruby.imp): fix for circular dependency. a patch from 2007-12-14 04:47:57 +00:00
nkf * ext/nkf/lib/kconv.rb (tojis, tosjis, toeuc, toutf8): 2007-12-04 09:06:41 +00:00
openssl * ext/openssl/ossl_ssl.c (ossl_sslctx_set_ssl_version): 2007-12-17 12:18:28 +00:00
probeprofiler
pty
racc/cparse
readline * ext/readline/extconf.rb: should use have_func for functions instead 2007-12-14 03:36:37 +00:00
ripper * parse.y (parser_yylex): should clear parser->tokp as well. 2007-11-19 07:10:09 +00:00
sdbm
socket
stringio
strscan
syck * ext/syck/rubyext.c (rb_syck_mktime): avoid segmentation fault. 2007-11-30 10:42:40 +00:00
syslog
tk * encoding.c (rb_enc_mbclen): make it never fail. 2007-12-08 02:50:43 +00:00
win32ole
zlib
.cvsignore
.document
extmk.rb * common.mk (encs): new target to compile external encodings. 2007-12-17 08:47:28 +00:00
purelib.rb
Setup
Setup.atheos
Setup.dj
Setup.emx
Setup.nt
Setup.x68