mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
f5ccd03b26
* Extract class for building SSL context This commit extracts the `MiniSSL::Context` creation into its own `MiniSSL::ContextBuilder` class along the same lines as in [#1989]. This will allow us to reuse this code for adding SSL support to the control app (issue [#2015]). Since we will need the `MiniSSL` require and check in both places, I moved that into the `ContextBuilder` class as well. [#1989]: https://github.com/puma/puma/pull/1989 [#2015]: https://github.com/puma/puma/pull/2015 * Add SSL support for the control app This starts to address [#2015]. I think we will need to add SSL support to the control cli as well. [#2015]: https://github.com/puma/puma/issues/2015 |
||
---|---|---|
.. | ||
config | ||
helpers | ||
rackup | ||
shell | ||
helper.rb | ||
test_app_status.rb | ||
test_binder.rb | ||
test_cli.rb | ||
test_config.rb | ||
test_events.rb | ||
test_http10.rb | ||
test_http11.rb | ||
test_integration_cluster.rb | ||
test_integration_pumactl.rb | ||
test_integration_single.rb | ||
test_iobuffer.rb | ||
test_launcher.rb | ||
test_minissl.rb | ||
test_null_io.rb | ||
test_persistent.rb | ||
test_plugin.rb | ||
test_puma_server.rb | ||
test_puma_server_ssl.rb | ||
test_pumactl.rb | ||
test_rack_handler.rb | ||
test_rack_server.rb | ||
test_tcp_logger.rb | ||
test_tcp_rack.rb | ||
test_thread_pool.rb | ||
test_unix_socket.rb | ||
test_web_server.rb |