[issue34050] Broken links to "OpenSSL cipher list format" in documentation
New submission from Roland Weber <rolweber@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 <report@bugs.python.org> <https://bugs.python.org/issue34050> _______________________________________
Christian Heimes <lists@cheimes.de> added the comment: Thanks for your report. Do you want to work on a patch, too? ---------- keywords: +easy nosy: +christian.heimes stage: -> needs patch versions: +Python 2.7, Python 3.6, Python 3.7, Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34050> _______________________________________
Roland Weber <rolweber@de.ibm.com> added the comment: I'm afraid I don't have the time to work on a patch. ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34050> _______________________________________
Change by Marcin Niemira <marcin@niemira.net>: ---------- keywords: +patch pull_requests: +7730 stage: needs patch -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34050> _______________________________________
Benjamin Peterson <benjamin@python.org> added the comment: New changeset 9c5ba097485c8c643b670acd4026f4382bc92f4b by Benjamin Peterson (Marcin Niemira) in branch 'master': closes bpo-34050: Fix link in SSL docs (GH-8173) https://github.com/python/cpython/commit/9c5ba097485c8c643b670acd4026f4382bc... ---------- nosy: +benjamin.peterson resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34050> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +7732 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34050> _______________________________________
Change by Benjamin Peterson <benjamin@python.org>: ---------- pull_requests: +7733 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34050> _______________________________________
Change by Benjamin Peterson <benjamin@python.org>: ---------- pull_requests: +7734 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34050> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset a912305512efd08cbaa15dc1488fb626c9fec067 by Miss Islington (bot) in branch '3.7': closes bpo-34050: Fix link in SSL docs (GH-8173) https://github.com/python/cpython/commit/a912305512efd08cbaa15dc1488fb626c9f... ---------- nosy: +miss-islington _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34050> _______________________________________
Benjamin Peterson <benjamin@python.org> added the comment: New changeset 3707dfaf45baf867f17bbbc78ccf2f0d13711dbd by Benjamin Peterson in branch '2.7': [2.7] closes bpo-34050: Fix link in SSL docs (GH-8173). (GH-8179) https://github.com/python/cpython/commit/3707dfaf45baf867f17bbbc78ccf2f0d137... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34050> _______________________________________
Benjamin Peterson <benjamin@python.org> added the comment: New changeset becb5277670bdb37e8c8471a5a510466eaf9598a by Benjamin Peterson in branch '3.6': [3.6] closes bpo-34050: Fix link in SSL docs (GH-8173) (GH-8178) https://github.com/python/cpython/commit/becb5277670bdb37e8c8471a5a510466eaf... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34050> _______________________________________
Roland Weber <rolweber@de.ibm.com> added the comment: Thanks! ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34050> _______________________________________
participants (5)
-
Benjamin Peterson
-
Christian Heimes
-
Marcin Niemira
-
miss-islington
-
Roland Weber