summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2020-04-14 15:27:35 +0000
committerschwarze <>2020-04-14 15:27:35 +0000
commit91dba821852635bf10933b608abc3930ffee1898 (patch)
tree42bfce372cedbfce30fce4051f48a085be5570e5
parent53d711eba5b5aac656d332eb5ff8ce190d15ebbc (diff)
downloadopenbsd-91dba821852635bf10933b608abc3930ffee1898.tar.gz
openbsd-91dba821852635bf10933b608abc3930ffee1898.tar.bz2
openbsd-91dba821852635bf10933b608abc3930ffee1898.zip
Update in several respects:
* mention TLSv1.3 * remove DSS, DES(56), RC4(64), and IDEA(128), which are no longer supported * remove ChaCha20-Poly1305-Old and STREEBOG512 which don't exist in LibreSSL * correct the instruction for printing the complete list OK jsing@
-rw-r--r--src/lib/libssl/man/SSL_CIPHER_get_name.324
1 files changed, 11 insertions, 13 deletions
diff --git a/src/lib/libssl/man/SSL_CIPHER_get_name.3 b/src/lib/libssl/man/SSL_CIPHER_get_name.3
index 37707566e4..697b1bd394 100644
--- a/src/lib/libssl/man/SSL_CIPHER_get_name.3
+++ b/src/lib/libssl/man/SSL_CIPHER_get_name.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_CIPHER_get_name.3,v 1.10 2018/04/25 13:51:34 schwarze Exp $ 1.\" $OpenBSD: SSL_CIPHER_get_name.3,v 1.11 2020/04/14 15:27:35 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.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 3.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800
4.\" 4.\"
@@ -52,7 +52,7 @@
52.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 52.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
53.\" OF THE POSSIBILITY OF SUCH DAMAGE. 53.\" OF THE POSSIBILITY OF SUCH DAMAGE.
54.\" 54.\"
55.Dd $Mdocdate: April 25 2018 $ 55.Dd $Mdocdate: April 14 2020 $
56.Dt SSL_CIPHER_GET_NAME 3 56.Dt SSL_CIPHER_GET_NAME 3
57.Os 57.Os
58.Sh NAME 58.Sh NAME
@@ -212,9 +212,10 @@ consists of several fields separated by whitespace:
212Textual representation of the cipher name. 212Textual representation of the cipher name.
213.It Aq Ar protocol version 213.It Aq Ar protocol version
214Protocol version: 214Protocol version:
215.Sy SSLv3 215.Sy SSLv3 ,
216.Sy TLSv1.2 ,
216or 217or
217.Sy TLSv1.2 . 218.Sy TLSv1.3 .
218The TLSv1.0 ciphers are flagged with SSLv3. 219The TLSv1.0 ciphers are flagged with SSLv3.
219No new ciphers were added by TLSv1.1. 220No new ciphers were added by TLSv1.1.
220.It Kx= Ns Aq Ar key exchange 221.It Kx= Ns Aq Ar key exchange
@@ -222,25 +223,23 @@ Key exchange method:
222.Sy DH , 223.Sy DH ,
223.Sy ECDH , 224.Sy ECDH ,
224.Sy GOST , 225.Sy GOST ,
226.Sy RSA ,
225or 227or
226.Sy RSA . 228.Sy TLSv1.3 .
227.It Au= Ns Aq Ar authentication 229.It Au= Ns Aq Ar authentication
228Authentication method: 230Authentication method:
229.Sy DSS ,
230.Sy ECDSA , 231.Sy ECDSA ,
231.Sy GOST01 , 232.Sy GOST01 ,
232.Sy RSA , 233.Sy RSA ,
234.Sy TLSv1.3 ,
233or 235or
234.Sy None . 236.Sy None .
235.Sy None 237.Sy None
236is the representation of anonymous ciphers. 238is the representation of anonymous ciphers.
237.It Enc= Ns Aq Ar symmetric encryption method 239.It Enc= Ns Aq Ar symmetric encryption method
238Encryption method with number of secret bits: 240Encryption method with number of secret bits:
239.Sy DES(56) ,
240.Sy 3DES(168) , 241.Sy 3DES(168) ,
241.Sy RC4(64) ,
242.Sy RC4(128) , 242.Sy RC4(128) ,
243.Sy IDEA(128) ,
244.Sy AES(128) , 243.Sy AES(128) ,
245.Sy AES(256) , 244.Sy AES(256) ,
246.Sy AESCGM(128) , 245.Sy AESCGM(128) ,
@@ -248,7 +247,6 @@ Encryption method with number of secret bits:
248.Sy Camellia(128) , 247.Sy Camellia(128) ,
249.Sy Camellia(256) , 248.Sy Camellia(256) ,
250.Sy ChaCha20-Poly1305 , 249.Sy ChaCha20-Poly1305 ,
251.Sy ChaCha20-Poly1305-Old ,
252.Sy GOST-28178-89-CNT , 250.Sy GOST-28178-89-CNT ,
253or 251or
254.Sy None . 252.Sy None .
@@ -261,8 +259,8 @@ Message digest:
261.Sy AEAD , 259.Sy AEAD ,
262.Sy GOST94 , 260.Sy GOST94 ,
263.Sy GOST89IMIT , 261.Sy GOST89IMIT ,
264.Sy STREEBOG256 , 262or
265.Sy STREEBOG512 . 263.Sy STREEBOG256 .
266.El 264.El
267.Sh RETURN VALUES 265.Sh RETURN VALUES
268.Fn SSL_CIPHER_get_name 266.Fn SSL_CIPHER_get_name
@@ -315,7 +313,7 @@ ECDHE-RSA-AES256-GCM-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(256) Mac=AEAD
315.Pp 313.Pp
316A complete list can be retrieved by invoking the following command: 314A complete list can be retrieved by invoking the following command:
317.Pp 315.Pp
318.Dl $ openssl ciphers -v ALL 316.Dl $ openssl ciphers -v ALL:COMPLEMENTOFALL
319.Sh SEE ALSO 317.Sh SEE ALSO
320.Xr openssl 1 , 318.Xr openssl 1 ,
321.Xr ssl 3 , 319.Xr ssl 3 ,