ruby/ext
rhe 74c38e5d9c openssl: avoid deprecated version-specific ssl methods if necessary
* ext/openssl/extconf.rb: Check for SSL_CTX_set_min_proto_version()
  macro added in OpenSSL 1.1.0. Version-specific methods, such as
  TLSv1_method(), are deprecated in OpenSSL 1.1.0. We need to use
  version-flexible methods (TLS_*method() or SSLv23_*method()) and
  disable other protocol versions as necessary.
  [ruby-core:75225] [Feature #12324]

* ext/openssl/ossl_ssl.c: Use SSL_CTX_set_{min,max}_proto_version() to
  fix the protocol version.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-06-07 05:57:25 +00:00
..
-test- string.c: return reallocated pointer 2016-05-30 07:20:28 +00:00
bigdecimal missing.h: isfinite 2016-05-23 12:33:39 +00:00
cgi/escape
continuation
coverage
date fix typos [ci skip] 2016-05-20 13:21:55 +00:00
dbm remove unnecessary volatiles 2016-05-23 04:31:55 +00:00
digest
etc etc.c: retry with allocated string buffer 2016-06-02 12:21:42 +00:00
fcntl
fiber
fiddle
gdbm
io
json [Feature #12005] Unify Fixnum and Bignum into Integer 2016-05-17 06:53:48 +00:00
mathn
nkf
objspace objspace_dump.c: fix format 2016-05-08 09:59:36 +00:00
openssl openssl: avoid deprecated version-specific ssl methods if necessary 2016-06-07 05:57:25 +00:00
pathname
psych
pty pty.c: dry up 2016-04-30 01:12:52 +00:00
racc/cparse
rbconfig/sizeof
readline
ripper ripper: fix ripper.E 2016-04-25 07:56:06 +00:00
sdbm remove unnecessary volatiles 2016-05-23 04:31:55 +00:00
socket * ext/socket/raddrinfo.c (host_str, port_str): Use StringValueCStr 2016-05-30 15:33:06 +00:00
stringio stringio.c: share strings 2016-05-30 05:54:59 +00:00
strscan
syslog
tk tcltklib.c: elimitate dead code 2016-05-23 04:40:43 +00:00
win32
win32ole win32ole.c: share the content 2016-05-20 12:17:14 +00:00
zlib * ext/zlib/zlib.c: remove hacky macro introduced at r30437. 2016-05-21 17:47:52 +00:00
.document
Setup ext/thread: remove 2016-04-30 02:56:17 +00:00
Setup.atheos
Setup.nacl
Setup.nt
extmk.rb extmk.rb: fix skipping messages 2016-05-16 00:16:13 +00:00