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)
This commit is contained in:
Pauli 2017-03-02 12:52:44 +10:00 committed by Rich Salz
parent 332dc4fa5e
commit f2bcff43bc

View 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>