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

Unified Diff: third_party/tlslite/tlslite/utils/python_rsakey.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/utils/python_rc4.py ('k') | third_party/tlslite/tlslite/utils/rc4.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « third_party/tlslite/tlslite/utils/python_rc4.py ('k') | third_party/tlslite/tlslite/utils/rc4.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698