add cipher name "DES-EDE3"

This commit is contained in:
Takashi Kojo
2017-03-22 07:46:35 +09:00
committed by Jacob Barthelmeh
parent c0db7d02f7
commit 09eeafe4f0

View File

@ -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"},