mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-31 13:50:30 +01:00
The PSA crypto code needs mbedtls_pk_write_key_der() and mbedtls_pk_write_pubkey() when using RSA without drivers. We were already forcing MBEDTLS_PK_WRITE_C when MBEDTLS_USE_PSA_CRYPTO is enabled. Do so also when MBEDTLS_PSA_CRYPTO_C is enabled as well as MBEDTLS_RSA_C, even without MBEDTLS_USE_PSA_CRYPTO. Fixes #6408. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> |
||
|---|---|---|
| .. | ||
| 00README.md | ||
| add-rsa-pss-rsae-support-for-tls12.txt | ||
| bn_mul-fix-x86-pic-compilation-for-gcc-4.txt | ||
| driver-only-hashes.txt | ||
| ecjpake_to_pms.txt | ||
| extend-query_compile_time_config-to-psa_want.txt | ||
| fix-aes-shallow-copying.txt | ||
| fix-ctr-drbg-may-free-invalid-aes-context.txt | ||
| fix_build_error_for_mbedtls_deprecated_removed.txt | ||
| fix_cmake_gen_files | ||
| fix_cmake_using_iar_toolchain.txt | ||
| fix_hard_link_across_drives | ||
| fix_psa_crypto_cipher_h_include.txt | ||
| muladdc_microblaze.txt | ||
| nonversioned-library-soname.txt | ||
| psa_crypto_pake.txt | ||
| psa_rsa_needs_pk.txt | ||
| remove_ssl_session_compression.txt | ||
| tls13_sig_alg_selection.txt | ||
| x509-broken-symlink-handling.txt | ||