websockify/tests
Hermann Höhne 914609fb5f Added SSL-certificate-based client authentication.
* Incorporates #190 without breaking compatibility towards old Python versions.
* A new plugin allows authenticating clients by the "common name" defined in their certificate.
* Added manual for certificate-based client authentication, including hints to which Python versions allow client certificate authentication.
* Adjusted test to work with new ssl.create_default_context.
2017-10-26 15:17:11 +02:00
..
echo.html Remove Base64 support 2017-02-01 08:09:53 +01:00
echo.py Split out basic WebSocket server template 2017-02-01 08:33:07 +01:00
echo.rb Rename new_client to new_websocket_client, in order to have a better 2013-11-28 13:33:28 +01:00
echo_client.py Separate out raw WebSocket protocol handling 2017-02-01 08:22:27 +01:00
include Add mouse wheel support and input test page. 2010-05-25 11:05:55 -05:00
latency.html Don't delay flushing 2017-02-03 17:00:15 +01:00
latency.py Add latency test and browser latency test results. 2011-01-19 15:25:44 -06:00
load.html Remove last bits of Flash WebSocket emulation 2017-02-03 16:09:08 +01:00
load.py Split out basic WebSocket server template 2017-02-01 08:33:07 +01:00
plain_echo.html Remove last bits of Flash WebSocket emulation 2017-02-03 16:09:08 +01:00
simple.html Remove Base64 support 2017-02-01 08:09:53 +01:00
test_auth_plugins.py Verify username/password with BasicAuth plugin 2015-10-06 12:09:22 +02:00
test_websocket.py Add unittests for ping() and pong() 2017-04-19 13:30:47 +02:00
test_websocketproxy.py Split out basic WebSocket server template 2017-02-01 08:33:07 +01:00
test_websockifyserver.py Added SSL-certificate-based client authentication. 2017-10-26 15:17:11 +02:00