From: Jon Ericson Date: Fri, 14 Mar 2025 16:44:55 +0000 (-0700) Subject: Change documentation to point to new wiki location X-Git-Tag: openssl-3.0.17~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bac7e915fefb28a2a4ce3ecacf4539d975e4cef;p=thirdparty%2Fopenssl.git Change documentation to point to new wiki location Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27081) (cherry picked from commit da8de0e8dd3e09655cd17ef700359c63acdc9cd4) --- diff --git a/CHANGES.md b/CHANGES.md index 5ea5050a45c..280d1e9f58d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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: - + *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: . Libssl still retains + See: . 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 ea779e39d17..9a5554325d9 100644 --- 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 diff --git a/README.md b/README.md index 477f5cbb7d1..c6fbca920b9 100644 --- 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. "OpenSSL GitHub Mirror" -[wiki.openssl.org]: - +[GitHub Wiki]: + "OpenSSL Wiki" [migration_guide(7ossl)]: diff --git a/doc/man7/migration_guide.pod b/doc/man7/migration_guide.pod index e5ab29b9537..ba29837e47b 100644 --- a/doc/man7/migration_guide.pod +++ b/doc/man7/migration_guide.pod @@ -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 for further details. +L 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. +L. =head3 Upgrading from the OpenSSL 2.0 FIPS Object Module