summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man
diff options
context:
space:
mode:
authorschwarze <>2020-04-14 13:02:28 +0000
committerschwarze <>2020-04-14 13:02:28 +0000
commite1d27ce6a808475714acf560bf1ebf66c565813c (patch)
tree59571cf7bdc260a5abb5c06d0bbf6e7f3c41f97d /src/lib/libssl/man
parent3d90fe8773bfac85323e3bb04f61a128481a8ea4 (diff)
downloadopenbsd-e1d27ce6a808475714acf560bf1ebf66c565813c.tar.gz
openbsd-e1d27ce6a808475714acf560bf1ebf66c565813c.tar.bz2
openbsd-e1d27ce6a808475714acf560bf1ebf66c565813c.zip
add the missing sentence "LibreSSL no longer provides any such
cipher suites" to the DES entry and use the same wording for DSS; OK jsing@
Diffstat (limited to 'src/lib/libssl/man')
-rw-r--r--src/lib/libssl/man/SSL_CTX_set_cipher_list.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 b/src/lib/libssl/man/SSL_CTX_set_cipher_list.3
index 643cad08f6..46c5de472e 100644
--- a/src/lib/libssl/man/SSL_CTX_set_cipher_list.3
+++ b/src/lib/libssl/man/SSL_CTX_set_cipher_list.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.12 2020/04/14 11:57:31 schwarze Exp $ 1.\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.13 2020/04/14 13:02:28 schwarze Exp $
2.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -160,7 +160,7 @@ Equivalent to
160.Cm kEDH Ns + Ns Cm aNULL . 160.Cm kEDH Ns + Ns Cm aNULL .
161.It Cm aDSS 161.It Cm aDSS
162Cipher suites using DSS server authentication. 162Cipher suites using DSS server authentication.
163LibreSSL does not provide any such cipher suites. 163LibreSSL no longer provides any such cipher suites.
164.It Cm AEAD 164.It Cm AEAD
165Cipher suites using Authenticated Encryption with Additional Data. 165Cipher suites using Authenticated Encryption with Additional Data.
166.It Cm AECDH 166.It Cm AECDH
@@ -218,6 +218,7 @@ except for the order of the cipher suites which are
218selected. 218selected.
219.It Cm DES 219.It Cm DES
220Cipher suites using single DES for symmetric encryption. 220Cipher suites using single DES for symmetric encryption.
221LibreSSL no longer provides any such cipher suites.
221.It Cm 3DES 222.It Cm 3DES
222Cipher suites using triple DES for symmetric encryption. 223Cipher suites using triple DES for symmetric encryption.
223.It Cm DH 224.It Cm DH