]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Change documentation to point to new wiki location
authorJon Ericson <jon@jlericson.com>
Fri, 14 Mar 2025 16:44:55 +0000 (09:44 -0700)
committerTomas Mraz <tomas@openssl.org>
Tue, 25 Mar 2025 19:27:55 +0000 (20:27 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27081)

(cherry picked from commit da8de0e8dd3e09655cd17ef700359c63acdc9cd4)

CHANGES.md
NEWS.md
README.md
doc/man7/migration_guide.pod

index 5ea5050a45c926c6f23d04c7ed61ae78ca181236..280d1e9f58d64479ec44e20e6d3d50a66a5415c5 100644 (file)
@@ -3277,7 +3277,7 @@ OpenSSL 1.1.1
  * Support for TLSv1.3 added. Note that users upgrading from an earlier
    version of OpenSSL should review their configuration settings to ensure
    that they are still appropriate for TLSv1.3. For further information see:
-   <https://wiki.openssl.org/index.php/TLS1.3>
+   <https://github.com/openssl/openssl/wiki/TLS1.3>
 
    *Matt Caswell*
 
@@ -4565,7 +4565,7 @@ OpenSSL 1.1.0
 
  * The GOST engine was out of date and therefore it has been removed. An up
    to date GOST engine is now being maintained in an external repository.
-   See: <https://wiki.openssl.org/index.php/Binaries>. Libssl still retains
+   See: <https://github.com/openssl/openssl/wiki/Binaries>. Libssl still retains
    support for GOST ciphersuites (these are only activated if a GOST engine
    is present).
 
diff --git a/NEWS.md b/NEWS.md
index ea779e39d1746b97f2ad515c886c5f7b2c3fd672..9a5554325d952d7df8a815b48d43427be28a705b 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -333,7 +333,7 @@ OpenSSL 1.1.1
     * Rewrite of the packet construction code for "safer" packet handling
     * Rewrite of the extension handling code
     For further important information, see the [TLS1.3 page](
-    https://wiki.openssl.org/index.php/TLS1.3) in the OpenSSL Wiki.
+    https://github.com/openssl/openssl/wiki/TLS1.3) in the OpenSSL Wiki.
 
   * Complete rewrite of the OpenSSL random number generator to introduce the
     following capabilities
index 477f5cbb7d1273f2c50feba866b328ed519c3801..c6fbca920b92add70ff5c19f8ed75d602d774392 100644 (file)
--- a/README.md
+++ b/README.md
@@ -128,8 +128,7 @@ available online.
 Wiki
 ----
 
-There is a Wiki at [wiki.openssl.org] which is currently not very active.
-It contains a lot of useful information, not all of which is up to date.
+There is a [GitHub Wiki] which is currently not very active.
 
 License
 =======
@@ -178,8 +177,8 @@ All rights reserved.
     <https://github.com/openssl/openssl>
     "OpenSSL GitHub Mirror"
 
-[wiki.openssl.org]:
-    <https://wiki.openssl.org>
+[GitHub Wiki]:
+    <https://github.com/openssl/openssl/wiki>
     "OpenSSL Wiki"
 
 [migration_guide(7ossl)]:
index e5ab29b95370b26f719fa4259c314ca82114d068..ba29837e47b1455a4e752d5f007efbf94b7d6c6b 100644 (file)
@@ -596,13 +596,13 @@ The code needs to be amended to look like this:
 Support for TLSv1.3 has been added.
 
 This has a number of implications for SSL/TLS applications. See the
-L<TLS1.3 page|https://wiki.openssl.org/index.php/TLS1.3> for further details.
+L<TLS1.3 page|https://github.com/openssl/openssl/wiki/TLS1.3> for further details.
 
 =back
 
 More details about the breaking changes between OpenSSL versions 1.0.2 and 1.1.0
 can be found on the
-L<OpenSSL 1.1.0 Changes page|https://wiki.openssl.org/index.php/OpenSSL_1.1.0_Changes>.
+L<OpenSSL 1.1.0 Changes page|https://github.com/openssl/openssl/wiki/OpenSSL_1.1.0_Changes>.
 
 =head3 Upgrading from the OpenSSL 2.0 FIPS Object Module