summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@divmod.com>2011-06-12 18:06:51 -0400
committerJean-Paul Calderone <exarkun@divmod.com>2011-06-12 18:06:51 -0400
commit13788530b7ad18b1d648415f0296521042a8a66e (patch)
tree47656f68a8a093438e0d1cdc188d06c48e6f51fd
parentfd0b8d666e5fa9974844783e3a3f0a036233f221 (diff)
downloadpyopenssl-13788530b7ad18b1d648415f0296521042a8a66e.tar.gz
tex docs
-rw-r--r--doc/pyOpenSSL.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/pyOpenSSL.tex b/doc/pyOpenSSL.tex
index 4e00c14..6a49748 100644
--- a/doc/pyOpenSSL.tex
+++ b/doc/pyOpenSSL.tex
@@ -555,6 +555,12 @@ Generate a public/private key pair of the type \var{type} (one of
Return the type of the key.
\end{methoddesc}
+\begin{methoddesc}[PKey]{check}{}
+Check the consistency of this key, returning True if it is consistent and
+raising an exception otherwise. This is only valid for RSA keys. See the
+OpenSSL RSA_check_key man page for further limitations.
+\end{methoddesc}
+
\subsubsection{PKCS7 objects \label{openssl-pkcs7}}
PKCS7 objects have the following methods: