From 09eeafe4f0acc99aa68ce6025a1e7078a0c0339b Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Wed, 22 Mar 2017 07:46:35 +0900 Subject: [PATCH] add cipher name "DES-EDE3" --- src/ssl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ssl.c b/src/ssl.c index 7a7e4caac..61acc09f2 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -3220,6 +3220,8 @@ const WOLFSSL_EVP_CIPHER *wolfSSL_EVP_get_cipherbyname(const char *name) {"DES-CBC", "des"}, {"DES-EDE3-CBC", "DES3"}, {"DES-EDE3-CBC", "des3"}, + {"DES-EDE3-ECB", "DES-EDE3"}, + {"DES-EDE3-ECB", "des-ede3"}, {"DES-EDE3-ECB", "des-ede3-ecb"}, {"IDEA-CBC", "IDEA"}, {"IDEA-CBC", "idea"},