summaryrefslogtreecommitdiffstats
path: root/doc/internal
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2022-10-05 17:52:46 +0200
committerRichard Levitte <levitte@openssl.org>2022-10-07 10:05:50 +0200
commit45ada6b92bc7e31772d95ab9dcb0e7d2a764cf20 (patch)
treec09fddd2924c6130b7b26a4d78b4e44b187aa5c1 /doc/internal
parent1ec0acf264652bd981e95842723e5414d634cd93 (diff)
Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branch
3.1 has been decided to be a FIPS 140-3 release, springing from the branch openssl-3.0, and the master branch to continue with the development of OpenSSL 3.2. Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19350)
Diffstat (limited to 'doc/internal')
-rw-r--r--doc/internal/man3/DEFINE_LIST_OF.pod2
-rw-r--r--doc/internal/man3/DEFINE_PRIORITY_QUEUE_OF.pod2
-rw-r--r--doc/internal/man3/OSSL_EVENT.pod2
-rw-r--r--doc/internal/man3/OSSL_SAFE_MATH_SIGNED.pod2
-rw-r--r--doc/internal/man3/OSSL_TIME.pod2
-rw-r--r--doc/internal/man7/deprecation.pod2
6 files changed, 6 insertions, 6 deletions
diff --git a/doc/internal/man3/DEFINE_LIST_OF.pod b/doc/internal/man3/DEFINE_LIST_OF.pod
index ade676b326..a0090c7685 100644
--- a/doc/internal/man3/DEFINE_LIST_OF.pod
+++ b/doc/internal/man3/DEFINE_LIST_OF.pod
@@ -112,7 +112,7 @@ the specified element in the list.
=head1 HISTORY
-The functions described here were all added in OpenSSL 3.1.
+The functions described here were all added in OpenSSL 3.2.
=head1 COPYRIGHT
diff --git a/doc/internal/man3/DEFINE_PRIORITY_QUEUE_OF.pod b/doc/internal/man3/DEFINE_PRIORITY_QUEUE_OF.pod
index 1eba8fc7d8..41efae9b75 100644
--- a/doc/internal/man3/DEFINE_PRIORITY_QUEUE_OF.pod
+++ b/doc/internal/man3/DEFINE_PRIORITY_QUEUE_OF.pod
@@ -111,7 +111,7 @@ element.
=head1 HISTORY
-The functions described here were all added in OpenSSL 3.1.
+The functions described here were all added in OpenSSL 3.2.
=head1 COPYRIGHT
diff --git a/doc/internal/man3/OSSL_EVENT.pod b/doc/internal/man3/OSSL_EVENT.pod
index f5d1d8bf6b..9d918fe2c8 100644
--- a/doc/internal/man3/OSSL_EVENT.pod
+++ b/doc/internal/man3/OSSL_EVENT.pod
@@ -187,7 +187,7 @@ L<OSSL_TIME(3)>
=head1 HISTORY
-This functionality was added to OpenSSL 3.1.
+This functionality was added to OpenSSL 3.2.
=head1 COPYRIGHT
diff --git a/doc/internal/man3/OSSL_SAFE_MATH_SIGNED.pod b/doc/internal/man3/OSSL_SAFE_MATH_SIGNED.pod
index d39e9be834..16bd7f205c 100644
--- a/doc/internal/man3/OSSL_SAFE_MATH_SIGNED.pod
+++ b/doc/internal/man3/OSSL_SAFE_MATH_SIGNED.pod
@@ -95,7 +95,7 @@ It returns zero on overflow.
=head1 HISTORY
-The functions described here were all added in OpenSSL 3.1.
+The functions described here were all added in OpenSSL 3.2.
=head1 COPYRIGHT
diff --git a/doc/internal/man3/OSSL_TIME.pod b/doc/internal/man3/OSSL_TIME.pod
index 29224d8326..4f85194a4b 100644
--- a/doc/internal/man3/OSSL_TIME.pod
+++ b/doc/internal/man3/OSSL_TIME.pod
@@ -189,7 +189,7 @@ B<ossl_time_min> and B<ossl_time_max> choose and return one of the input values.
=head1 HISTORY
-This functionality was added in OpenSSL 3.1.
+This functionality was added in OpenSSL 3.2.
=head1 COPYRIGHT
diff --git a/doc/internal/man7/deprecation.pod b/doc/internal/man7/deprecation.pod
index de34c30fa2..87cdcb13c8 100644
--- a/doc/internal/man7/deprecation.pod
+++ b/doc/internal/man7/deprecation.pod
@@ -2,7 +2,7 @@
=head1 NAME
-OPENSSL_NO_DEPRECATED_3_1, OSSL_DEPRECATEDIN_3_1,
+OPENSSL_NO_DEPRECATED_3_2, OSSL_DEPRECATEDIN_3_2,
OPENSSL_NO_DEPRECATED_3_0, OSSL_DEPRECATEDIN_3_0,
OPENSSL_NO_DEPRECATED_1_1_1, OSSL_DEPRECATEDIN_1_1_1,
OPENSSL_NO_DEPRECATED_1_1_0, OSSL_DEPRECATEDIN_1_1_0,