New submission from Roland Weber <rolwe...@de.ibm.com>:

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

----------
assignee: docs@python
components: Documentation
messages: 321085
nosy: docs@python, rolweber
priority: normal
severity: normal
status: open
title: Broken links to "OpenSSL cipher list format" in documentation

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34050>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to