| 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"]
|
|
|