forked from wolfSSL/wolfssl
add cipher name "DES-EDE3"
This commit is contained in:
committed by
Jacob Barthelmeh
parent
c0db7d02f7
commit
09eeafe4f0
@ -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"},
|
||||
|
Reference in New Issue
Block a user