Kaydet (Commit) 805cdd89 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Strip down SSL docs; I'm not managing to get test programs working, so I'll just…

Strip down SSL docs; I'm not managing to get test programs working, so I'll just give a minimal description
üst 87da1278
......@@ -2158,17 +2158,12 @@ though it will be removed in Python 3.0.
To use the new module, first you must create a TCP connection in the
usual way and then pass it to the :func:`ssl.wrap_socket` function.
XXX describe parameters.
XXX Can specify if certificate is required, and obtain certificate info
by calling getpeercert method.
XXX Certain features require the OpenSSL package to be installed, notably
the 'openssl' binary.
It's possible to specify whether a certificate is required, and to
obtain certificate info by calling the :meth:`getpeercert` method.
.. seealso::
SSL module documentation.
The documentation for the :mod:`ssl` module.
.. ======================================================================
......
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