Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-08-21 20:44:06 +0300
committerAdam Langley <agl@google.com>2015-08-25 02:35:25 +0300
commitec4353498c88cfe4883ad35d5e23051a760b67ae (patch)
treeaa302e8c872356c5905962c87841666e172c504c /include/openssl/tls1.h
parentc4ef5ff1128d1ba19dd8e79321ec87a62d389fa3 (diff)
Remove DHE_RSA_WITH_CHACHA20_POLY1305.
This made sense when the cipher might have been standardized as-is, so a DHE_RSA variant could appease the IETF. Since the standardized variant is going to have some nonce tweaks anyway, there's no sense in keeping this around. Get rid of one non-standard cipher suite value early. (Even if they were to be standardized as-is, it's not clear we should implement new DHE cipher suites at this point.) Chrome UMA, unsurprisingly, shows that it's unused. Change-Id: Id83d73a4294b470ec2e94d5308fba135d6eeb228 Reviewed-on: https://boringssl-review.googlesource.com/5750 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/tls1.h')
-rw-r--r--include/openssl/tls1.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/tls1.h b/include/openssl/tls1.h
index b68db3d6..7d16b551 100644
--- a/include/openssl/tls1.h
+++ b/include/openssl/tls1.h
@@ -472,7 +472,6 @@ OPENSSL_EXPORT int SSL_CTX_set_tlsext_servername_arg(SSL_CTX *ctx, void *arg);
#define TLS1_CK_ECDHE_RSA_CHACHA20_POLY1305 0x0300CC13
#define TLS1_CK_ECDHE_ECDSA_CHACHA20_POLY1305 0x0300CC14
-#define TLS1_CK_DHE_RSA_CHACHA20_POLY1305 0x0300CC15
/* XXX
* Inconsistency alert: