From 72d33930b2e477434e91ff37a89b3e99265f338f Mon Sep 17 00:00:00 2001 From: Thomas Pornin Date: Thu, 15 Dec 2016 01:10:52 +0100 Subject: [PATCH] Fixed description of TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 in the command-line tool. --- tools/names.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.17.1