bearssl: support CURLOPT_CAINFO_BLOB

Closes #7468
This commit is contained in:
Aleksandr Krotov 2021-07-21 21:11:13 +07:00 committed by Daniel Stenberg
parent 9f488fac18
commit beb1b1cb03
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 68 additions and 18 deletions

View file

@ -58,8 +58,8 @@ if(curl) {
.SH AVAILABILITY
Added in 7.77.0.
This option is supported by the OpenSSL, Secure
Transport and Schannel backends.
This option is supported by the BearSSL (since 7.79.0),
OpenSSL, Secure Transport and Schannel backends.
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.