Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Commit

Permalink
Remove support for dangerous old ssl protos
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanthorpe committed Mar 13, 2017
1 parent 6e88d83 commit a3e7f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testgaidaros.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _do_multiple(*args, **kwargs):
_version = (sock.AF_INET, sock.AF_INET6)
_type = ('single', 'multiple')
_security = ('plain', 'ssl')
_sslversion = (ssl.PROTOCOL_TLSv1, ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_SSLv3)
_sslversion = (ssl.PROTOCOL_TLSv1)
_role = ('server', 'client')

for _v in _version:
Expand Down

0 comments on commit a3e7f73

Please sign in to comment.