summaryrefslogtreecommitdiffstats
path: root/src/include/openssl
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-04-29 15:27:34 -0700
committerAdam Langley <agl@google.com>2015-04-29 15:27:34 -0700
commitcbe62cb9f697fcdea54dfa6d289c39a0c09007f3 (patch)
tree47681bf06e0d8cf38e7f92b348cbd0dc3db7eee8 /src/include/openssl
parent7a759c7828289d9ba48d980baf1db32372e17e82 (diff)
downloadexternal_boringssl-cbe62cb9f697fcdea54dfa6d289c39a0c09007f3.tar.gz
external_boringssl-cbe62cb9f697fcdea54dfa6d289c39a0c09007f3.tar.bz2
external_boringssl-cbe62cb9f697fcdea54dfa6d289c39a0c09007f3.zip
Rename ECDHE-PSK-WITH-AES-128-GCM-SHA256 to follow the naming conventions.
“ECDHE-PSK-WITH-AES-128-GCM-SHA256” doesn't follow the standard naming for OpenSSL: it was “-WITH-” in it and has a hyphen between “AES” and “128”. This change fixes that. Change-Id: Ie504624857f227fb18835a99cec7c3363beeed96
Diffstat (limited to 'src/include/openssl')
-rw-r--r--src/include/openssl/tls1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/openssl/tls1.h b/src/include/openssl/tls1.h
index ef00b68..95731ff 100644
--- a/src/include/openssl/tls1.h
+++ b/src/include/openssl/tls1.h
@@ -679,7 +679,7 @@ OPENSSL_EXPORT int SSL_get_shared_sigalgs(SSL *s, int idx, int *psign,
/* Non-standard ECDHE PSK ciphersuites */
#define TLS1_TXT_ECDHE_PSK_WITH_AES_128_GCM_SHA256 \
- "ECDHE-PSK-WITH-AES-128-GCM-SHA256"
+ "ECDHE-PSK-AES128-GCM-SHA256"
#define TLS_CT_RSA_SIGN 1
#define TLS_CT_DSS_SIGN 2