]> git.ipfire.org Git - thirdparty/curl.git/commit
mbedtls: fix CURLOPT_SSLCERT_BLOB
authorDaniel Stenberg <daniel@haxx.se>
Tue, 14 Dec 2021 09:00:34 +0000 (10:00 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 14 Dec 2021 14:35:54 +0000 (15:35 +0100)
commit867ad1cd8bd6cfce3e9c76e802e9e343913e2594
tree917691ed7c2bf277381b2da6467a44c943e7e97c
parent64e8bf9ff4670fbe5bde6f8eb4c9facc181fcae8
mbedtls: fix CURLOPT_SSLCERT_BLOB

The memory passed to mbedTLS for this needs to be null terminated.

Reported-by: Florian Van Heghe
Closes #8146
lib/vtls/mbedtls.c