Add SSL_set_SSL_CTX wrapper, Connection.set_context.
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 @@
 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}