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

Unified Diff: third_party/tlslite/tlslite/x509certchain.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/x509.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tlslite/tlslite/x509certchain.py
diff --git a/third_party/tlslite/tlslite/X509CertChain.py b/third_party/tlslite/tlslite/x509certchain.py
similarity index 99%
rename from third_party/tlslite/tlslite/X509CertChain.py
rename to third_party/tlslite/tlslite/x509certchain.py
index db55fa5a32456bc31f5959ea7e313b85a2fccf73..5db6d470b5e7109e8e3990de837934b61e9e3eb1 100644
--- a/third_party/tlslite/tlslite/X509CertChain.py
+++ b/third_party/tlslite/tlslite/x509certchain.py
@@ -1,7 +1,7 @@
"""Class representing an X.509 certificate chain."""
from utils import cryptomath
-from X509 import X509
+from x509 import X509
class X509CertChain:
"""This class represents a chain of X.509 certificates.
@@ -239,4 +239,4 @@ class X509CertChain:
return False
if not compareNames(cryptlib_py.CRYPT_CERTINFO_COMMONNAME):
return False
- return True
+ return True
« no previous file with comments | « third_party/tlslite/tlslite/x509.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698