]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update ssl.rst
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Jun 2020 07:34:35 +0000 (00:34 -0700)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2020 07:34:35 +0000 (00:34 -0700)
Doc/library/ssl.rst

index 4142e41dcb451870887b2ff219de27e2c92772ca..ea0f13c4f18b976f1e63e205b6d4ff693f8ed5bd 100644 (file)
@@ -2486,14 +2486,17 @@ provided.
    - :meth:`~SSLSocket.read`
    - :meth:`~SSLSocket.write`
    - :meth:`~SSLSocket.getpeercert`
+   - :meth:`~SSLSocket.selected_alpn_protocol`
    - :meth:`~SSLSocket.selected_npn_protocol`
    - :meth:`~SSLSocket.cipher`
    - :meth:`~SSLSocket.shared_ciphers`
    - :meth:`~SSLSocket.compression`
    - :meth:`~SSLSocket.pending`
    - :meth:`~SSLSocket.do_handshake`
+   - :meth:`~SSLSocket.verify_client_post_handshake`
    - :meth:`~SSLSocket.unwrap`
    - :meth:`~SSLSocket.get_channel_binding`
+   - :meth:`~SSLSocket.version`
 
    When compared to :class:`SSLSocket`, this object lacks the following
    features: