summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2014-05-06 08:47:40 -0400
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2014-05-06 08:47:40 -0400
commitb2b4078dc79b18d1d4a1912359f1d55c425669cd (patch)
tree789479f04e13ea210b22ef2fd90cf342ae2c6699
parenta293f5ef8858d5bdd4a8db6c10a189953f71b491 (diff)
downloadpyopenssl-b2b4078dc79b18d1d4a1912359f1d55c425669cd.tar.gz
the minimal documentation requirements
-rw-r--r--OpenSSL/test/test_ssl.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSSL/test/test_ssl.py b/OpenSSL/test/test_ssl.py
index b30bed4..6409b8e 100644
--- a/OpenSSL/test/test_ssl.py
+++ b/OpenSSL/test/test_ssl.py
@@ -280,6 +280,10 @@ class _LoopbackMixin:
def _handshakeInMemory(self, client_conn, server_conn):
+ """
+ Perform the TLS handshake between two :py:class:`Connection` instances
+ connected to each other via memory BIOs.
+ """
client_conn.set_connect_state()
server_conn.set_accept_state()