Skip to content

Commit 761be4c

Browse files
committed
Fix documentation warnings
1 parent c58c025 commit 761be4c

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Doc/library/ssl.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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::

Doc/whatsnew/3.15.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)