Skip to content

Commit 74e1b6b

Browse files
Rémi Lapeyreremilapeyre
andauthored
Document missing methods of ssl.SSLObject (#19400)
Co-authored-by: Rémi Lapeyre <[email protected]>
1 parent f407e20 commit 74e1b6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/ssl.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2486,14 +2486,17 @@ provided.
24862486
- :meth:`~SSLSocket.read`
24872487
- :meth:`~SSLSocket.write`
24882488
- :meth:`~SSLSocket.getpeercert`
2489+
- :meth:`~SSLSocket.selected_alpn_protocol`
24892490
- :meth:`~SSLSocket.selected_npn_protocol`
24902491
- :meth:`~SSLSocket.cipher`
24912492
- :meth:`~SSLSocket.shared_ciphers`
24922493
- :meth:`~SSLSocket.compression`
24932494
- :meth:`~SSLSocket.pending`
24942495
- :meth:`~SSLSocket.do_handshake`
2496+
- :meth:`~SSLSocket.verify_client_post_handshake`
24952497
- :meth:`~SSLSocket.unwrap`
24962498
- :meth:`~SSLSocket.get_channel_binding`
2499+
- :meth:`~SSLSocket.version`
24972500

24982501
When compared to :class:`SSLSocket`, this object lacks the following
24992502
features:

0 commit comments

Comments
 (0)