Skip to content
Open
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
be7aebb
[noup] mbedtls: crypto: Adapt aes_[un]wrap() to TF-PSA-Crypto
valeriosetti Feb 18, 2026
30205de
[noup] mbedtls: tls|crypto: PK and TLS functions do not need RNG func…
valeriosetti Feb 18, 2026
942b96c
[noup] mbedtls: crypto: adapt hmac_kdf_expand() to TF-PSA-Crypto
valeriosetti Feb 18, 2026
bd2755b
[noup] mbedtls: crypto: fix headers inclusion
valeriosetti Feb 18, 2026
5f04e17
[noup] mbedtls: crypto: crypto: adapt EC management to tf-psa-crypto
valeriosetti Feb 23, 2026
fe16438
[noup] mbedtls: crypto: always use psa_generate_random() as RNG backend
valeriosetti Feb 26, 2026
77f149d
[noup] mbedtls: crypto: remove legacy crypto usage wherever possible
valeriosetti Feb 26, 2026
704d08f
[noup] mbedtls: tls: remove deprecated ciphersuites
valeriosetti Feb 26, 2026
08ae276
[noup] mbedtls: tls: adapt to PK interface changes in Mbed TLS 4.0
valeriosetti Feb 26, 2026
9d22ee6
[noup] mbedtls: tls: remove CTR-DRBG usage
valeriosetti Feb 26, 2026
e255f01
[noup] mbedtls: crypto: remove 3DES from crypto_cipher_init()
valeriosetti Feb 27, 2026
74fd1dd
[noup] mbedtls: crypto: remove MBEDTLS_DES_C guard
valeriosetti Feb 28, 2026
8150048
[noup] mbedtls: crypto: allow writing public EC keys in compressed fo…
valeriosetti Mar 3, 2026
e633b43
[noup] mbedtls: crypto: use "pk_wrap_psa" instead of "pk_copy_from_psa"
valeriosetti Mar 5, 2026
2533ba0
[noup] mbedtls: crypto: set ECDH on keys parsed with crypto_ec_key_pa…
valeriosetti Mar 5, 2026
11d7072
[noup] mbedtls: crypto: adjust mbedtls_md_setup() for Mbed TLS 4.x
MaochenWang1 Mar 2, 2026
13c66dc
[noup] mbedtls: crypto: migrate HMAC PRF to PSA to fix WPA3 failure
MaochenWang1 Mar 2, 2026
d977f62
[noup] mbedtls: tls: drop private TLS1.3 headers to fix build error
MaochenWang1 Mar 2, 2026
274b2d5
[noup] mbedtls: tls: migrate mbedtls_ssl_ticket_setup for Mbed TLS 4.x
MaochenWang1 Mar 2, 2026
2d0296c
[noup] mbedtls: tls: fix EAP-TLS (1.3) connection failure
MaochenWang1 Mar 2, 2026
4fdfaf0
[noup] mbedtls: tls: update version API for Mbed TLS 4.x
MaochenWang1 Mar 2, 2026
5d64f51
[noup] mbedtls: crypto: propagate ECC family through PSA key operations
MaochenWang1 Mar 11, 2026
1cca93e
[noup] mbedtls: crypto: clone PSA key in ECDH init2 to avoid key_id r…
MaochenWang1 Mar 11, 2026
c206280
[noup] mbedtls: crypto: update ECDH pubkey handling for mbedtls 4.x
MaochenWang1 Mar 11, 2026
ce70e2e
[noup] mbedtls: crypto: fix pub_raw_len and pk_info for DPP key setup
MaochenWang1 Mar 11, 2026
6278a19
[noup] mbedtls: crypto: add NULL checks in ECDH and EC key deinit
MaochenWang1 Mar 11, 2026
a2b4612
[noup] mbedtls: crypto: allow key copy to fix psa_copy_key failure in…
MaochenWang1 Mar 11, 2026
3d8c3e1
[noup] mbedtls: crypto: fix calloc usage and buffer size handling
MaochenWang1 Mar 11, 2026
ed00a63
[noup] mbedtls: crypto: compare EC keys via pub_raw
MaochenWang1 Mar 11, 2026
b0f081d
[noup] mbedtls: crypto: fix key_bits type overflow corrupting DPP auth
MaochenWang1 Mar 11, 2026
fecb467
[noup] mbedtls: crypto: use ECDSA and ECDH algorithms for EC keys
MaochenWang1 Mar 12, 2026
fb04f7c
[noup] mbedtls: tls: disable legacy CTR_DRBG path for PSA legacy RNG
MaochenWang1 Mar 18, 2026
5713305
[zep noup] add removed modules back: DES, DHM and ECDH
valeriosetti Mar 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading