mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 08:05:38 +00:00
Fixed values for 2-key Triple DES in cipher layer
This commit is contained in:
parent
b495d3a2c7
commit
2be71faae4
|
@ -29,6 +29,7 @@ Bugfix
|
|||
certificates
|
||||
* x509parse_crtpath() is now reentrant and uses more portable stat()
|
||||
* Fixed bignum.c and bn_mul.h to support Thumb2 and LLVM compiler
|
||||
* Fixed values for 2-key Triple DES in cipher layer
|
||||
|
||||
= Version 1.2.7 released 2013-04-13
|
||||
Features
|
||||
|
|
|
@ -535,8 +535,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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue