From f2bcff43bcd5b1e2632273ef8fea0900a15d7769 Mon Sep 17 00:00:00 2001 From: Pauli Date: Thu, 2 Mar 2017 12:52:44 +1000 Subject: [PATCH] Update the cipher(1) documentation to explicitly state that the RSA cipher string means the same a kRSA. Reviewed-by: Andy Polyakov Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2821) --- doc/man1/ciphers.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/man1/ciphers.pod b/doc/man1/ciphers.pod index ecd5f9521a..6fea82433c 100644 --- a/doc/man1/ciphers.pod +++ b/doc/man1/ciphers.pod @@ -219,7 +219,8 @@ When in doubt, include B in your cipherlist. =item B, B, B -Cipher suites using RSA key exchange, authentication or either respectively. +Cipher suites using RSA key exchange or authentication. B is an alias for +B. =item B, B, B -- 2.25.1