bandit/tests
Ian Cordasco 09f0fa9ce7 Remove the check for PROTOCOL_SSLv23
PROTOCOL_SSLv23 is a constant (admittedly poorly named) that will always
negotiate the highest protocol version that both the client and server
support. It will, for example, negotiate TLSv1.2 if both client and
server can use it. Calling it out as "insecure" is patently wrong.

Change-Id: Ie4f16bee35e7e8be2c6e55e28384d2c6c554d249
2015-02-12 11:33:26 -06:00
..
__init__.py Adding a basic test for the gate (need at least one to pass) 2014-10-27 17:36:52 +00:00
test_basic.py Adding a basic test for the gate (need at least one to pass) 2014-10-27 17:36:52 +00:00
test_functional.py Remove the check for PROTOCOL_SSLv23 2015-02-12 11:33:26 -06:00
test_util.py Make func, class name definitions fully qualified 2015-02-11 12:36:45 -08:00