mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-17 02:43:26 +00:00
Use crypto config for ccm-psk-dtls1_2.h
Convert legacy symbols to their PSA equivalents. This does not change code compiled when this config is active with PSA enabled Signed-off-by: Ryan Everett <ryan.everett@arm.com>
This commit is contained in:
parent
ab5ec9d3a4
commit
0a0393e8bd
@ -23,19 +23,20 @@
|
|||||||
* See README.txt for usage instructions.
|
* See README.txt for usage instructions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define MBEDTLS_PSA_CRYPTO_CONFIG_FILE "../configs/crypto-config-ccm-psk-tls1_2.h"
|
||||||
|
|
||||||
|
#define MBEDTLS_PSA_CRYPTO_CONFIG
|
||||||
|
|
||||||
/* System support */
|
/* System support */
|
||||||
//#define MBEDTLS_HAVE_TIME /* Optionally used in Hello messages */
|
//#define MBEDTLS_HAVE_TIME /* Optionally used in Hello messages */
|
||||||
/* Other MBEDTLS_HAVE_XXX flags irrelevant for this configuration */
|
/* Other MBEDTLS_HAVE_XXX flags irrelevant for this configuration */
|
||||||
|
|
||||||
/* Mbed TLS modules */
|
/* Mbed TLS modules */
|
||||||
#define MBEDTLS_AES_C
|
|
||||||
#define MBEDTLS_CCM_C
|
|
||||||
#define MBEDTLS_CIPHER_C
|
#define MBEDTLS_CIPHER_C
|
||||||
#define MBEDTLS_CTR_DRBG_C
|
#define MBEDTLS_CTR_DRBG_C
|
||||||
#define MBEDTLS_ENTROPY_C
|
#define MBEDTLS_ENTROPY_C
|
||||||
#define MBEDTLS_MD_C
|
#define MBEDTLS_MD_C
|
||||||
#define MBEDTLS_NET_C
|
#define MBEDTLS_NET_C
|
||||||
#define MBEDTLS_SHA256_C
|
|
||||||
#define MBEDTLS_SSL_CLI_C
|
#define MBEDTLS_SSL_CLI_C
|
||||||
#define MBEDTLS_SSL_COOKIE_C
|
#define MBEDTLS_SSL_COOKIE_C
|
||||||
#define MBEDTLS_SSL_SRV_C
|
#define MBEDTLS_SSL_SRV_C
|
||||||
|
Loading…
x
Reference in New Issue
Block a user