diff options
author | tb <> | 2025-01-18 10:45:12 +0000 |
---|---|---|
committer | tb <> | 2025-01-18 10:45:12 +0000 |
commit | 4bb218cb864b7afff4c75a1a68352a7f749033e4 (patch) | |
tree | bb9fcabf5f9d563e4a039ddfa987c9c45650c2de /src/lib/libssl/man/SSL_CTX_set_security_level.3 | |
parent | c79c1646d28571d60ad8157510b2f311aa3d348e (diff) | |
download | openbsd-4bb218cb864b7afff4c75a1a68352a7f749033e4.tar.gz openbsd-4bb218cb864b7afff4c75a1a68352a7f749033e4.tar.bz2 openbsd-4bb218cb864b7afff4c75a1a68352a7f749033e4.zip |
Stop mentioning DSA/DSS
Support for this went away in 2017, but a few things still mentioned DSA
in various contexts. Replace DSA with ECDSA where appropriate and otherwise
delete this. It won't work.
ok jsing
Diffstat (limited to 'src/lib/libssl/man/SSL_CTX_set_security_level.3')
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_set_security_level.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_set_security_level.3 b/src/lib/libssl/man/SSL_CTX_set_security_level.3 index 529352cf0f..89adb3d65d 100644 --- a/src/lib/libssl/man/SSL_CTX_set_security_level.3 +++ b/src/lib/libssl/man/SSL_CTX_set_security_level.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_CTX_set_security_level.3,v 1.1 2022/07/13 20:52:36 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CTX_set_security_level.3,v 1.2 2025/01/18 10:45:12 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2022 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2022 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: July 13 2022 $ | 17 | .Dd $Mdocdate: January 18 2025 $ |
18 | .Dt SSL_CTX_SET_SECURITY_LEVEL 3 | 18 | .Dt SSL_CTX_SET_SECURITY_LEVEL 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -78,7 +78,7 @@ See SP800-57 below | |||
78 | .Sx SEE ALSO | 78 | .Sx SEE ALSO |
79 | for details on individual algorithms. | 79 | for details on individual algorithms. |
80 | .It RSA | 80 | .It RSA |
81 | The minimum key length in bits for the RSA, DSA, and DH algorithms. | 81 | The minimum key length in bits for the RSA and DH algorithms. |
82 | .It ECC | 82 | .It ECC |
83 | The minimum key length in bits for ECC algorithms. | 83 | The minimum key length in bits for ECC algorithms. |
84 | .It TLS | 84 | .It TLS |