From: Thomas Pornin <pornin@bolet.org>
Date: Thu, 15 Dec 2016 00:10:52 +0000 (+0100)
Subject: Fixed description of TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 in the command-line... 
X-Git-Tag: v0.4~35
X-Git-Url: https://bearssl.org/gitweb//home/git/?a=commitdiff_plain;h=72d33930b2e477434e91ff37a89b3e99265f338f;p=BearSSL

Fixed description of TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 in the command-line tool.
---

diff --git a/tools/names.c b/tools/names.c
index 60ff08f..e7d2403 100644
--- 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 ECDSA, ChaCha20+Poly1305 encryption (TLS 1.2+)"
+		"ECDHE with RSA, ChaCha20+Poly1305 encryption (TLS 1.2+)"
 	},
 	{
 		"ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",