]> git.ipfire.org Git - thirdparty/curl.git/commit
mbedtls: add support for cert and key blob options
authorLaurent Dufresne <laurent.dufresne@hotmail.com>
Mon, 31 May 2021 18:52:05 +0000 (20:52 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 1 Jun 2021 07:35:17 +0000 (09:35 +0200)
commit05e0453050def7323fbc8210886f909819edcc5f
tree14d34160833b015b80420c8900c21c91211c2d48
parente5dfc88eb81e5277753c56f4ed74b2bc190261fc
mbedtls: add support for cert and key blob options

CURLOPT_SSLCERT_BLOB and CURLOPT_SSLKEY_BLOB weren't usable with
mbedtls backend, so the support was added.

Closes #7157
lib/vtls/mbedtls.c