summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@divmod.com>2011-05-25 22:30:21 -0400
committerJean-Paul Calderone <exarkun@divmod.com>2011-05-25 22:30:21 -0400
commit95613b7e9461a34db446501ce565c41feb7f5c6d (patch)
tree6a1fd59956b8a44d3a7e928303c9f29e851fd6dc /doc
parentee6532d8a4045f34fe77552ccdaa68dd43ccd2f6 (diff)
downloadpyopenssl-95613b7e9461a34db446501ce565c41feb7f5c6d.tar.gz
Add SSL_set_SSL_CTX wrapper, Connection.set_context.
Diffstat (limited to 'doc')
-rw-r--r--doc/pyOpenSSL.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/pyOpenSSL.tex b/doc/pyOpenSSL.tex
index 93213f9..8ea37c4 100644
--- a/doc/pyOpenSSL.tex
+++ b/doc/pyOpenSSL.tex
@@ -1199,6 +1199,10 @@ by this \class{Connection}'s \class{Context}.
Retrieve the Context object associated with this Connection.
\end{methoddesc}
+\begin{methoddesc}[Connection]{set_context}{context}
+Specify a replacement Context object for this Connection.
+\end{methoddesc}
+
\begin{methoddesc}[Connection]{get_peer_certificate}{}
Retrieve the other side's certificate (if any)
\end{methoddesc}