From e8e45ed49ed6f2e23f9cf5d6e2e6e1e745308b94 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) (cherry picked from commit f2bcff43bcd5b1e2632273ef8fea0900a15d7769) --- doc/apps/ciphers.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/apps/ciphers.pod b/doc/apps/ciphers.pod index 9224557255..35d40bbf27 100644 --- a/doc/apps/ciphers.pod +++ b/doc/apps/ciphers.pod @@ -179,7 +179,8 @@ When in doubt, include B in your cipherlist. =item B, B -cipher suites using RSA key exchange. +cipher suites using RSA key exchange or authentication. B is an alias for +B. =item B, B, B -- 2.25.1