| Index: third_party/tlslite/tlslite/checker.py
|
| diff --git a/third_party/tlslite/tlslite/Checker.py b/third_party/tlslite/tlslite/checker.py
|
| similarity index 99%
|
| rename from third_party/tlslite/tlslite/Checker.py
|
| rename to third_party/tlslite/tlslite/checker.py
|
| index f978697628eba9b0fd7b708b7b650a4e6c1ba9d9..fc09af9f6fc58c9e09d09c6e66edf0ba364f388e 100644
|
| --- a/third_party/tlslite/tlslite/Checker.py
|
| +++ b/third_party/tlslite/tlslite/checker.py
|
| @@ -1,8 +1,8 @@
|
| """Class for post-handshake certificate checking."""
|
|
|
| from utils.cryptomath import hashAndBase64
|
| -from X509 import X509
|
| -from X509CertChain import X509CertChain
|
| +from x509 import X509
|
| +from x509certchain import X509CertChain
|
| from errors import *
|
|
|
|
|
|
|