The branch OpenSSL_1_0_2-stable has been updated
       via  e8e45ed49ed6f2e23f9cf5d6e2e6e1e745308b94 (commit)
      from  91350ad5ca90fd9a6b449da682c7ecd8aaf24ae5 (commit)


- Log -----------------------------------------------------------------
commit e8e45ed49ed6f2e23f9cf5d6e2e6e1e745308b94
Author: Pauli <paul.d...@oracle.com>
Date:   Thu Mar 2 12:52:44 2017 +1000

    Update the cipher(1) documentation to
    
    explicitly state that the RSA cipher
    string means the same a kRSA.
    
    Reviewed-by: Andy Polyakov <ap...@openssl.org>
    Reviewed-by: Rich Salz <rs...@openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/2821)
    (cherry picked from commit f2bcff43bcd5b1e2632273ef8fea0900a15d7769)

-----------------------------------------------------------------------

Summary of changes:
 doc/apps/ciphers.pod | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/apps/ciphers.pod b/doc/apps/ciphers.pod
index 9224557..35d40bb 100644
--- a/doc/apps/ciphers.pod
+++ b/doc/apps/ciphers.pod
@@ -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>
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to