File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -1744,7 +1744,8 @@ to speed up repeated connections from the same clients.
17441744.. method :: SSLContext.set_client_sigalgs(sigalgs)
17451745
17461746 Set the signature algorithms allowed for certificate-based client
1747- authentication. It should be a string in the `OpenSSL sigalgs list format
1747+ authentication. It should be a string in the `OpenSSL client sigalgs
1748+ list format
17481749 <https://docs.openssl.org/master/man3/SSL_CTX_set1_client_sigalgs_list/> `_.
17491750
17501751 .. note ::
Original file line number Diff line number Diff line change @@ -439,12 +439,12 @@ ssl
439439 allowed for certificate-based client authentication.
440440 * :meth: `ssl.SSLContext.set_server_sigalgs ` sets the signature algorithms
441441 allowed for the server to complete the TLS handshake.
442- * :meth: `ssl.SSLSocket.client_sigalg ` returns the signature algorithm
443- selected for client authentication on the current connection. This call
444- requires OpenSSL 3.5 or later.
445- * :meth: `ssl.SSLSocket.server_sigalg ` returns the signature algorithm
446- selected for the server to complete the TLS handshake on the current
447- connection. This call requires OpenSSL 3.5 or later.
442+ * :meth: `ssl.SSLSocket.client_sigalg ` returns the signature algorithm
443+ selected for client authentication on the current connection. This call
444+ requires OpenSSL 3.5 or later.
445+ * :meth: `ssl.SSLSocket.server_sigalg ` returns the signature algorithm
446+ selected for the server to complete the TLS handshake on the current
447+ connection. This call requires OpenSSL 3.5 or later.
448448
449449 (Contributed by Ron Frederick in :gh: `138252 `.)
450450
You can’t perform that action at this time.
0 commit comments