Commit cb43c085 authored by Jeremy Hylton's avatar Jeremy Hylton

Document that keyfile and certfile are now optional.

XXX Forgot to mention this in the last socketmodule.c checkin.
parent c7f8b863
...@@ -265,7 +265,7 @@ protocol number. The address family should be \constant{AF_INET}, \constant{AF_ ...@@ -265,7 +265,7 @@ protocol number. The address family should be \constant{AF_INET}, \constant{AF_
The protocol number is usually zero and may be omitted in that case. The protocol number is usually zero and may be omitted in that case.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{ssl}{sock, keyfile, certfile} \begin{funcdesc}{ssl}{sock\optional{, keyfile, certfile}}
Initiate a SSL connection over the socket \var{sock}. \var{keyfile} is Initiate a SSL connection over the socket \var{sock}. \var{keyfile} is
the name of a PEM formatted file that contains your private the name of a PEM formatted file that contains your private
key. \var{certfile} is a PEM formatted certificate chain file. On key. \var{certfile} is a PEM formatted certificate chain file. On
......
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