mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 22:06:38 +01:00
Add AES-XEX mode to the default config file
Adding the AES-XEX mode to the default config file permits this mode to be compiled, and tested, which may be needed for some programs in the future.
This commit is contained in:
parent
0089d36ae5
commit
75e3661ebe
1 changed files with 7 additions and 0 deletions
|
|
@ -501,6 +501,13 @@
|
||||||
*/
|
*/
|
||||||
#define MBEDTLS_CIPHER_MODE_CBC
|
#define MBEDTLS_CIPHER_MODE_CBC
|
||||||
|
|
||||||
|
/**
|
||||||
|
* \def MBEDTLS_CIPHER_MODE_XEX
|
||||||
|
*
|
||||||
|
* Enable Xor-encrypt-xor mode (XEX) for symmetric ciphers.
|
||||||
|
*/
|
||||||
|
#define MBEDTLS_CIPHER_MODE_XEX
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_CIPHER_MODE_OFB
|
* \def MBEDTLS_CIPHER_MODE_OFB
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue