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.

Author rolweber
Recipients docs@python, rolweber
Date 2018-07-05.08:17:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530778661.86.0.56676864532.issue34050@psf.upfronthosting.co.za>
In-reply-to
Content
The docs for SSLContext.set_ciphers [1] in Python 3 and ssl.wrap_socket [2] in Python 2 contain a link for "OpenSSL cipher list format", which points to an empty wiki page at https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT

The OpenSSL cipher list format is currently documented here instead:
https://www.openssl.org/docs/manmaster/man1/ciphers.html

[1] https://docs.python.org/3/library/ssl.html#ssl.SSLContext.set_ciphers
[2] https://docs.python.org/2/library/ssl.html#ssl.wrap_socket
History
Date User Action Args
2018-07-05 08:17:41rolwebersetrecipients: + rolweber, docs@python
2018-07-05 08:17:41rolwebersetmessageid: <1530778661.86.0.56676864532.issue34050@psf.upfronthosting.co.za>
2018-07-05 08:17:41rolweberlinkissue34050 messages
2018-07-05 08:17:41rolwebercreate