mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Fixed values for 2-key Triple DES in cipher layer
(cherry picked from commit 2be71faae4
)
This commit is contained in:
@ -556,8 +556,8 @@ const cipher_info_t des_ede_cbc_info = {
|
||||
POLARSSL_MODE_CBC,
|
||||
POLARSSL_KEY_LENGTH_DES_EDE,
|
||||
"DES-EDE-CBC",
|
||||
16,
|
||||
16,
|
||||
8,
|
||||
8,
|
||||
&des_ede_info
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user