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

Unified Diff: third_party/tlslite/tlslite/integration/asyncstatemachine.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
Index: third_party/tlslite/tlslite/integration/asyncstatemachine.py
diff --git a/third_party/tlslite/tlslite/integration/asyncstatemachine.py b/third_party/tlslite/tlslite/integration/asyncstatemachine.py
index 01c7efe688ed898bd084fce2726cabe33c3d4336..50a6f4a355c149dafa044876bb05437cac7be51b 100644
--- a/third_party/tlslite/tlslite/integration/asyncstatemachine.py
+++ b/third_party/tlslite/tlslite/integration/asyncstatemachine.py
@@ -1,3 +1,6 @@
+# Author: Trevor Perrin
+# See the LICENSE file for legal information regarding use of this file.
+
"""
A state machine for using TLS Lite with asynchronous I/O.
"""
@@ -203,7 +206,7 @@ class AsyncStateMachine:
"""Start a handshake operation.
The arguments passed to this function will be forwarded to
- L{tlslite.TLSConnection.TLSConnection.handshakeServerAsync}.
+ L{tlslite.tlsconnection.TLSConnection.handshakeServerAsync}.
"""
handshaker = self.tlsConnection.handshakeServerAsync(**args)
self.setHandshakeOp(handshaker)
« no previous file with comments | « third_party/tlslite/tlslite/integration/__init__.py ('k') | third_party/tlslite/tlslite/integration/clienthelper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698