commit | a6edbf8f358c60f4db989f80a925c44716b57031 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@boson> | Tue Mar 25 15:19:11 2008 -0400 |
committer | Jean-Paul Calderone <exarkun@boson> | Tue Mar 25 15:19:11 2008 -0400 |
tree | ce46adb32021e1ca1a22fb68f8f51becaa5b1bb1 | |
parent | 38e857f894873111c6f540eb33dd5765a8495581 [diff] |
document X509Name.der
diff --git a/doc/pyOpenSSL.tex b/doc/pyOpenSSL.tex index 03ec725..dc47e9f 100644 --- a/doc/pyOpenSSL.tex +++ b/doc/pyOpenSSL.tex
@@ -389,6 +389,10 @@ representation of the name. \end{methoddesc} +\begin{methoddesc}[X509Name]{der}{} +Return a string giving the DER representation of the name. +\end{methoddesc} + X509Name objects have the following members: \begin{memberdesc}[X509Name]{countryName}