| Index: third_party/tlslite/tlslite/utils/python_rsakey.py
|
| diff --git a/third_party/tlslite/tlslite/utils/Python_RSAKey.py b/third_party/tlslite/tlslite/utils/python_rsakey.py
|
| similarity index 99%
|
| rename from third_party/tlslite/tlslite/utils/Python_RSAKey.py
|
| rename to third_party/tlslite/tlslite/utils/python_rsakey.py
|
| index b57553a1ac374c9027618a724a881da0cf3fae07..2dac988d264c6d07d9cae9bb08f07fe72783c2b4 100644
|
| --- a/third_party/tlslite/tlslite/utils/Python_RSAKey.py
|
| +++ b/third_party/tlslite/tlslite/utils/python_rsakey.py
|
| @@ -2,8 +2,8 @@
|
|
|
| from cryptomath import *
|
| import xmltools
|
| -from ASN1Parser import ASN1Parser
|
| -from RSAKey import *
|
| +from asn1parser import ASN1Parser
|
| +from rsakey import *
|
|
|
| class Python_RSAKey(RSAKey):
|
| def __init__(self, n=0, e=0, d=0, p=0, q=0, dP=0, dQ=0, qInv=0):
|
|
|