1
0

better workaround for tlslite issue

This commit is contained in:
ThomasV
2014-09-18 23:38:30 +02:00
parent feebd7c253
commit fbb0801d15
2 changed files with 4 additions and 2 deletions

View File

@@ -36,6 +36,9 @@ except ImportError:
sys.exit("Error: tlslite does not seem to be installed. Try 'sudo pip install tlslite'")
# workaround https://github.com/trevp/tlslite/issues/15
tlslite.utils.cryptomath.pycryptoLoaded = False
from pyasn1.codec.der import decoder, encoder
from pyasn1.type.univ import Any, ObjectIdentifier, OctetString