Change #266466
| Category | None |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Thu 07 May 2026 07:57:56 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 67bf021e97bbebadade7e40217a4967042ac6a07 |
Comments
mbedtls: null terminate the private key blob Unfortunately, mbedtls_pk_parse_key() requires the data to be null-terminated if the data is PEM encoded (even when provided the exact length), so this function needs to make a copy that has one. Reported-by: Elise Vance Closes #21515
Changed files
- lib/vtls/mbedtls.c