mbedtls/ChangeLog.d
Gilles Peskine 0ca219575a mbedtls_pk_parse_key: don't allocate if not needed
mbedtls_pk_parse_key() makes a temporary copy of the key when it calls
pk_parse_key_pkcs8_encrypted_der(), because that function requires a
writable buffer. pk_parse_key_pkcs8_encrypted_der() always rejects an
empty password, so skip calling it in that case, which allows us to
skip the allocation as well.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-12-10 17:36:37 +01:00
..
2021-10-07 18:21:40 +01:00
2021-06-23 09:59:14 +01:00
2021-10-25 22:15:20 +02:00
2021-11-24 17:45:43 +00:00
2021-10-15 08:04:53 +02:00
2021-07-22 11:37:05 +01:00