[Bug #1583946] Reword description of server and issuer

This commit is contained in:
Andrew M. Kuchling 2006-10-27 12:50:38 +00:00
parent 514d0cf40e
commit 14b0cab5d5
1 changed files with 6 additions and 5 deletions

View File

@ -712,14 +712,15 @@ read until EOF. The return value is a string of the bytes read.
\end{methoddesc}
\begin{methoddesc}{server}{}
Returns a string containing the ASN.1 distinguished name identifying the
server's certificate. (See below for an example
showing what distinguished names look like.)
Returns a string describing the server's certificate.
Useful for debugging purposes; do not parse the content of this string
because its format can't be parsed unambiguously.
\end{methoddesc}
\begin{methoddesc}{issuer}{}
Returns a string containing the ASN.1 distinguished name identifying the
issuer of the server's certificate.
Returns a string describing the issuer of the server's certificate.
Useful for debugging purposes; do not parse the content of this string
because its format can't be parsed unambiguously.
\end{methoddesc}
\subsection{Example \label{socket-example}}