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:28:45 +0000 (19:28 -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 c1d1cb25a073f4b0942cdd0c82e5e088d59b8584..e0ab291d6e2e7f5d8f951acbd8f49f139e9a0b82 100644 (file)
@@ -219,7 +219,8 @@ When in doubt, include B<!aNULL> in your cipherlist.
 
 =item B<kRSA>, B<aRSA>, B<RSA>
 
-Cipher suites using RSA key exchange, authentication or either respectively.
+Cipher suites using RSA key exchange or authentication. B<RSA> is an alias for
+B<kRSA>.
 
 =item B<kDHr>, B<kDHd>, B<kDH>