diff options
author | kali <kali@leap.se> | 2013-01-24 20:07:06 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-24 20:07:06 +0900 |
commit | 19da34c598ce6db172c1e1a8978bf031fc6db89b (patch) | |
tree | 076b8fdcd485faf1c9959c32d88431fcb98ab6b4 /src/leap/gui/firstrun | |
parent | 9cdc193c587631986e579c1ba37a8b982be01238 (diff) |
check cert time_boundaries uses pyOpenSSL
I had missed this one while deprecating gnutls
Diffstat (limited to 'src/leap/gui/firstrun')
-rwxr-xr-x | src/leap/gui/firstrun/tests/integration/fake_provider.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/leap/gui/firstrun/tests/integration/fake_provider.py b/src/leap/gui/firstrun/tests/integration/fake_provider.py index 445b4487..668db5d1 100755 --- a/src/leap/gui/firstrun/tests/integration/fake_provider.py +++ b/src/leap/gui/firstrun/tests/integration/fake_provider.py @@ -25,9 +25,9 @@ import sys import srp # GnuTLS Example -- is not working as expected -from gnutls import crypto -from gnutls.constants import COMP_LZO, COMP_DEFLATE, COMP_NULL -from gnutls.interfaces.twisted import X509Credentials +#from gnutls import crypto +#from gnutls.constants import COMP_LZO, COMP_DEFLATE, COMP_NULL +#from gnutls.interfaces.twisted import X509Credentials # Going with OpenSSL as a workaround instead # But we DO NOT want to introduce this dependency. |