Update the cipher(1) documentation to
authorPauli <paul.dale@oracle.com>
Thu, 2 Mar 2017 02:52:44 +0000 (12:52 +1000)
committerRich Salz <rsalz@openssl.org>
Fri, 3 Mar 2017 00:31:15 +0000 (19:31 -0500)
explicitly state that the RSA cipher
string means the same a kRSA.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2821)
(cherry picked from commit f2bcff43bcd5b1e2632273ef8fea0900a15d7769)

doc/apps/ciphers.pod

index 9224557255ed67561d6a42d59cc11aecde5a2a2e..35d40bbf27aeffc7c80284afd7c81079133481c6 100644 (file)
@@ -179,7 +179,8 @@ When in doubt, include B<!aNULL> in your cipherlist.
 
 =item B<kRSA>, B<RSA>
 
-cipher suites using RSA key exchange.
+cipher suites using RSA key exchange or authentication. B<RSA> is an alias for
+B<kRSA>.
 
 =item B<kDHr>, B<kDHd>, B<kDH>