Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: third_party/tlslite/tlslite/checker.py

Issue 211173006: Perform tlslite 0.3.8 -> 0.4.6 renames ahead of time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Drop the -B Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/tlslite/tlslite/basedb.py ('k') | third_party/tlslite/tlslite/fileobject.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 *
« no previous file with comments | « third_party/tlslite/tlslite/basedb.py ('k') | third_party/tlslite/tlslite/fileobject.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698