[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Rich Salz rsalz at openssl.org
Fri Mar 3 00:31:50 UTC 2017


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


- Log -----------------------------------------------------------------
commit e8e45ed49ed6f2e23f9cf5d6e2e6e1e745308b94
Author: Pauli <paul.dale at 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 <appro at openssl.org>
    Reviewed-by: Rich Salz <rsalz at 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>
 


More information about the openssl-commits mailing list