diff options
author | H. Vetinari <h.vetinari@gmx.com> | 2023-01-09 05:53:48 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-01-11 17:20:02 +0100 |
commit | 174d166bc3e5e27d4aef08a5fa4e932e22e8f3a7 (patch) | |
tree | 19303e69b5e0bab29160fd47b2a157080c432378 /doc/man7 | |
parent | Doc: Update history section of EC_GROUP API's. (diff) | |
download | openssl-174d166bc3e5e27d4aef08a5fa4e932e22e8f3a7.tar.xz openssl-174d166bc3e5e27d4aef08a5fa4e932e22e8f3a7.zip |
Add empty migration guide for 3.1
Fixes #19953
CLA: trivial
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20008)
Diffstat (limited to 'doc/man7')
-rw-r--r-- | doc/man7/migration_guide.pod | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/man7/migration_guide.pod b/doc/man7/migration_guide.pod index 75c8ed700c..8bd44a6ce7 100644 --- a/doc/man7/migration_guide.pod +++ b/doc/man7/migration_guide.pod @@ -11,11 +11,17 @@ See the individual manual pages for details. =head1 DESCRIPTION This guide details the changes required to migrate to new versions of OpenSSL. -Currently this covers OpenSSL 3.0. For earlier versions refer to +Currently this covers OpenSSL 3.0 & 3.1. For earlier versions refer to L<https://github.com/openssl/openssl/blob/master/CHANGES.md>. For an overview of some of the key concepts introduced in OpenSSL 3.0 see L<crypto(7)>. +=head1 OPENSSL 3.1 + +=head2 Main Changes from OpenSSL 3.0 + +There are no changes requiring additional migration measures since OpenSSL 3.0. + =head1 OPENSSL 3.0 =head2 Main Changes from OpenSSL 1.1.1 |