Kaydet (Commit) 35094a69 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

[Bug #1583946] Reword description of server and issuer

üst 11b69e5c
...@@ -712,14 +712,15 @@ read until EOF. The return value is a string of the bytes read. ...@@ -712,14 +712,15 @@ read until EOF. The return value is a string of the bytes read.
\end{methoddesc} \end{methoddesc}
\begin{methoddesc}{server}{} \begin{methoddesc}{server}{}
Returns a string containing the ASN.1 distinguished name identifying the Returns a string describing the server's certificate.
server's certificate. (See below for an example Useful for debugging purposes; do not parse the content of this string
showing what distinguished names look like.) because its format can't be parsed unambiguously.
\end{methoddesc} \end{methoddesc}
\begin{methoddesc}{issuer}{} \begin{methoddesc}{issuer}{}
Returns a string containing the ASN.1 distinguished name identifying the Returns a string describing the issuer of the server's certificate.
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} \end{methoddesc}
\subsection{Example \label{socket-example}} \subsection{Example \label{socket-example}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment