aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2017-03-02 12:52:44 +1000
committerRich Salz <rsalz@openssl.org>2017-03-02 19:26:47 -0500
commitf2bcff43bcd5b1e2632273ef8fea0900a15d7769 (patch)
treec86d78b171cae5c8e509bd34476e886869b8eb48 /doc/man1
parent332dc4fa5e4d7c0d94c4b68576f3872fd465ba8a (diff)
downloadopenssl-f2bcff43bcd5b1e2632273ef8fea0900a15d7769.tar.gz
Update the cipher(1) documentation to 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)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/ciphers.pod3
1 files changed, 2 insertions, 1 deletions
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<!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>