Loading CHANGES +1 −1 Original line number Diff line number Diff line Loading @@ -1024,7 +1024,7 @@ des-cbc 3624.96k 5258.21k 5530.91k 5624.30k 5628.26k AES OIDs. Add TLS AES ciphersuites as described in the "AES Ciphersuites for TLS" draft-ietf-tls-ciphersuite-03.txt. As these are not yet for TLS" draft-ietf-tls-ciphersuite-06.txt. As these are not yet official, they are not enabled by default and are not even part of the "ALL" ciphersuite alias; for now, they must be explicitly requested by specifying the new "AESdraft" ciphersuite alias. If Loading ssl/tls1.h +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ extern "C" { #define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_SHA "EXP1024-RC4-SHA" #define TLS1_TXT_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA "EXP1024-DHE-DSS-RC4-SHA" #define TLS1_TXT_DHE_DSS_WITH_RC4_128_SHA "DHE-DSS-RC4-SHA" /* AES ciphersuites from draft ietf-tls-ciphersuite-03.txt */ /* AES ciphersuites from draft-ietf-tls-ciphersuite-06.txt */ #define TLS1_TXT_RSA_WITH_AES_128_SHA "AESdraft128-SHA" #define TLS1_TXT_DH_DSS_WITH_AES_128_SHA "DH-DSS-AESdraft128-SHA" #define TLS1_TXT_DH_RSA_WITH_AES_128_SHA "DH-RSA-AESdraft128-SHA" Loading Loading
CHANGES +1 −1 Original line number Diff line number Diff line Loading @@ -1024,7 +1024,7 @@ des-cbc 3624.96k 5258.21k 5530.91k 5624.30k 5628.26k AES OIDs. Add TLS AES ciphersuites as described in the "AES Ciphersuites for TLS" draft-ietf-tls-ciphersuite-03.txt. As these are not yet for TLS" draft-ietf-tls-ciphersuite-06.txt. As these are not yet official, they are not enabled by default and are not even part of the "ALL" ciphersuite alias; for now, they must be explicitly requested by specifying the new "AESdraft" ciphersuite alias. If Loading
ssl/tls1.h +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ extern "C" { #define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_SHA "EXP1024-RC4-SHA" #define TLS1_TXT_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA "EXP1024-DHE-DSS-RC4-SHA" #define TLS1_TXT_DHE_DSS_WITH_RC4_128_SHA "DHE-DSS-RC4-SHA" /* AES ciphersuites from draft ietf-tls-ciphersuite-03.txt */ /* AES ciphersuites from draft-ietf-tls-ciphersuite-06.txt */ #define TLS1_TXT_RSA_WITH_AES_128_SHA "AESdraft128-SHA" #define TLS1_TXT_DH_DSS_WITH_AES_128_SHA "DH-DSS-AESdraft128-SHA" #define TLS1_TXT_DH_RSA_WITH_AES_128_SHA "DH-RSA-AESdraft128-SHA" Loading