diff options
author | Richard Levitte <levitte@openssl.org> | 2022-10-05 17:52:46 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2022-10-07 10:05:50 +0200 |
commit | 45ada6b92bc7e31772d95ab9dcb0e7d2a764cf20 (patch) | |
tree | c09fddd2924c6130b7b26a4d78b4e44b187aa5c1 /doc/man1 | |
parent | 1ec0acf264652bd981e95842723e5414d634cd93 (diff) | |
download | openssl-new-45ada6b92bc7e31772d95ab9dcb0e7d2a764cf20.tar.gz |
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/man1')
-rw-r--r-- | doc/man1/openssl-cms.pod.in | 2 | ||||
-rw-r--r-- | doc/man1/openssl-req.pod.in | 2 | ||||
-rw-r--r-- | doc/man1/openssl-s_client.pod.in | 6 | ||||
-rw-r--r-- | doc/man1/openssl-s_server.pod.in | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/doc/man1/openssl-cms.pod.in b/doc/man1/openssl-cms.pod.in index 07c46ba20c..50845b772e 100644 --- a/doc/man1/openssl-cms.pod.in +++ b/doc/man1/openssl-cms.pod.in @@ -911,7 +911,7 @@ The B<-nameopt> option was added in OpenSSL 3.0.0. The B<-engine> option was deprecated in OpenSSL 3.0. -The B<-digest> option was added in OpenSSL 3.1. +The B<-digest> option was added in OpenSSL 3.2. =head1 COPYRIGHT diff --git a/doc/man1/openssl-req.pod.in b/doc/man1/openssl-req.pod.in index 2f525f411b..b677160f6b 100644 --- a/doc/man1/openssl-req.pod.in +++ b/doc/man1/openssl-req.pod.in @@ -768,7 +768,7 @@ has no effect. The B<-engine> option was deprecated in OpenSSL 3.0. The <-nodes> option was deprecated in OpenSSL 3.0, too; use B<-noenc> instead. -The B<-reqexts> option has been made an alias of B<-extensions> in OpenSSL 3.1. +The B<-reqexts> option has been made an alias of B<-extensions> in OpenSSL 3.2. =head1 COPYRIGHT diff --git a/doc/man1/openssl-s_client.pod.in b/doc/man1/openssl-s_client.pod.in index 6e380cb147..5f6f74c51d 100644 --- a/doc/man1/openssl-s_client.pod.in +++ b/doc/man1/openssl-s_client.pod.in @@ -781,8 +781,8 @@ deprecated. =item B<-ktls> Enable Kernel TLS for sending and receiving. -This option was introduced in OpenSSL 3.1.0. -Kernel TLS is off by default as of OpenSSL 3.1.0. +This option was introduced in OpenSSL 3.2.0. +Kernel TLS is off by default as of OpenSSL 3.2.0. =item B<-tfo> @@ -930,7 +930,7 @@ The B<-certform> option has become obsolete in OpenSSL 3.0.0 and has no effect. The B<-engine> option was deprecated in OpenSSL 3.0. -The -tfo option was added in OpenSSL 3.1. +The -tfo option was added in OpenSSL 3.2. =head1 COPYRIGHT diff --git a/doc/man1/openssl-s_server.pod.in b/doc/man1/openssl-s_server.pod.in index 06c2c6d67a..8fa041c2fe 100644 --- a/doc/man1/openssl-s_server.pod.in +++ b/doc/man1/openssl-s_server.pod.in @@ -771,8 +771,8 @@ The flag B<-nextprotoneg> cannot be specified if B<-tls1_3> is used. =item B<-ktls> Enable Kernel TLS for sending and receiving. -This option was introduced in OpenSSL 3.1.0. -Kernel TLS is off by default as of OpenSSL 3.1.0. +This option was introduced in OpenSSL 3.2.0. +Kernel TLS is off by default as of OpenSSL 3.2.0. =item B<-sendfile> @@ -947,7 +947,7 @@ The The B<-srpvfile>, B<-srpuserseed>, and B<-engine> option were deprecated in OpenSSL 3.0. -The -tfo option was added in OpenSSL 3.1. +The -tfo option was added in OpenSSL 3.2. =head1 COPYRIGHT |