DjLegolas b9a9e06c1d [WebUI][Daemon] Enhance TLS Security
This applies the following for both WebUI and Daemon:
1. Raised minimal TLS version to TLSv1.2
2. Added specific cipher suite list
3. Added support for ECDSA auth keys
4. Added support for ECDHE key exchange algorithm

We disabled the ability to perform TLS/SSL renegotiation and therefore
will prevent the clients from renegotiating, which can be exploit for
DoS attacks.

New security tests now will be skipped when running `pydef` and `trial`
testenvs. To run the test, use the testenv `security` or add the environment
variable `SECURITY_TESTS` before running the tests. Also should only run when
adding to the commit message the string `SECURITY_TEST`.
2018-09-06 19:14:13 +01:00
..
2018-09-06 19:14:13 +01:00
2018-07-12 19:18:08 +01:00
2018-06-21 14:50:19 +01:00
2018-09-06 19:14:13 +01:00
2017-12-17 11:47:08 +00:00
2018-06-01 23:41:17 +01:00
2018-06-27 16:41:21 +01:00
2018-06-01 23:41:17 +01:00