1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/test
Daniel Marcotte c54807700c Add SSL support for JRuby
- Implement MiniSSL for JRuby

- Modify `Binder` and `MiniSSL::Context` to to accommodate the fact
that Java SSL demands a java keystore rather than a key/cert pair

- Change the MiniSSL native extension interface to take a
`MiniSSL::Context` rather than a key/cert pair so that each extension
can grab keys off the context as appropriate
2014-05-05 14:30:15 -07:00
..
config
shell
ab_rs.rb
config.rb
hello-delay.ru
hello-post.ru
hello-tcp.ru
hello.ru
hijack.ru
hijack2.ru
lobster.ru
mime.yaml
slow.ru
ssl_config.rb
test_app_status.rb
test_cli.rb
test_config.rb
test_http10.rb
test_http11.rb Fix require testhelp 2014-02-17 12:35:40 -05:00
test_integration.rb
test_iobuffer.rb
test_minissl.rb Add SSL support for JRuby 2014-05-05 14:30:15 -07:00
test_null_io.rb
test_persistent.rb
test_puma_server.rb Add SSL support for JRuby 2014-05-05 14:30:15 -07:00
test_puma_server_ssl.rb Add SSL support for JRuby 2014-05-05 14:30:15 -07:00
test_rack_handler.rb
test_rack_server.rb
test_tcp_rack.rb
test_thread_pool.rb
test_unix_socket.rb
test_ws.rb
testhelp.rb