Commit cc92ac75 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 6c34c5f3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>