]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Document missing methods of ssl.SSLObject (#19400)
authorRémi Lapeyre <remi.lapeyre@henki.fr>
Tue, 7 Apr 2020 07:38:59 +0000 (09:38 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Apr 2020 07:38:59 +0000 (09:38 +0200)
Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr>
Doc/library/ssl.rst

index 570d4f720a25a7257a3d4a750628b3adfcd0fee7..952ee1653b9248e2f1f175e8c0325c942ad6bc52 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: