* 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*
* 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).
* 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
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
=======
<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"
[ossl-guide-migration(7ossl)]:
<https://tools.ietf.org/html/rfc9000>
[Binaries]:
- <https://wiki.openssl.org/index.php/Binaries>
+ <https://github.com/openssl/openssl/wiki/Binaries>
"List of third party OpenSSL binaries"
[OpenSSL Guide]:
Github: https://github.com/openssl/openssl
-OpenSSL Wiki: https://wiki.openssl.org/index.php/Main_Page
+OpenSSL Wiki: https://github.com/openssl/openssl/wiki
-Original Simple Server: https://wiki.openssl.org/index.php/Simple_TLS_Server
+Original Simple Server: https://github.com/openssl/openssl/wiki/Simple_TLS_Server
---------------------------------------------------------------
Some third parties also supply OpenSSL binaries (e.g. for Windows and some other
platforms). The OpenSSL project maintains a list of these third parties at
-L<https://wiki.openssl.org/index.php/Binaries>.
+L<https://github.com/openssl/openssl/wiki/Binaries>.
If you build and install OpenSSL from the source code then you should download
the appropriate files for the version that you want to use from the link given
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