This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: [doc] SSLContext.set_ciphers() link to OpenSSL cipher list format is outdated
Type: Stage:
Components: Documentation Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: cjmayo, docs@python
Priority: normal Keywords:

Created on 2021-06-04 18:21 by cjmayo, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg395108 - (view) Author: Chris Mayo (cjmayo) Date: 2021-06-04 18:21
Current link is:
https://www.openssl.org/docs/manmaster/man1/ciphers.html

Manual page entries without the 'openssl-' prefix have been deprecated, and this link is now directed to a generic page for openssl cmd.

Suggest an update to:
https://www.openssl.org/docs/manmaster/man1/openssl-ciphers.html#CIPHER-LIST-FORMAT

Currently at:
https://github.com/python/cpython/blame/main/Doc/library/ssl.rst#L1680
History
Date User Action Args
2022-04-11 14:59:46adminsetgithub: 88480
2021-06-04 18:21:57cjmayocreate