TLS: add BearSSL vtls implementation

Closes #4597
This commit is contained in:
Michael Forney 2019-11-07 20:17:18 -08:00 committed by Daniel Stenberg
parent 95e94c64fb
commit 9b879160df
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
17 changed files with 1049 additions and 14 deletions

View file

@ -154,7 +154,8 @@ typedef enum {
CURLSSLBACKEND_SECURETRANSPORT = 9,
CURLSSLBACKEND_AXTLS = 10, /* never used since 7.63.0 */
CURLSSLBACKEND_MBEDTLS = 11,
CURLSSLBACKEND_MESALINK = 12
CURLSSLBACKEND_MESALINK = 12,
CURLSSLBACKEND_BEARSSL = 13
} curl_sslbackend;
/* aliases for library clones and renames */