mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Make CBC an option, step 1: ssl ciphersuites
This commit is contained in:
parent
b72b4edec1
commit
f7dc378ead
3 changed files with 90 additions and 7 deletions
|
|
@ -152,6 +152,13 @@
|
|||
#define POLARSSL_AES_ROM_TABLES
|
||||
*/
|
||||
|
||||
/**
|
||||
* \def POLARSSL_CIPHER_MODE_CBC
|
||||
*
|
||||
* Enable Cipher Block Chaining mode (CBC) for symmetric ciphers.
|
||||
*/
|
||||
#define POLARSSL_CIPHER_MODE_CBC
|
||||
|
||||
/**
|
||||
* \def POLARSSL_CIPHER_MODE_CFB
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue