commit | b2b4078dc79b18d1d4a1912359f1d55c425669cd | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Tue May 06 08:47:40 2014 -0400 |
committer | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Tue May 06 08:47:40 2014 -0400 |
tree | 789479f04e13ea210b22ef2fd90cf342ae2c6699 | |
parent | a293f5ef8858d5bdd4a8db6c10a189953f71b491 [diff] [blame] |
the minimal documentation requirements
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 @@ 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()