closes bpo-34050: Fix link in SSL docs (GH-8173)
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 3964d02..99d1d77 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -1607,7 +1607,7 @@
Set the available ciphers for sockets created with this context.
It should be a string in the `OpenSSL cipher list format
- <https://wiki.openssl.org/index.php/Manual:Ciphers(1)#CIPHER_LIST_FORMAT>`_.
+ <https://www.openssl.org/docs/manmaster/man1/ciphers.html>`_.
If no cipher can be selected (because compile-time options or other
configuration forbids use of all the specified ciphers), an
:class:`SSLError` will be raised.
diff --git a/Misc/ACKS b/Misc/ACKS
index 25d1db0..8e1b6f7 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1784,6 +1784,7 @@
Darren Worrall
Thomas Wouters
Daniel Wozniak
+Marcin Niemira
Wei Wu
Heiko Wundram
Doug Wyatt