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

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

Issue 858373002: Update third_party/tlslite to 0.4.8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Finish fixing client auth Created 5 years, 11 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/setup.py ('k') | third_party/tlslite/tlslite/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tlslite/tlslite/__init__.py
diff --git a/third_party/tlslite/tlslite/__init__.py b/third_party/tlslite/tlslite/__init__.py
index 2a7589eef71fec71fadcd843d485d47fa14d9590..acb5d3ab1d41f1734050eb6ba257a22b35ce0588 100644
--- a/third_party/tlslite/tlslite/__init__.py
+++ b/third_party/tlslite/tlslite/__init__.py
@@ -21,7 +21,7 @@ If you want to import the most useful objects, the cleanest way is:
Then use the L{tlslite.TLSConnection.TLSConnection} class with a socket.
(Or, use one of the integration classes in L{tlslite.integration}).
-@version: 0.4.6
+@version: 0.4.8
"""
from tlslite.api import *
« no previous file with comments | « third_party/tlslite/setup.py ('k') | third_party/tlslite/tlslite/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698