projects
/
BearSSL
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b42bd59
)
Fixed description of TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 in the command-line...
author
Thomas Pornin
<pornin@bolet.org>
Thu, 15 Dec 2016 00:10:52 +0000
(
01:10
+0100)
committer
Thomas Pornin
<pornin@bolet.org>
Thu, 15 Dec 2016 00:10:52 +0000
(
01:10
+0100)
tools/names.c
patch
|
blob
|
history
diff --git
a/tools/names.c
b/tools/names.c
index
60ff08f
..
e7d2403
100644
(file)
--- a/
tools/names.c
+++ b/
tools/names.c
@@
-56,7
+56,7
@@
const cipher_suite cipher_suites[] = {
"ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
BR_TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256,
REQ_ECDHE_RSA | REQ_CHAPOL | REQ_SHA256 | REQ_TLS12,
- "ECDHE with
ECD
SA, ChaCha20+Poly1305 encryption (TLS 1.2+)"
+ "ECDHE with
R
SA, ChaCha20+Poly1305 encryption (TLS 1.2+)"
},
{
"ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",