about summary refs log tree commit homepage
path: root/test/test_ssl.rb
DateCommit message (Expand)
2016-07-03test_ssl: remove unnecessary priv_key DH parameter
2016-02-20test_ssl: check SERVER_PORT when parsed from Host: header
2016-02-20https: ensure SERVER_PORT defaults to 443
2016-02-12set HTTPS and rack.url_scheme in Rack env as appropriate
2016-02-12properly emulate sendfile for OpenSSL sockets
2016-01-02copyright updates for 2016
2016-01-02enable frozen_string_literal for Ruby 2.3+
2015-06-10ensure body is closed during hijack
2015-05-09ssl: ensure rack.hijack users get "normal" IO methods
2014-12-21test_ssl: factor out server SSLContext creation
2014-12-02test/test_ssl: skip test if SSL on older Rubies
2014-12-02initial cut at OpenSSL support