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

Side by Side Diff: third_party/tlslite/tlslite/utils/tackwrapper.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Author: Trevor Perrin
2 # See the LICENSE file for legal information regarding use of this file.
3
4 try:
5 from tack.structures.Tack import Tack
6 from tack.structures.TackExtension import TackExtension
7 from tack.tls.TlsCertificate import TlsCertificate
8
9 tackpyLoaded = True
10 except ImportError:
11 tackpyLoaded = False
OLDNEW
« no previous file with comments | « third_party/tlslite/tlslite/utils/rsakey.py ('k') | third_party/tlslite/tlslite/utils/tripledes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698