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

Unified Diff: third_party/tlslite/tlslite/utils/__init__.py

Issue 210323002: Update tlslite to 0.4.6. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Executable bit and --similarity=80 Created 6 years, 8 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/tlsrecordlayer.py ('k') | third_party/tlslite/tlslite/utils/aes.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tlslite/tlslite/utils/__init__.py
diff --git a/third_party/tlslite/tlslite/utils/__init__.py b/third_party/tlslite/tlslite/utils/__init__.py
index 5f53b98f9e9ee92b8d355656c23f9b9beda32df2..4d49df64e245c6ecee1be5e321251188f7b7df77 100644
--- a/third_party/tlslite/tlslite/utils/__init__.py
+++ b/third_party/tlslite/tlslite/utils/__init__.py
@@ -1,16 +1,14 @@
+# Author: Trevor Perrin
+# See the LICENSE file for legal information regarding use of this file.
+
"""Toolkit for crypto and other stuff."""
__all__ = ["aes",
"asn1parser",
"cipherfactory",
"codec",
- "cryptlib_aes",
- "cryptlib_rc4",
- "cryptlib_tripledes",
- "cryptomath: cryptomath module",
+ "cryptomath",
"datefuncs",
- "hmac",
- "jce_rsakey",
"compat",
"keyfactory",
"openssl_aes",
@@ -27,5 +25,5 @@ __all__ = ["aes",
"rc4",
"rijndael",
"rsakey",
- "tripledes",
- "xmltools"]
+ "tackpywrapper",
+ "tripledes"]
« no previous file with comments | « third_party/tlslite/tlslite/tlsrecordlayer.py ('k') | third_party/tlslite/tlslite/utils/aes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698