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

Unified Diff: third_party/tlslite/tlslite/utils/openssl_tripledes.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
Index: third_party/tlslite/tlslite/utils/openssl_tripledes.py
diff --git a/third_party/tlslite/tlslite/utils/OpenSSL_TripleDES.py b/third_party/tlslite/tlslite/utils/openssl_tripledes.py
similarity index 96%
rename from third_party/tlslite/tlslite/utils/OpenSSL_TripleDES.py
rename to third_party/tlslite/tlslite/utils/openssl_tripledes.py
index f5ba16565210cf1b6af52eb79909c1c0b304ab8d..856c7af486a5a50cc15af199dba77c064b26b69a 100644
--- a/third_party/tlslite/tlslite/utils/OpenSSL_TripleDES.py
+++ b/third_party/tlslite/tlslite/utils/openssl_tripledes.py
@@ -1,7 +1,7 @@
"""OpenSSL/M2Crypto 3DES implementation."""
from cryptomath import *
-from TripleDES import *
+from tripledes import *
if m2cryptoLoaded:
@@ -41,4 +41,4 @@ if m2cryptoLoaded:
plaintext = plaintext[:len(ciphertext)]
m2.cipher_ctx_free(context)
self.IV = ciphertext[-self.block_size:]
- return plaintext
+ return plaintext
« no previous file with comments | « third_party/tlslite/tlslite/utils/openssl_rsakey.py ('k') | third_party/tlslite/tlslite/utils/pycrypto_aes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698