Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f407e20 commit 74e1b6bCopy full SHA for 74e1b6b
1 file changed
Doc/library/ssl.rst
@@ -2486,14 +2486,17 @@ provided.
2486
- :meth:`~SSLSocket.read`
2487
- :meth:`~SSLSocket.write`
2488
- :meth:`~SSLSocket.getpeercert`
2489
+ - :meth:`~SSLSocket.selected_alpn_protocol`
2490
- :meth:`~SSLSocket.selected_npn_protocol`
2491
- :meth:`~SSLSocket.cipher`
2492
- :meth:`~SSLSocket.shared_ciphers`
2493
- :meth:`~SSLSocket.compression`
2494
- :meth:`~SSLSocket.pending`
2495
- :meth:`~SSLSocket.do_handshake`
2496
+ - :meth:`~SSLSocket.verify_client_post_handshake`
2497
- :meth:`~SSLSocket.unwrap`
2498
- :meth:`~SSLSocket.get_channel_binding`
2499
+ - :meth:`~SSLSocket.version`
2500
2501
When compared to :class:`SSLSocket`, this object lacks the following
2502
features:
0 commit comments