mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-22 21:50:59 +00:00
configs: Update example PSA config
Our default configuration file, include/mbedtls/config.h, should always match configs/config-psa-crypto.h. It had gotten out of sync, so put it back into sync.
This commit is contained in:
parent
30fae8ee7d
commit
bce557dbb9
|
@ -1156,6 +1156,21 @@
|
||||||
*/
|
*/
|
||||||
//#define MBEDTLS_PSA_HAS_ITS_IO
|
//#define MBEDTLS_PSA_HAS_ITS_IO
|
||||||
|
|
||||||
|
/* MBEDTLS_PSA_CRYPTO_KEY_FILE_ID_ENCODES_OWNER
|
||||||
|
*
|
||||||
|
* In PSA key storage, encode the owner of the key.
|
||||||
|
*
|
||||||
|
* This is only meaningful when building the library as part of a
|
||||||
|
* multi-client service. When you activate this option, you must provide
|
||||||
|
* an implementation of the type psa_key_owner_id_t and a translation
|
||||||
|
* from psa_key_file_id_t to file name in all the storage backends that
|
||||||
|
* you wish to support.
|
||||||
|
*
|
||||||
|
* Note that this option is meant for internal use only and may be removed
|
||||||
|
* without notice.
|
||||||
|
*/
|
||||||
|
//#define MBEDTLS_PSA_CRYPTO_KEY_FILE_ID_ENCODES_OWNER
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_MEMORY_DEBUG
|
* \def MBEDTLS_MEMORY_DEBUG
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue