mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 21:35:35 +00:00
c04305f036
* crypto/development: (863 commits) crypto_platform: Fix typo des: Reduce number of self-test iterations Fix -O0 build for Aarch64 bignum multiplication. Make GNUC-compatible compilers use the right mbedtls_t_udbl again on Aarch64 builds. Add optimized bignum multiplication for Aarch64. Enable 64-bit limbs for all Aarch64 builds. HMAC DRBG: Split entropy-gathering requests to reduce request sizes psa: Use application key ID where necessary psa: Adapt set_key_id() for when owner is included psa: Add PSA_KEY_ID_INIT psa: Don't duplicate policy initializer crypto_extra: Use const seed for entropy injection getting_started: Update for PSA Crypto API 1.0b3 Editorial fixes. Cross reference 'key handles' from INVALID_HANDLE Update documentation for psa_destroy_key Update documentation for psa_close_key Update psa_open_key documentation Remove duplicated information in psa_open_key Initialize key bits to max size + 1 in psa_import_key ...