commit | db0bf44fbfa3ac33272defe90249eca0ba247668 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Wed May 18 19:46:10 2011 -0400 |
committer | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Wed May 18 19:46:10 2011 -0400 |
tree | 918470d6a449def5d82278b3d2268cc90cd642ef | |
parent | 2755fa56514d8f4fd84206023c68ebbca5aa19c9 [diff] |
Document the exception get_signature_algorithm
diff --git a/doc/pyOpenSSL.tex b/doc/pyOpenSSL.tex index 575eb8e..fa7638d 100644 --- a/doc/pyOpenSSL.tex +++ b/doc/pyOpenSSL.tex
@@ -322,7 +322,8 @@ \end{methoddesc} \begin{methoddesc}[X509]{get_signature_algorithm}{} -Return the signature algorithem used in the certificate. +Return the signature algorithm used in the certificate. If the algorithm is +undefined, raise \code{ValueError}. \end{methoddesc} \begin{methoddesc}[X509]{get_subject}{}