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

Unified Diff: third_party/tlslite/setup.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/patches/tls_intolerant.patch ('k') | third_party/tlslite/tlslite/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tlslite/setup.py
diff --git a/third_party/tlslite/setup.py b/third_party/tlslite/setup.py
index 51ef011f1d1faa4cce922fe6abc4f578e36451aa..3ce281ae292b5481bead51761021ad0fb2bad77f 100755
--- a/third_party/tlslite/setup.py
+++ b/third_party/tlslite/setup.py
@@ -6,7 +6,7 @@
from distutils.core import setup
setup(name="tlslite",
- version="0.4.6",
+ version="0.4.8",
author="Trevor Perrin",
author_email="tlslite@trevp.net",
url="http://trevp.net/tlslite/",
« no previous file with comments | « third_party/tlslite/patches/tls_intolerant.patch ('k') | third_party/tlslite/tlslite/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698