summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Allow empty options in redis token source string when using default valuesJavier Cacheiro2023-01-191-0/+64
* Token Redis: Support both json and plain text tokensJavier Cacheiro2023-01-191-0/+54
* Token Redis source: add optional redis port, redis database and redis passwordJavier Cacheiro2023-01-191-0/+32
* Don't include default message to send_error()Pierre Ossman2022-11-161-2/+2
* Add new websocket class HttpWebSocketLinn Mattsson2022-11-081-0/+69
* Support for jwcrypto>=1.3Javier Cacheiro2022-05-251-10/+10
* Add tests for TokenRedisJavier Cacheiro2022-04-121-1/+27
* Use RSA-OAEP instead of RSA1_5 for jwt testsPierre Ossman2021-07-231-1/+1
* Fix patching of open() for Python 3.4Pierre Ossman2021-05-031-3/+3
* Add unit test for token file with tabPierre Ossman2021-04-161-0/+15
* Add unit tests for ReadOnlyTokenFilePierre Ossman2021-04-161-2/+31
* Move JWT token plugins tests to separate filePierre Ossman2021-04-162-129/+135
* Add unit tests for jwt token time checksPierre Ossman2021-01-291-0/+48
* Use assertRaises() as a context managerPierre Ossman2021-01-291-6/+6
* Use patch() as a decorator in testsPierre Ossman2021-01-291-17/+10
* Remove Python version checkPierre Ossman2021-01-291-84/+83
* Remove support for older PythonPierre Ossman2020-12-142-75/+30
* Convert tests from mox to mockPierre Ossman2020-08-212-88/+57
* Remove all non-Python stuff from the treePierre Ossman2019-07-042-70/+0
* Use direct javascript in test filesPierre Ossman2019-07-035-158/+124
* Add option for cert key passwordTommy Brunn2019-03-021-3/+3
* Added JWT/JWS/JWE tokens capabilityUXabre2019-02-154-0/+131
* Enable setting SSL ciphers and SSL optionsTomasz Barański2018-07-051-0/+86
* Added --host-token to allow choosing target by hostname.josedpedroso2018-07-051-3/+3
* Added --web-auth option to require authentication to access the webserver.josedpedroso2018-07-051-2/+2
* Do not use base except: clausesAnders Kaseorg2017-11-103-9/+8
* Added SSL-certificate-based client authentication.Hermann Höhne2017-10-261-1/+18
* test_websockifyserver: add send_error stubZac Medico2017-05-221-0/+6
* Add unittests for ping() and pong()Pierre Ossman2017-04-191-0/+26
* Avoid assertIn for Python 2.6 compatibilityPierre Ossman2017-02-091-5/+5
* Force choice of sub-protocolPierre Ossman2017-02-081-0/+98
* Don't delay flushingPierre Ossman2017-02-031-16/+2
* Update websock.js from noVNCPierre Ossman2017-02-031-5/+7
* Remove last bits of Flash WebSocket emulationPierre Ossman2017-02-033-41/+0
* Split out basic WebSocket server templatePierre Ossman2017-02-014-39/+39
* Separate out raw WebSocket protocol handlingPierre Ossman2017-02-016-377/+448
* Remove Base64 supportPierre Ossman2017-02-019-156/+1
* TCP_KEEPCNT doesn't exist in non-linuxThomas Goirand2016-10-101-4/+6
* Merge pull request #228 from jrziviani/masterSolly Ross2016-06-301-0/+10
|\
| * Enable unix socket to work with token pluginJose Ricardo Ziviani2016-02-161-0/+10
* | Switch test dependency to mox3James Page2016-06-302-2/+2
|/
* Verify username/password with BasicAuth pluginCeesjan Luiten2015-10-061-0/+28
* Rework Auth Plugins to Support HTTP Authfeature/http-auth-pluginsSolly Ross2015-08-251-7/+7
* Introduce strict modeSolly Ross2015-05-131-0/+85
* Update Tests and Test PluginsSolly Ross2015-05-133-274/+365
* Fix default log level in echo and load testsSolly Ross2014-01-302-2/+6
* Merge remote branch 'upstream/master', after #110 was merged.Peter Åstrand (astrand)2013-12-162-2/+2
|\
| * Rename new_client to new_websocket_client, in order to have a betterPeter Åstrand (astrand)2013-11-284-4/+4
| * Rename self.client to self.request, in preparation for merging pullPeter Åstrand (astrand)2013-11-282-5/+5
* | Merge commit 'a04edfe80f54b44df5a3579f71710560c6b7b4fc'Peter Åstrand (astrand)2013-11-283-100/+82
|\ \ | |/