Commit e8e45ed4 authored by Pauli's avatar Pauli Committed by Rich Salz
Browse files

Update the cipher(1) documentation to



explicitly state that the RSA cipher
string means the same a kRSA.

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2821)
(cherry picked from commit f2bcff43)
parent 91350ad5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>