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@google.com>2016-06-23 01:37:39 +0300
committerAdam Langley <agl@google.com>2016-06-23 01:55:31 +0300
commit8c6fde0f789276c2f3fa1b9e52b64bf89c30dd35 (patch)
treed5f8841872e253406e5522f9cc3469ebdd2326c6 /include/openssl/tls1.h
parent8144f9984d3cfbb9f59c78ab7ebd148b77cce771 (diff)
Update references to RFC 7905.
Change-Id: I6ef23a23da3957eccbe6cd03727b9a9f367f6ef0 Reviewed-on: https://boringssl-review.googlesource.com/8470 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/tls1.h')
-rw-r--r--include/openssl/tls1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/tls1.h b/include/openssl/tls1.h
index d195940b..973ea1c6 100644
--- a/include/openssl/tls1.h
+++ b/include/openssl/tls1.h
@@ -432,6 +432,7 @@ extern "C" {
#define TLS1_CK_ECDHE_RSA_CHACHA20_POLY1305_OLD 0x0300CC13
#define TLS1_CK_ECDHE_ECDSA_CHACHA20_POLY1305_OLD 0x0300CC14
+/* ChaCha20-Poly1305 cipher suites from RFC 7905. */
#define TLS1_CK_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 0x0300CCA8
#define TLS1_CK_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 0x0300CCA9
#define TLS1_CK_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 0x0300CCAC