blob: 9d7a32ea06530170aeab625e74b98f5aeab0e675 [file] [log] [blame]
Gilles Peskine0ca21952021-12-10 17:36:37 +01001Changes
2 * In mbedtls_pk_parse_key(), if no password is provided, don't allocate a
3 temporary variable on the heap. Suggested by Sergey Kanatov in #5304.