mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-30 08:56:50 -04:00
Revert "Update config-no-entropy.h
for 'PSA_WANT' macros"
This reverts commit df59c630a510991b998bb16479fafb7757770324. Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
df59c630a5
commit
13db41006c
@ -17,9 +17,6 @@
|
|||||||
* See README.txt for usage instructions.
|
* See README.txt for usage instructions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MBEDTLS_PSA_CRYPTO_CONFIG_FILE "../configs/crypto-config-no-entropy.h"
|
|
||||||
#define MBEDTLS_PSA_CRYPTO_CONFIG
|
|
||||||
|
|
||||||
/* System support */
|
/* System support */
|
||||||
#define MBEDTLS_HAVE_ASM
|
#define MBEDTLS_HAVE_ASM
|
||||||
#define MBEDTLS_HAVE_TIME
|
#define MBEDTLS_HAVE_TIME
|
||||||
|
@ -1,39 +0,0 @@
|
|||||||
/**
|
|
||||||
* \file crypto-config-no-entropy.h
|
|
||||||
*
|
|
||||||
* \brief Minimal crypto configuration of features that do not require an entropy source
|
|
||||||
*/
|
|
||||||
/*
|
|
||||||
* Copyright The Mbed TLS Contributors
|
|
||||||
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
|
||||||
*/
|
|
||||||
/*
|
|
||||||
* Minimal configuration of features that do not require an entropy source
|
|
||||||
* Distinguishing features:
|
|
||||||
* - no entropy module
|
|
||||||
* - no TLS protocol implementation available due to absence of an entropy
|
|
||||||
* source
|
|
||||||
*
|
|
||||||
* See README.txt for usage instructions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define PSA_WANT_ALG_CBC_PKCS7 1
|
|
||||||
#define PSA_WANT_ALG_CCM 1
|
|
||||||
#define PSA_WANT_ALG_DETERMINISTIC_ECDSA 1
|
|
||||||
#define PSA_WANT_ALG_ECDSA 1
|
|
||||||
#define PSA_WANT_ALG_GCM 1
|
|
||||||
#define PSA_WANT_ALG_HMAC 1
|
|
||||||
#define PSA_WANT_ALG_RSA_OAEP 1
|
|
||||||
#define PSA_WANT_ALG_RSA_PKCS1V15_CRYPT 1
|
|
||||||
#define PSA_WANT_ALG_RSA_PKCS1V15_SIGN 1
|
|
||||||
#define PSA_WANT_ALG_RSA_PSS 1
|
|
||||||
#define PSA_WANT_ALG_SHA_224 1
|
|
||||||
#define PSA_WANT_ALG_SHA_256 1
|
|
||||||
#define PSA_WANT_ALG_SHA_384 1
|
|
||||||
#define PSA_WANT_ALG_SHA_512 1
|
|
||||||
|
|
||||||
#define PSA_WANT_ECC_MONTGOMERY_255 1
|
|
||||||
#define PSA_WANT_ECC_SECP_R1_256 1
|
|
||||||
#define PSA_WANT_ECC_SECP_R1_384 1
|
|
||||||
|
|
||||||
#define PSA_WANT_KEY_TYPE_AES 1
|
|
Loading…
x
Reference in New Issue
Block a user