File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -2486,14 +2486,17 @@ provided.
2486
2486
- :meth: `~SSLSocket.read `
2487
2487
- :meth: `~SSLSocket.write `
2488
2488
- :meth: `~SSLSocket.getpeercert `
2489
+ - :meth: `~SSLSocket.selected_alpn_protocol `
2489
2490
- :meth: `~SSLSocket.selected_npn_protocol `
2490
2491
- :meth: `~SSLSocket.cipher `
2491
2492
- :meth: `~SSLSocket.shared_ciphers `
2492
2493
- :meth: `~SSLSocket.compression `
2493
2494
- :meth: `~SSLSocket.pending `
2494
2495
- :meth: `~SSLSocket.do_handshake `
2496
+ - :meth: `~SSLSocket.verify_client_post_handshake `
2495
2497
- :meth: `~SSLSocket.unwrap `
2496
2498
- :meth: `~SSLSocket.get_channel_binding `
2499
+ - :meth: `~SSLSocket.version `
2497
2500
2498
2501
When compared to :class: `SSLSocket `, this object lacks the following
2499
2502
features:
You can’t perform that action at this time.
0 commit comments