summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias St. Pierre <matthias.st.pierre@ncp-e.com>2023-08-22 12:56:30 +0200
committerHugo Landau <hlandau@openssl.org>2023-08-23 18:17:53 +0100
commit27315a978e280a20c7f3ea0bfe05f6c186137625 (patch)
treef55892ba227bd9f83fd7537e3b32ac566b2b364a /doc
parent7542bdbff70623e1f116a15b6c44fe76014c03cd (diff)
doc: add the migration guide to the new guide series
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21807)
Diffstat (limited to 'doc')
-rw-r--r--doc/build.info12
-rw-r--r--doc/man7/fips_module.pod6
-rw-r--r--doc/man7/ossl-guide-introduction.pod2
-rw-r--r--doc/man7/ossl-guide-migration.pod (renamed from doc/man7/migration_guide.pod)3
4 files changed, 13 insertions, 10 deletions
diff --git a/doc/build.info b/doc/build.info
index 68cfd6ff39..829fe55682 100644
--- a/doc/build.info
+++ b/doc/build.info
@@ -4721,10 +4721,6 @@ DEPEND[html/man7/life_cycle-rand.html]=man7/life_cycle-rand.pod
GENERATE[html/man7/life_cycle-rand.html]=man7/life_cycle-rand.pod
DEPEND[man/man7/life_cycle-rand.7]=man7/life_cycle-rand.pod
GENERATE[man/man7/life_cycle-rand.7]=man7/life_cycle-rand.pod
-DEPEND[html/man7/migration_guide.html]=man7/migration_guide.pod
-GENERATE[html/man7/migration_guide.html]=man7/migration_guide.pod
-DEPEND[man/man7/migration_guide.7]=man7/migration_guide.pod
-GENERATE[man/man7/migration_guide.7]=man7/migration_guide.pod
DEPEND[html/man7/openssl-core.h.html]=man7/openssl-core.h.pod
GENERATE[html/man7/openssl-core.h.html]=man7/openssl-core.h.pod
DEPEND[man/man7/openssl-core.h.7]=man7/openssl-core.h.pod
@@ -4775,6 +4771,10 @@ DEPEND[html/man7/ossl-guide-libssl-introduction.html]=man7/ossl-guide-libssl-int
GENERATE[html/man7/ossl-guide-libssl-introduction.html]=man7/ossl-guide-libssl-introduction.pod
DEPEND[man/man7/ossl-guide-libssl-introduction.7]=man7/ossl-guide-libssl-introduction.pod
GENERATE[man/man7/ossl-guide-libssl-introduction.7]=man7/ossl-guide-libssl-introduction.pod
+DEPEND[html/man7/ossl-guide-migration.html]=man7/ossl-guide-migration.pod
+GENERATE[html/man7/ossl-guide-migration.html]=man7/ossl-guide-migration.pod
+DEPEND[man/man7/ossl-guide-migration.7]=man7/ossl-guide-migration.pod
+GENERATE[man/man7/ossl-guide-migration.7]=man7/ossl-guide-migration.pod
DEPEND[html/man7/ossl-guide-quic-client-block.html]=man7/ossl-guide-quic-client-block.pod
GENERATE[html/man7/ossl-guide-quic-client-block.html]=man7/ossl-guide-quic-client-block.pod
DEPEND[man/man7/ossl-guide-quic-client-block.7]=man7/ossl-guide-quic-client-block.pod
@@ -4985,7 +4985,6 @@ html/man7/life_cycle-kdf.html \
html/man7/life_cycle-mac.html \
html/man7/life_cycle-pkey.html \
html/man7/life_cycle-rand.html \
-html/man7/migration_guide.html \
html/man7/openssl-core.h.html \
html/man7/openssl-core_dispatch.h.html \
html/man7/openssl-core_names.h.html \
@@ -4998,6 +4997,7 @@ html/man7/ossl-guide-introduction.html \
html/man7/ossl-guide-libcrypto-introduction.html \
html/man7/ossl-guide-libraries-introduction.html \
html/man7/ossl-guide-libssl-introduction.html \
+html/man7/ossl-guide-migration.html \
html/man7/ossl-guide-quic-client-block.html \
html/man7/ossl-guide-quic-introduction.html \
html/man7/ossl-guide-tls-client-block.html \
@@ -5124,7 +5124,6 @@ man/man7/life_cycle-kdf.7 \
man/man7/life_cycle-mac.7 \
man/man7/life_cycle-pkey.7 \
man/man7/life_cycle-rand.7 \
-man/man7/migration_guide.7 \
man/man7/openssl-core.h.7 \
man/man7/openssl-core_dispatch.h.7 \
man/man7/openssl-core_names.h.7 \
@@ -5137,6 +5136,7 @@ man/man7/ossl-guide-introduction.7 \
man/man7/ossl-guide-libcrypto-introduction.7 \
man/man7/ossl-guide-libraries-introduction.7 \
man/man7/ossl-guide-libssl-introduction.7 \
+man/man7/ossl-guide-migration.7 \
man/man7/ossl-guide-quic-client-block.7 \
man/man7/ossl-guide-quic-introduction.7 \
man/man7/ossl-guide-tls-client-block.7 \
diff --git a/doc/man7/fips_module.pod b/doc/man7/fips_module.pod
index 8c21854862..9756a89f06 100644
--- a/doc/man7/fips_module.pod
+++ b/doc/man7/fips_module.pod
@@ -42,7 +42,7 @@ EC_KEY_METHOD_new(), etc.)
=back
All of the above APIs are deprecated in OpenSSL 3.0 - so a simple rule is to
-avoid using all deprecated functions. See L<migration_guide(7)> for a list of
+avoid using all deprecated functions. See L<ossl-guide-migration(7)> for a list of
deprecated functions.
=head2 Making all applications use the FIPS module by default
@@ -393,7 +393,7 @@ explicitly loaded, the default provider will not automatically load. This means
code using the default context by accident will fail because no algorithms will
be available.
-See L<migration_guide(7)/Library Context> for additional information about the
+See L<ossl-guide-migration(7)/Library Context> for additional information about the
Library Context.
=head2 Using Encoders and Decoders with the FIPS module
@@ -500,7 +500,7 @@ want to operate in a FIPS approved manner. The algorithms are:
=head1 SEE ALSO
-L<migration_guide(7)>, L<crypto(7)>, L<fips_config(5)>,
+L<ossl-guide-migration(7)>, L<crypto(7)>, L<fips_config(5)>,
L<https://www.openssl.org/source/>
=head1 HISTORY
diff --git a/doc/man7/ossl-guide-introduction.pod b/doc/man7/ossl-guide-introduction.pod
index 655c4c9111..4e918ad85e 100644
--- a/doc/man7/ossl-guide-introduction.pod
+++ b/doc/man7/ossl-guide-introduction.pod
@@ -81,6 +81,8 @@ The pages in the guide are as follows:
=item L<ossl-guide-quic-client-block(7)>: Writing a simple blocking QUIC client
+=item L<ossl-guide-migration(7)>: Migrating from older OpenSSL versions
+
=back
=head1 COPYRIGHT
diff --git a/doc/man7/migration_guide.pod b/doc/man7/ossl-guide-migration.pod
index 5294f57225..1042744d66 100644
--- a/doc/man7/migration_guide.pod
+++ b/doc/man7/ossl-guide-migration.pod
@@ -2,7 +2,8 @@
=head1 NAME
-migration_guide - OpenSSL migration guide
+ossl-guide-migration, migration_guide
+- OpenSSL Guide: Migrating from older OpenSSL versions
=head1 SYNOPSIS