1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678 |
- /***************************************************************************
- * _ _ ____ _
- * Project ___| | | | _ \| |
- * / __| | | | |_) | |
- * | (__| |_| | _ <| |___
- * \___|\___/|_| \_\_____|
- *
- * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
- * Copyright (C) Hoi-Ho Chan, <hoiho.chan@gmail.com>
- *
- * This software is licensed as described in the file COPYING, which
- * you should have received as part of this distribution. The terms
- * are also available at https://curl.se/docs/copyright.html.
- *
- * You may opt to use, copy, modify, merge, publish, distribute and/or sell
- * copies of the Software, and permit persons to whom the Software is
- * furnished to do so, under the terms of the COPYING file.
- *
- * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
- * KIND, either express or implied.
- *
- * SPDX-License-Identifier: curl
- *
- ***************************************************************************/
- /*
- * Source file for all mbedTLS-specific code for the TLS/SSL layer. No code
- * but vtls.c should ever call or use these functions.
- *
- */
- #include "curl_setup.h"
- #ifdef USE_MBEDTLS
- /* Define this to enable lots of debugging for mbedTLS */
- /* #define MBEDTLS_DEBUG */
- #include <mbedtls/version.h>
- #if MBEDTLS_VERSION_NUMBER >= 0x02040000
- #include <mbedtls/net_sockets.h>
- #else
- #include <mbedtls/net.h>
- #endif
- #include <mbedtls/ssl.h>
- #include <mbedtls/x509.h>
- #include <mbedtls/error.h>
- #include <mbedtls/entropy.h>
- #include <mbedtls/ctr_drbg.h>
- #include <mbedtls/sha256.h>
- #if MBEDTLS_VERSION_MAJOR >= 2
- # ifdef MBEDTLS_DEBUG
- # include <mbedtls/debug.h>
- # endif
- #endif /* MBEDTLS_VERSION_MAJOR >= 2 */
- #include "cipher_suite.h"
- #include "strcase.h"
- #include "urldata.h"
- #include "sendf.h"
- #include "inet_pton.h"
- #include "mbedtls.h"
- #include "vtls.h"
- #include "vtls_int.h"
- #include "vtls_scache.h"
- #include "x509asn1.h"
- #include "parsedate.h"
- #include "connect.h" /* for the connect timeout */
- #include "select.h"
- #include "multiif.h"
- #include "mbedtls_threadlock.h"
- #include "strdup.h"
- /* The last 3 #include files should be in this order */
- #include "curl_printf.h"
- #include "curl_memory.h"
- #include "memdebug.h"
- /* ALPN for http2 */
- #ifdef USE_HTTP2
- # undef HAS_ALPN
- # ifdef MBEDTLS_SSL_ALPN
- # define HAS_ALPN
- # endif
- #endif
- struct mbed_ssl_backend_data {
- mbedtls_ctr_drbg_context ctr_drbg;
- mbedtls_entropy_context entropy;
- mbedtls_ssl_context ssl;
- mbedtls_x509_crt cacert;
- mbedtls_x509_crt clicert;
- #ifdef MBEDTLS_X509_CRL_PARSE_C
- mbedtls_x509_crl crl;
- #endif
- mbedtls_pk_context pk;
- mbedtls_ssl_config config;
- #ifdef HAS_ALPN
- const char *protocols[3];
- #endif
- int *ciphersuites;
- BIT(initialized); /* mbedtls_ssl_context is initialized */
- BIT(sent_shutdown);
- };
- /* apply threading? */
- #if (defined(USE_THREADS_POSIX) && defined(HAVE_PTHREAD_H)) || \
- defined(_WIN32)
- #define THREADING_SUPPORT
- #endif
- #ifndef MBEDTLS_ERROR_C
- #define mbedtls_strerror(a,b,c) b[0] = 0
- #endif
- #if defined(MBEDTLS_SSL_PROTO_TLS1_3) && MBEDTLS_VERSION_NUMBER >= 0x03060000
- #define TLS13_SUPPORT
- #endif
- #if defined(TLS13_SUPPORT) && defined(MBEDTLS_SSL_SESSION_TICKETS)
- #define HAS_SESSION_TICKETS
- #endif
- #ifdef THREADING_SUPPORT
- static mbedtls_entropy_context ts_entropy;
- static int entropy_init_initialized = 0;
- static void entropy_init_mutex(mbedtls_entropy_context *ctx)
- {
- /* lock 0 = entropy_init_mutex() */
- Curl_mbedtlsthreadlock_lock_function(0);
- if(entropy_init_initialized == 0) {
- mbedtls_entropy_init(ctx);
- entropy_init_initialized = 1;
- }
- Curl_mbedtlsthreadlock_unlock_function(0);
- }
- static void entropy_cleanup_mutex(mbedtls_entropy_context *ctx)
- {
- /* lock 0 = use same lock as init */
- Curl_mbedtlsthreadlock_lock_function(0);
- if(entropy_init_initialized == 1) {
- mbedtls_entropy_free(ctx);
- entropy_init_initialized = 0;
- }
- Curl_mbedtlsthreadlock_unlock_function(0);
- }
- static int entropy_func_mutex(void *data, unsigned char *output, size_t len)
- {
- int ret;
- /* lock 1 = entropy_func_mutex() */
- Curl_mbedtlsthreadlock_lock_function(1);
- ret = mbedtls_entropy_func(data, output, len);
- Curl_mbedtlsthreadlock_unlock_function(1);
- return ret;
- }
- #endif /* THREADING_SUPPORT */
- #ifdef MBEDTLS_DEBUG
- static void mbed_debug(void *context, int level, const char *f_name,
- int line_nb, const char *line)
- {
- struct Curl_easy *data = (struct Curl_easy *)context;
- (void) level;
- (void) line_nb;
- (void) f_name;
- if(data) {
- size_t len = strlen(line);
- if(len && (line[len - 1] == '\n'))
- /* discount any trailing newline */
- len--;
- infof(data, "%.*s", (int)len, line);
- }
- }
- #endif
- static int mbedtls_bio_cf_write(void *bio,
- const unsigned char *buf, size_t blen)
- {
- struct Curl_cfilter *cf = bio;
- struct Curl_easy *data = CF_DATA_CURRENT(cf);
- ssize_t nwritten;
- CURLcode result;
- DEBUGASSERT(data);
- if(!data)
- return 0;
- nwritten = Curl_conn_cf_send(cf->next, data, (char *)buf, blen, FALSE,
- &result);
- CURL_TRC_CF(data, cf, "mbedtls_bio_cf_out_write(len=%zu) -> %zd, err=%d",
- blen, nwritten, result);
- if(nwritten < 0 && CURLE_AGAIN == result) {
- nwritten = MBEDTLS_ERR_SSL_WANT_WRITE;
- }
- return (int)nwritten;
- }
- static int mbedtls_bio_cf_read(void *bio, unsigned char *buf, size_t blen)
- {
- struct Curl_cfilter *cf = bio;
- struct Curl_easy *data = CF_DATA_CURRENT(cf);
- ssize_t nread;
- CURLcode result;
- DEBUGASSERT(data);
- if(!data)
- return 0;
- /* OpenSSL catches this case, so should we. */
- if(!buf)
- return 0;
- nread = Curl_conn_cf_recv(cf->next, data, (char *)buf, blen, &result);
- CURL_TRC_CF(data, cf, "mbedtls_bio_cf_in_read(len=%zu) -> %zd, err=%d",
- blen, nread, result);
- if(nread < 0 && CURLE_AGAIN == result) {
- nread = MBEDTLS_ERR_SSL_WANT_READ;
- }
- return (int)nread;
- }
- /*
- * profile
- */
- static const mbedtls_x509_crt_profile mbedtls_x509_crt_profile_fr =
- {
- /* Hashes from SHA-1 and above */
- MBEDTLS_X509_ID_FLAG(MBEDTLS_MD_SHA1) |
- MBEDTLS_X509_ID_FLAG(MBEDTLS_MD_RIPEMD160) |
- MBEDTLS_X509_ID_FLAG(MBEDTLS_MD_SHA224) |
- MBEDTLS_X509_ID_FLAG(MBEDTLS_MD_SHA256) |
- MBEDTLS_X509_ID_FLAG(MBEDTLS_MD_SHA384) |
- MBEDTLS_X509_ID_FLAG(MBEDTLS_MD_SHA512),
- 0xFFFFFFF, /* Any PK alg */
- 0xFFFFFFF, /* Any curve */
- 1024, /* RSA min key len */
- };
- /* See https://web.archive.org/web/20200921194007/tls.mbed.org/discussions/
- generic/howto-determine-exact-buffer-len-for-mbedtls_pk_write_pubkey_der
- */
- #define RSA_PUB_DER_MAX_BYTES (38 + 2 * MBEDTLS_MPI_MAX_SIZE)
- #define ECP_PUB_DER_MAX_BYTES (30 + 2 * MBEDTLS_ECP_MAX_BYTES)
- #define PUB_DER_MAX_BYTES (RSA_PUB_DER_MAX_BYTES > ECP_PUB_DER_MAX_BYTES ? \
- RSA_PUB_DER_MAX_BYTES : ECP_PUB_DER_MAX_BYTES)
- static CURLcode
- mbed_set_ssl_version_min_max(struct Curl_easy *data,
- struct mbed_ssl_backend_data *backend,
- struct ssl_primary_config *conn_config)
- {
- /* TLS 1.0 and TLS 1.1 were dropped with mbedTLS 3.0.0 (2021). So, since
- * then, and before the introduction of TLS 1.3 in 3.6.0 (2024), this
- * function basically always sets TLS 1.2 as min/max, unless given
- * unsupported option values. */
- #if MBEDTLS_VERSION_NUMBER < 0x03020000
- int ver_min = MBEDTLS_SSL_MINOR_VERSION_3; /* TLS 1.2 */
- int ver_max = MBEDTLS_SSL_MINOR_VERSION_3; /* TLS 1.2 */
- #else
- /* mbedTLS 3.2.0 (2022) introduced new methods for setting TLS version */
- mbedtls_ssl_protocol_version ver_min = MBEDTLS_SSL_VERSION_TLS1_2;
- mbedtls_ssl_protocol_version ver_max = MBEDTLS_SSL_VERSION_TLS1_2;
- #endif
- switch(conn_config->version) {
- case CURL_SSLVERSION_DEFAULT:
- #if MBEDTLS_VERSION_NUMBER < 0x03000000
- case CURL_SSLVERSION_TLSv1:
- case CURL_SSLVERSION_TLSv1_0:
- ver_min = MBEDTLS_SSL_MINOR_VERSION_1;
- break;
- case CURL_SSLVERSION_TLSv1_1:
- ver_min = MBEDTLS_SSL_MINOR_VERSION_2;
- break;
- #else
- case CURL_SSLVERSION_TLSv1:
- case CURL_SSLVERSION_TLSv1_0:
- case CURL_SSLVERSION_TLSv1_1:
- #endif
- case CURL_SSLVERSION_TLSv1_2:
- /* ver_min = MBEDTLS_SSL_VERSION_TLS1_2; */
- break;
- case CURL_SSLVERSION_TLSv1_3:
- #ifdef TLS13_SUPPORT
- ver_min = MBEDTLS_SSL_VERSION_TLS1_3;
- break;
- #endif
- default:
- failf(data, "mbedTLS: unsupported minimum TLS version value: %x",
- conn_config->version);
- return CURLE_SSL_CONNECT_ERROR;
- }
- switch(conn_config->version_max) {
- case CURL_SSLVERSION_MAX_DEFAULT:
- case CURL_SSLVERSION_MAX_NONE:
- case CURL_SSLVERSION_MAX_TLSv1_3:
- #ifdef TLS13_SUPPORT
- ver_max = MBEDTLS_SSL_VERSION_TLS1_3;
- break;
- #endif
- case CURL_SSLVERSION_MAX_TLSv1_2:
- /* ver_max = MBEDTLS_SSL_VERSION_TLS1_2; */
- break;
- #if MBEDTLS_VERSION_NUMBER < 0x03000000
- case CURL_SSLVERSION_MAX_TLSv1_1:
- ver_max = MBEDTLS_SSL_MINOR_VERSION_2;
- break;
- case CURL_SSLVERSION_MAX_TLSv1_0:
- ver_max = MBEDTLS_SSL_MINOR_VERSION_1;
- break;
- #else
- case CURL_SSLVERSION_MAX_TLSv1_1:
- case CURL_SSLVERSION_MAX_TLSv1_0:
- #endif
- default:
- failf(data, "mbedTLS: unsupported maximum TLS version value");
- return CURLE_SSL_CONNECT_ERROR;
- }
- #if MBEDTLS_VERSION_NUMBER < 0x03020000
- mbedtls_ssl_conf_min_version(&backend->config, MBEDTLS_SSL_MAJOR_VERSION_3,
- ver_min);
- mbedtls_ssl_conf_max_version(&backend->config, MBEDTLS_SSL_MAJOR_VERSION_3,
- ver_max);
- #else
- mbedtls_ssl_conf_min_tls_version(&backend->config, ver_min);
- mbedtls_ssl_conf_max_tls_version(&backend->config, ver_max);
- #endif
- return CURLE_OK;
- }
- /* TLS_ECJPAKE_WITH_AES_128_CCM_8 (0xC0FF) is marked experimental
- in mbedTLS. The number is not reserved by IANA nor is the
- cipher suite present in other SSL implementations. Provide
- provisional support for specifying the cipher suite here. */
- #ifdef MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8
- #if MBEDTLS_VERSION_NUMBER >= 0x03020000
- static int
- mbed_cipher_suite_get_str(uint16_t id, char *buf, size_t buf_size,
- bool prefer_rfc)
- {
- if(id == MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8)
- msnprintf(buf, buf_size, "%s", "TLS_ECJPAKE_WITH_AES_128_CCM_8");
- else
- return Curl_cipher_suite_get_str(id, buf, buf_size, prefer_rfc);
- return 0;
- }
- #endif
- static uint16_t
- mbed_cipher_suite_walk_str(const char **str, const char **end)
- {
- uint16_t id = Curl_cipher_suite_walk_str(str, end);
- size_t len = *end - *str;
- if(!id) {
- if(strncasecompare("TLS_ECJPAKE_WITH_AES_128_CCM_8", *str, len))
- id = MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8;
- }
- return id;
- }
- #else
- #define mbed_cipher_suite_get_str Curl_cipher_suite_get_str
- #define mbed_cipher_suite_walk_str Curl_cipher_suite_walk_str
- #endif
- static CURLcode
- mbed_set_selected_ciphers(struct Curl_easy *data,
- struct mbed_ssl_backend_data *backend,
- const char *ciphers12,
- const char *ciphers13)
- {
- const char *ciphers = ciphers12;
- const int *supported;
- int *selected;
- size_t supported_len, count = 0, default13_count = 0, i, j;
- const char *ptr, *end;
- supported = mbedtls_ssl_list_ciphersuites();
- for(i = 0; supported[i] != 0; i++);
- supported_len = i;
- selected = malloc(sizeof(int) * (supported_len + 1));
- if(!selected)
- return CURLE_OUT_OF_MEMORY;
- #ifndef TLS13_SUPPORT
- (void) ciphers13, (void) j;
- #else
- if(!ciphers13) {
- /* Add default TLSv1.3 ciphers to selection */
- for(j = 0; j < supported_len; j++) {
- uint16_t id = (uint16_t) supported[j];
- if(strncmp(mbedtls_ssl_get_ciphersuite_name(id), "TLS1-3", 6) != 0)
- continue;
- selected[count++] = id;
- }
- default13_count = count;
- }
- else
- ciphers = ciphers13;
- add_ciphers:
- #endif
- for(ptr = ciphers; ptr[0] != '\0' && count < supported_len; ptr = end) {
- uint16_t id = mbed_cipher_suite_walk_str(&ptr, &end);
- /* Check if cipher is supported */
- if(id) {
- for(i = 0; i < supported_len && supported[i] != id; i++);
- if(i == supported_len)
- id = 0;
- }
- if(!id) {
- if(ptr[0] != '\0')
- infof(data, "mbedTLS: unknown cipher in list: \"%.*s\"",
- (int) (end - ptr), ptr);
- continue;
- }
- /* No duplicates allowed (so selected cannot overflow) */
- for(i = 0; i < count && selected[i] != id; i++);
- if(i < count) {
- if(i >= default13_count)
- infof(data, "mbedTLS: duplicate cipher in list: \"%.*s\"",
- (int) (end - ptr), ptr);
- continue;
- }
- selected[count++] = id;
- }
- #ifdef TLS13_SUPPORT
- if(ciphers == ciphers13 && ciphers12) {
- ciphers = ciphers12;
- goto add_ciphers;
- }
- if(!ciphers12) {
- /* Add default TLSv1.2 ciphers to selection */
- for(j = 0; j < supported_len; j++) {
- uint16_t id = (uint16_t) supported[j];
- if(strncmp(mbedtls_ssl_get_ciphersuite_name(id), "TLS1-3", 6) == 0)
- continue;
- /* No duplicates allowed (so selected cannot overflow) */
- for(i = 0; i < count && selected[i] != id; i++);
- if(i < count)
- continue;
- selected[count++] = id;
- }
- }
- #endif
- selected[count] = 0;
- if(count == 0) {
- free(selected);
- failf(data, "mbedTLS: no supported cipher in list");
- return CURLE_SSL_CIPHER;
- }
- /* mbedtls_ssl_conf_ciphersuites(): The ciphersuites array is not copied.
- It must remain valid for the lifetime of the SSL configuration */
- backend->ciphersuites = selected;
- mbedtls_ssl_conf_ciphersuites(&backend->config, backend->ciphersuites);
- return CURLE_OK;
- }
- static void
- mbed_dump_cert_info(struct Curl_easy *data, const mbedtls_x509_crt *crt)
- {
- #if defined(CURL_DISABLE_VERBOSE_STRINGS) || \
- (MBEDTLS_VERSION_NUMBER >= 0x03000000 && defined(MBEDTLS_X509_REMOVE_INFO))
- (void) data, (void) crt;
- #else
- const size_t bufsize = 16384;
- char *p, *buffer = malloc(bufsize);
- if(buffer && mbedtls_x509_crt_info(buffer, bufsize, " ", crt) > 0) {
- infof(data, "Server certificate:");
- for(p = buffer; *p; p += *p != '\0') {
- size_t s = strcspn(p, "\n");
- infof(data, "%.*s", (int) s, p);
- p += s;
- }
- }
- else
- infof(data, "Unable to dump certificate information");
- free(buffer);
- #endif
- }
- static void
- mbed_extract_certinfo(struct Curl_easy *data, const mbedtls_x509_crt *crt)
- {
- CURLcode result;
- const mbedtls_x509_crt *cur;
- int i;
- for(i = 0, cur = crt; cur; ++i, cur = cur->next);
- result = Curl_ssl_init_certinfo(data, i);
- for(i = 0, cur = crt; result == CURLE_OK && cur; ++i, cur = cur->next) {
- const char *beg = (const char *) cur->raw.p;
- const char *end = beg + cur->raw.len;
- result = Curl_extract_certinfo(data, i, beg, end);
- }
- }
- static int mbed_verify_cb(void *ptr, mbedtls_x509_crt *crt,
- int depth, uint32_t *flags)
- {
- struct Curl_cfilter *cf = (struct Curl_cfilter *) ptr;
- struct ssl_primary_config *conn_config = Curl_ssl_cf_get_primary_config(cf);
- struct Curl_easy *data = CF_DATA_CURRENT(cf);
- if(depth == 0) {
- if(data->set.verbose)
- mbed_dump_cert_info(data, crt);
- if(data->set.ssl.certinfo)
- mbed_extract_certinfo(data, crt);
- }
- if(!conn_config->verifypeer)
- *flags = 0;
- else if(!conn_config->verifyhost)
- *flags &= ~MBEDTLS_X509_BADCERT_CN_MISMATCH;
- if(*flags) {
- #if MBEDTLS_VERSION_NUMBER < 0x03000000 || !defined(MBEDTLS_X509_REMOVE_INFO)
- char buf[128];
- mbedtls_x509_crt_verify_info(buf, sizeof(buf), "", *flags);
- failf(data, "mbedTLS: %s", buf);
- #else
- failf(data, "mbedTLS: certificate verification error 0x%08x", *flags);
- #endif
- }
- return 0;
- }
- static CURLcode
- mbed_connect_step1(struct Curl_cfilter *cf, struct Curl_easy *data)
- {
- struct ssl_connect_data *connssl = cf->ctx;
- struct mbed_ssl_backend_data *backend =
- (struct mbed_ssl_backend_data *)connssl->backend;
- struct ssl_primary_config *conn_config = Curl_ssl_cf_get_primary_config(cf);
- const struct curl_blob *ca_info_blob = conn_config->ca_info_blob;
- struct ssl_config_data *ssl_config = Curl_ssl_cf_get_config(cf, data);
- const char * const ssl_cafile =
- /* CURLOPT_CAINFO_BLOB overrides CURLOPT_CAINFO */
- (ca_info_blob ? NULL : conn_config->CAfile);
- const bool verifypeer = conn_config->verifypeer;
- const char * const ssl_capath = conn_config->CApath;
- char * const ssl_cert = ssl_config->primary.clientcert;
- const struct curl_blob *ssl_cert_blob = ssl_config->primary.cert_blob;
- const char * const ssl_crlfile = ssl_config->primary.CRLfile;
- const char *hostname = connssl->peer.hostname;
- int ret = -1;
- char errorbuf[128];
- DEBUGASSERT(backend);
- DEBUGASSERT(!backend->initialized);
- if((conn_config->version == CURL_SSLVERSION_SSLv2) ||
- (conn_config->version == CURL_SSLVERSION_SSLv3)) {
- failf(data, "Not supported SSL version");
- return CURLE_NOT_BUILT_IN;
- }
- #ifdef THREADING_SUPPORT
- mbedtls_ctr_drbg_init(&backend->ctr_drbg);
- ret = mbedtls_ctr_drbg_seed(&backend->ctr_drbg, entropy_func_mutex,
- &ts_entropy, NULL, 0);
- if(ret) {
- mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
- failf(data, "mbedtls_ctr_drbg_seed returned (-0x%04X) %s",
- -ret, errorbuf);
- return CURLE_FAILED_INIT;
- }
- #else
- mbedtls_entropy_init(&backend->entropy);
- mbedtls_ctr_drbg_init(&backend->ctr_drbg);
- ret = mbedtls_ctr_drbg_seed(&backend->ctr_drbg, mbedtls_entropy_func,
- &backend->entropy, NULL, 0);
- if(ret) {
- mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
- failf(data, "mbedtls_ctr_drbg_seed returned (-0x%04X) %s",
- -ret, errorbuf);
- return CURLE_FAILED_INIT;
- }
- #endif /* THREADING_SUPPORT */
- /* Load the trusted CA */
- mbedtls_x509_crt_init(&backend->cacert);
- if(ca_info_blob && verifypeer) {
- /* Unfortunately, mbedtls_x509_crt_parse() requires the data to be null
- terminated even when provided the exact length, forcing us to waste
- extra memory here. */
- unsigned char *newblob = Curl_memdup0(ca_info_blob->data,
- ca_info_blob->len);
- if(!newblob)
- return CURLE_OUT_OF_MEMORY;
- ret = mbedtls_x509_crt_parse(&backend->cacert, newblob,
- ca_info_blob->len + 1);
- free(newblob);
- if(ret < 0) {
- mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
- failf(data, "Error importing ca cert blob - mbedTLS: (-0x%04X) %s",
- -ret, errorbuf);
- return CURLE_SSL_CERTPROBLEM;
- }
- }
- if(ssl_cafile && verifypeer) {
- #ifdef MBEDTLS_FS_IO
- ret = mbedtls_x509_crt_parse_file(&backend->cacert, ssl_cafile);
- if(ret < 0) {
- mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
- failf(data, "Error reading ca cert file %s - mbedTLS: (-0x%04X) %s",
- ssl_cafile, -ret, errorbuf);
- return CURLE_SSL_CACERT_BADFILE;
- }
- #else
- failf(data, "mbedtls: functions that use the filesystem not built in");
- return CURLE_NOT_BUILT_IN;
- #endif
- }
- if(ssl_capath) {
- #ifdef MBEDTLS_FS_IO
- ret = mbedtls_x509_crt_parse_path(&backend->cacert, ssl_capath);
- if(ret < 0) {
- mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
- failf(data, "Error reading ca cert path %s - mbedTLS: (-0x%04X) %s",
- ssl_capath, -ret, errorbuf);
- if(verifypeer)
- return CURLE_SSL_CACERT_BADFILE;
- }
- #else
- failf(data, "mbedtls: functions that use the filesystem not built in");
- return CURLE_NOT_BUILT_IN;
- #endif
- }
- /* Load the client certificate */
- mbedtls_x509_crt_init(&backend->clicert);
- if(ssl_cert) {
- #ifdef MBEDTLS_FS_IO
- ret = mbedtls_x509_crt_parse_file(&backend->clicert, ssl_cert);
- if(ret) {
- mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
- failf(data, "Error reading client cert file %s - mbedTLS: (-0x%04X) %s",
- ssl_cert, -ret, errorbuf);
- return CURLE_SSL_CERTPROBLEM;
- }
- #else
- failf(data, "mbedtls: functions that use the filesystem not built in");
- return CURLE_NOT_BUILT_IN;
- #endif
- }
- if(ssl_cert_blob) {
- /* Unfortunately, mbedtls_x509_crt_parse() requires the data to be null
- terminated even when provided the exact length, forcing us to waste
- extra memory here. */
- unsigned char *newblob = Curl_memdup0(ssl_cert_blob->data,
- ssl_cert_blob->len);
- if(!newblob)
- return CURLE_OUT_OF_MEMORY;
- ret = mbedtls_x509_crt_parse(&backend->clicert, newblob,
- ssl_cert_blob->len + 1);
- free(newblob);
- if(ret) {
- mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
- failf(data, "Error reading client cert data %s - mbedTLS: (-0x%04X) %s",
- ssl_config->key, -ret, errorbuf);
- return CURLE_SSL_CERTPROBLEM;
- }
- }
- /* Load the client private key */
- mbedtls_pk_init(&backend->pk);
- if(ssl_config->key || ssl_config->key_blob) {
- if(ssl_config->key) {
- #ifdef MBEDTLS_FS_IO
- #if MBEDTLS_VERSION_NUMBER >= 0x03000000
- ret = mbedtls_pk_parse_keyfile(&backend->pk, ssl_config->key,
- ssl_config->key_passwd,
- mbedtls_ctr_drbg_random,
- &backend->ctr_drbg);
- #else
- ret = mbedtls_pk_parse_keyfile(&backend->pk, ssl_config->key,
- ssl_config->key_passwd);
- #endif
- if(ret) {
- mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
- failf(data, "Error reading private key %s - mbedTLS: (-0x%04X) %s",
- ssl_config->key, -ret, errorbuf);
- return CURLE_SSL_CERTPROBLEM;
- }
- #else
- failf(data, "mbedtls: functions that use the filesystem not built in");
- return CURLE_NOT_BUILT_IN;
- #endif
- }
- else {
- const struct curl_blob *ssl_key_blob = ssl_config->key_blob;
- const unsigned char *key_data =
- (const unsigned char *)ssl_key_blob->data;
- const char *passwd = ssl_config->key_passwd;
- #if MBEDTLS_VERSION_NUMBER >= 0x03000000
- ret = mbedtls_pk_parse_key(&backend->pk, key_data, ssl_key_blob->len,
- (const unsigned char *)passwd,
- passwd ? strlen(passwd) : 0,
- mbedtls_ctr_drbg_random,
- &backend->ctr_drbg);
- #else
- ret = mbedtls_pk_parse_key(&backend->pk, key_data, ssl_key_blob->len,
- (const unsigned char *)passwd,
- passwd ? strlen(passwd) : 0);
- #endif
- if(ret) {
- mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
- failf(data, "Error parsing private key - mbedTLS: (-0x%04X) %s",
- -ret, errorbuf);
- return CURLE_SSL_CERTPROBLEM;
- }
- }
- if(ret == 0 && !(mbedtls_pk_can_do(&backend->pk, MBEDTLS_PK_RSA) ||
- mbedtls_pk_can_do(&backend->pk, MBEDTLS_PK_ECKEY)))
- ret = MBEDTLS_ERR_PK_TYPE_MISMATCH;
- }
- /* Load the CRL */
- #ifdef MBEDTLS_X509_CRL_PARSE_C
- mbedtls_x509_crl_init(&backend->crl);
- if(ssl_crlfile) {
- #ifdef MBEDTLS_FS_IO
- ret = mbedtls_x509_crl_parse_file(&backend->crl, ssl_crlfile);
- if(ret) {
- mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
- failf(data, "Error reading CRL file %s - mbedTLS: (-0x%04X) %s",
- ssl_crlfile, -ret, errorbuf);
- return CURLE_SSL_CRL_BADFILE;
- }
- #else
- failf(data, "mbedtls: functions that use the filesystem not built in");
- return CURLE_NOT_BUILT_IN;
- #endif
- }
- #else
- if(ssl_crlfile) {
- failf(data, "mbedtls: crl support not built in");
- return CURLE_NOT_BUILT_IN;
- }
- #endif
- infof(data, "mbedTLS: Connecting to %s:%d", hostname, connssl->peer.port);
- mbedtls_ssl_config_init(&backend->config);
- ret = mbedtls_ssl_config_defaults(&backend->config,
- MBEDTLS_SSL_IS_CLIENT,
- MBEDTLS_SSL_TRANSPORT_STREAM,
- MBEDTLS_SSL_PRESET_DEFAULT);
- if(ret) {
- failf(data, "mbedTLS: ssl_config failed");
- return CURLE_SSL_CONNECT_ERROR;
- }
- #ifdef MBEDTLS_SSL_TLS1_3_SIGNAL_NEW_SESSION_TICKETS_ENABLED
- /* New in mbedTLS 3.6.1, need to enable, default is now disabled */
- mbedtls_ssl_conf_tls13_enable_signal_new_session_tickets(&backend->config,
- MBEDTLS_SSL_TLS1_3_SIGNAL_NEW_SESSION_TICKETS_ENABLED);
- #endif
- /* Always let mbedTLS verify certificates, if verifypeer or verifyhost are
- * disabled we clear the corresponding error flags in the verify callback
- * function. That is also where we log verification errors. */
- mbedtls_ssl_conf_verify(&backend->config, mbed_verify_cb, cf);
- mbedtls_ssl_conf_authmode(&backend->config, MBEDTLS_SSL_VERIFY_REQUIRED);
- mbedtls_ssl_init(&backend->ssl);
- backend->initialized = TRUE;
- /* new profile with RSA min key len = 1024 ... */
- mbedtls_ssl_conf_cert_profile(&backend->config,
- &mbedtls_x509_crt_profile_fr);
- ret = mbed_set_ssl_version_min_max(data, backend, conn_config);
- if(ret != CURLE_OK)
- return ret;
- mbedtls_ssl_conf_rng(&backend->config, mbedtls_ctr_drbg_random,
- &backend->ctr_drbg);
- ret = mbedtls_ssl_setup(&backend->ssl, &backend->config);
- if(ret) {
- mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
- failf(data, "ssl_setup failed - mbedTLS: (-0x%04X) %s",
- -ret, errorbuf);
- return CURLE_SSL_CONNECT_ERROR;
- }
- mbedtls_ssl_set_bio(&backend->ssl, cf,
- mbedtls_bio_cf_write,
- mbedtls_bio_cf_read,
- NULL /* rev_timeout() */);
- #ifndef TLS13_SUPPORT
- if(conn_config->cipher_list) {
- CURLcode result = mbed_set_selected_ciphers(data, backend,
- conn_config->cipher_list,
- NULL);
- #else
- if(conn_config->cipher_list || conn_config->cipher_list13) {
- CURLcode result = mbed_set_selected_ciphers(data, backend,
- conn_config->cipher_list,
- conn_config->cipher_list13);
- #endif
- if(result != CURLE_OK) {
- failf(data, "mbedTLS: failed to set cipher suites");
- return result;
- }
- }
- else {
- mbedtls_ssl_conf_ciphersuites(&backend->config,
- mbedtls_ssl_list_ciphersuites());
- }
- #if defined(MBEDTLS_SSL_RENEGOTIATION)
- mbedtls_ssl_conf_renegotiation(&backend->config,
- MBEDTLS_SSL_RENEGOTIATION_ENABLED);
- #endif
- #if defined(MBEDTLS_SSL_SESSION_TICKETS)
- mbedtls_ssl_conf_session_tickets(&backend->config,
- MBEDTLS_SSL_SESSION_TICKETS_DISABLED);
- #endif
- /* Check if there is a cached ID we can/should use here! */
- if(ssl_config->primary.cache_session) {
- struct Curl_ssl_session *sc_session = NULL;
- CURLcode result;
- result = Curl_ssl_scache_take(cf, data, connssl->peer.scache_key,
- &sc_session);
- if(!result && sc_session && sc_session->sdata && sc_session->sdata_len) {
- mbedtls_ssl_session session;
- mbedtls_ssl_session_init(&session);
- ret = mbedtls_ssl_session_load(&session, sc_session->sdata,
- sc_session->sdata_len);
- if(ret) {
- failf(data, "SSL session error loading: -0x%x", -ret);
- }
- else {
- ret = mbedtls_ssl_set_session(&backend->ssl, &session);
- if(ret)
- failf(data, "SSL session error setting: -0x%x", -ret);
- else
- infof(data, "SSL reusing session ID");
- }
- mbedtls_ssl_session_free(&session);
- }
- Curl_ssl_scache_return(cf, data, connssl->peer.scache_key, sc_session);
- }
- mbedtls_ssl_conf_ca_chain(&backend->config,
- &backend->cacert,
- #ifdef MBEDTLS_X509_CRL_PARSE_C
- &backend->crl);
- #else
- NULL);
- #endif
- if(ssl_config->key || ssl_config->key_blob) {
- mbedtls_ssl_conf_own_cert(&backend->config,
- &backend->clicert, &backend->pk);
- }
- if(mbedtls_ssl_set_hostname(&backend->ssl, connssl->peer.sni ?
- connssl->peer.sni : connssl->peer.hostname)) {
- /* mbedtls_ssl_set_hostname() sets the name to use in CN/SAN checks and
- the name to set in the SNI extension. So even if curl connects to a
- host specified as an IP address, this function must be used. */
- failf(data, "Failed to set SNI");
- return CURLE_SSL_CONNECT_ERROR;
- }
- #ifdef HAS_ALPN
- if(connssl->alpn) {
- struct alpn_proto_buf proto;
- size_t i;
- for(i = 0; i < connssl->alpn->count; ++i) {
- backend->protocols[i] = connssl->alpn->entries[i];
- }
- /* this function does not clone the protocols array, which is why we need
- to keep it around */
- if(mbedtls_ssl_conf_alpn_protocols(&backend->config,
- &backend->protocols[0])) {
- failf(data, "Failed setting ALPN protocols");
- return CURLE_SSL_CONNECT_ERROR;
- }
- Curl_alpn_to_proto_str(&proto, connssl->alpn);
- infof(data, VTLS_INFOF_ALPN_OFFER_1STR, proto.data);
- }
- #endif
- #ifdef MBEDTLS_DEBUG
- /* In order to make that work in mbedtls MBEDTLS_DEBUG_C must be defined. */
- mbedtls_ssl_conf_dbg(&backend->config, mbed_debug, data);
- /* - 0 No debug
- * - 1 Error
- * - 2 State change
- * - 3 Informational
- * - 4 Verbose
- */
- mbedtls_debug_set_threshold(4);
- #endif
- /* give application a chance to interfere with mbedTLS set up. */
- if(data->set.ssl.fsslctx) {
- CURLcode result = (*data->set.ssl.fsslctx)(data, &backend->config,
- data->set.ssl.fsslctxp);
- if(result != CURLE_OK) {
- failf(data, "error signaled by ssl ctx callback");
- return result;
- }
- }
- connssl->connecting_state = ssl_connect_2;
- return CURLE_OK;
- }
- static CURLcode
- mbed_connect_step2(struct Curl_cfilter *cf, struct Curl_easy *data)
- {
- int ret;
- struct ssl_connect_data *connssl = cf->ctx;
- struct mbed_ssl_backend_data *backend =
- (struct mbed_ssl_backend_data *)connssl->backend;
- #ifndef CURL_DISABLE_PROXY
- const char * const pinnedpubkey = Curl_ssl_cf_is_proxy(cf) ?
- data->set.str[STRING_SSL_PINNEDPUBLICKEY_PROXY] :
- data->set.str[STRING_SSL_PINNEDPUBLICKEY];
- #else
- const char * const pinnedpubkey = data->set.str[STRING_SSL_PINNEDPUBLICKEY];
- #endif
- DEBUGASSERT(backend);
- ret = mbedtls_ssl_handshake(&backend->ssl);
- if(ret == MBEDTLS_ERR_SSL_WANT_READ) {
- connssl->io_need = CURL_SSL_IO_NEED_RECV;
- return CURLE_OK;
- }
- else if(ret == MBEDTLS_ERR_SSL_WANT_WRITE) {
- connssl->io_need = CURL_SSL_IO_NEED_SEND;
- return CURLE_OK;
- }
- else if(ret == MBEDTLS_ERR_X509_CERT_VERIFY_FAILED) {
- failf(data, "peer certificate could not be verified");
- return CURLE_PEER_FAILED_VERIFICATION;
- }
- else if(ret) {
- char errorbuf[128];
- #if MBEDTLS_VERSION_NUMBER >= 0x03020000
- CURL_TRC_CF(data, cf, "TLS version %04X",
- mbedtls_ssl_get_version_number(&backend->ssl));
- #endif
- mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
- failf(data, "ssl_handshake returned: (-0x%04X) %s",
- -ret, errorbuf);
- return CURLE_SSL_CONNECT_ERROR;
- }
- #if MBEDTLS_VERSION_NUMBER >= 0x03020000
- {
- char cipher_str[64];
- uint16_t cipher_id;
- cipher_id = (uint16_t)
- mbedtls_ssl_get_ciphersuite_id_from_ssl(&backend->ssl);
- mbed_cipher_suite_get_str(cipher_id, cipher_str, sizeof(cipher_str), TRUE);
- infof(data, "mbedTLS: %s Handshake complete, cipher is %s",
- mbedtls_ssl_get_version(&backend->ssl), cipher_str);
- }
- #else
- infof(data, "mbedTLS: %s Handshake complete",
- mbedtls_ssl_get_version(&backend->ssl));
- #endif
- if(pinnedpubkey) {
- int size;
- CURLcode result;
- const mbedtls_x509_crt *peercert;
- mbedtls_x509_crt *p = NULL;
- unsigned char *pubkey = NULL;
- peercert = mbedtls_ssl_get_peer_cert(&backend->ssl);
- #if MBEDTLS_VERSION_NUMBER == 0x03000000
- if(!peercert || !peercert->MBEDTLS_PRIVATE(raw).MBEDTLS_PRIVATE(p) ||
- !peercert->MBEDTLS_PRIVATE(raw).MBEDTLS_PRIVATE(len)) {
- #else
- if(!peercert || !peercert->raw.p || !peercert->raw.len) {
- #endif
- failf(data, "Failed due to missing peer certificate");
- return CURLE_SSL_PINNEDPUBKEYNOTMATCH;
- }
- p = calloc(1, sizeof(*p));
- if(!p)
- return CURLE_OUT_OF_MEMORY;
- pubkey = malloc(PUB_DER_MAX_BYTES);
- if(!pubkey) {
- result = CURLE_OUT_OF_MEMORY;
- goto pinnedpubkey_error;
- }
- mbedtls_x509_crt_init(p);
- /* Make a copy of our const peercert because mbedtls_pk_write_pubkey_der
- needs a non-const key, for now.
- https://github.com/Mbed-TLS/mbedtls/issues/396 */
- #if MBEDTLS_VERSION_NUMBER == 0x03000000
- if(mbedtls_x509_crt_parse_der(p,
- peercert->MBEDTLS_PRIVATE(raw).MBEDTLS_PRIVATE(p),
- peercert->MBEDTLS_PRIVATE(raw).MBEDTLS_PRIVATE(len))) {
- #else
- if(mbedtls_x509_crt_parse_der(p, peercert->raw.p, peercert->raw.len)) {
- #endif
- failf(data, "Failed copying peer certificate");
- result = CURLE_SSL_PINNEDPUBKEYNOTMATCH;
- goto pinnedpubkey_error;
- }
- #if MBEDTLS_VERSION_NUMBER == 0x03000000
- size = mbedtls_pk_write_pubkey_der(&p->MBEDTLS_PRIVATE(pk), pubkey,
- PUB_DER_MAX_BYTES);
- #else
- size = mbedtls_pk_write_pubkey_der(&p->pk, pubkey, PUB_DER_MAX_BYTES);
- #endif
- if(size <= 0) {
- failf(data, "Failed copying public key from peer certificate");
- result = CURLE_SSL_PINNEDPUBKEYNOTMATCH;
- goto pinnedpubkey_error;
- }
- /* mbedtls_pk_write_pubkey_der writes data at the end of the buffer. */
- result = Curl_pin_peer_pubkey(data,
- pinnedpubkey,
- &pubkey[PUB_DER_MAX_BYTES - size], size);
- pinnedpubkey_error:
- mbedtls_x509_crt_free(p);
- free(p);
- free(pubkey);
- if(result) {
- return result;
- }
- }
- #ifdef HAS_ALPN
- if(connssl->alpn) {
- const char *proto = mbedtls_ssl_get_alpn_protocol(&backend->ssl);
- Curl_alpn_set_negotiated(cf, data, connssl, (const unsigned char *)proto,
- proto ? strlen(proto) : 0);
- }
- #endif
- connssl->connecting_state = ssl_connect_3;
- infof(data, "SSL connected");
- return CURLE_OK;
- }
- static CURLcode
- mbed_new_session(struct Curl_cfilter *cf, struct Curl_easy *data)
- {
- struct ssl_connect_data *connssl = cf->ctx;
- struct mbed_ssl_backend_data *backend =
- (struct mbed_ssl_backend_data *)connssl->backend;
- struct ssl_config_data *ssl_config = Curl_ssl_cf_get_config(cf, data);
- mbedtls_ssl_session session;
- bool msession_alloced = FALSE;
- struct Curl_ssl_session *sc_session = NULL;
- unsigned char *sdata = NULL;
- size_t slen = 0;
- int ietf_tls_id;
- CURLcode result = CURLE_OK;
- int ret;
- DEBUGASSERT(backend);
- if(!ssl_config->primary.cache_session)
- return CURLE_OK;
- mbedtls_ssl_session_init(&session);
- ret = mbedtls_ssl_get_session(&backend->ssl, &session);
- msession_alloced = (ret != MBEDTLS_ERR_SSL_ALLOC_FAILED);
- if(ret) {
- failf(data, "mbedtls_ssl_get_session returned -0x%x", -ret);
- result = CURLE_SSL_CONNECT_ERROR;
- goto out;
- }
- mbedtls_ssl_session_save(&session, NULL, 0, &slen);
- if(!slen) {
- failf(data, "failed to serialize session: length is 0");
- goto out;
- }
- sdata = malloc(slen);
- if(!sdata) {
- result = CURLE_OUT_OF_MEMORY;
- goto out;
- }
- ret = mbedtls_ssl_session_save(&session, sdata, slen, &slen);
- if(ret) {
- failf(data, "failed to serialize session: -0x%x", -ret);
- goto out;
- }
- #if MBEDTLS_VERSION_NUMBER >= 0x03020000
- ietf_tls_id = mbedtls_ssl_get_version_number(&backend->ssl);
- #else
- ietf_tls_id = CURL_IETF_PROTO_UNKNOWN;
- #endif
- result = Curl_ssl_session_create(sdata, slen,
- ietf_tls_id,
- connssl->negotiated.alpn, 0, -1, 0,
- &sc_session);
- sdata = NULL; /* call took ownership */
- if(!result)
- result = Curl_ssl_scache_put(cf, data, connssl->peer.scache_key,
- sc_session);
- out:
- if(msession_alloced)
- mbedtls_ssl_session_free(&session);
- free(sdata);
- return result;
- }
- static ssize_t mbed_send(struct Curl_cfilter *cf, struct Curl_easy *data,
- const void *mem, size_t len,
- CURLcode *curlcode)
- {
- struct ssl_connect_data *connssl = cf->ctx;
- struct mbed_ssl_backend_data *backend =
- (struct mbed_ssl_backend_data *)connssl->backend;
- int ret = -1;
- (void)data;
- DEBUGASSERT(backend);
- ret = mbedtls_ssl_write(&backend->ssl, (unsigned char *)mem, len);
- if(ret < 0) {
- CURL_TRC_CF(data, cf, "mbedtls_ssl_write(len=%zu) -> -0x%04X",
- len, -ret);
- *curlcode = ((ret == MBEDTLS_ERR_SSL_WANT_WRITE)
- #ifdef TLS13_SUPPORT
- || (ret == MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET)
- #endif
- ) ? CURLE_AGAIN : CURLE_SEND_ERROR;
- ret = -1;
- }
- return ret;
- }
- static CURLcode mbedtls_shutdown(struct Curl_cfilter *cf,
- struct Curl_easy *data,
- bool send_shutdown, bool *done)
- {
- struct ssl_connect_data *connssl = cf->ctx;
- struct mbed_ssl_backend_data *backend =
- (struct mbed_ssl_backend_data *)connssl->backend;
- unsigned char buf[1024];
- CURLcode result = CURLE_OK;
- int ret;
- size_t i;
- DEBUGASSERT(backend);
- if(!backend->initialized || cf->shutdown) {
- *done = TRUE;
- return CURLE_OK;
- }
- connssl->io_need = CURL_SSL_IO_NEED_NONE;
- *done = FALSE;
- if(!backend->sent_shutdown) {
- /* do this only once */
- backend->sent_shutdown = TRUE;
- if(send_shutdown) {
- ret = mbedtls_ssl_close_notify(&backend->ssl);
- switch(ret) {
- case 0: /* we sent it, receive from the server */
- break;
- case MBEDTLS_ERR_SSL_PEER_CLOSE_NOTIFY: /* server also closed */
- *done = TRUE;
- goto out;
- case MBEDTLS_ERR_SSL_WANT_READ:
- connssl->io_need = CURL_SSL_IO_NEED_RECV;
- goto out;
- case MBEDTLS_ERR_SSL_WANT_WRITE:
- connssl->io_need = CURL_SSL_IO_NEED_SEND;
- goto out;
- default:
- CURL_TRC_CF(data, cf, "mbedtls_shutdown error -0x%04X", -ret);
- result = CURLE_RECV_ERROR;
- goto out;
- }
- }
- }
- /* SSL should now have started the shutdown from our side. Since it
- * was not complete, we are lacking the close notify from the server. */
- for(i = 0; i < 10; ++i) {
- ret = mbedtls_ssl_read(&backend->ssl, buf, sizeof(buf));
- /* This seems to be a bug in mbedTLS TLSv1.3 where it reports
- * WANT_READ, but has not encountered an EAGAIN. */
- if(ret == MBEDTLS_ERR_SSL_WANT_READ)
- ret = mbedtls_ssl_read(&backend->ssl, buf, sizeof(buf));
- #ifdef TLS13_SUPPORT
- if(ret == MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET)
- continue;
- #endif
- if(ret <= 0)
- break;
- }
- if(ret > 0) {
- /* still data coming in? */
- CURL_TRC_CF(data, cf, "mbedtls_shutdown, still getting data");
- }
- else if(ret == 0 || (ret == MBEDTLS_ERR_SSL_PEER_CLOSE_NOTIFY)) {
- /* We got the close notify alert and are done. */
- CURL_TRC_CF(data, cf, "mbedtls_shutdown done");
- *done = TRUE;
- }
- else if(ret == MBEDTLS_ERR_SSL_WANT_READ) {
- CURL_TRC_CF(data, cf, "mbedtls_shutdown, need RECV");
- connssl->io_need = CURL_SSL_IO_NEED_RECV;
- }
- else if(ret == MBEDTLS_ERR_SSL_WANT_WRITE) {
- CURL_TRC_CF(data, cf, "mbedtls_shutdown, need SEND");
- connssl->io_need = CURL_SSL_IO_NEED_SEND;
- }
- else {
- CURL_TRC_CF(data, cf, "mbedtls_shutdown error -0x%04X", -ret);
- result = CURLE_RECV_ERROR;
- }
- out:
- cf->shutdown = (result || *done);
- return result;
- }
- static void mbedtls_close(struct Curl_cfilter *cf, struct Curl_easy *data)
- {
- struct ssl_connect_data *connssl = cf->ctx;
- struct mbed_ssl_backend_data *backend =
- (struct mbed_ssl_backend_data *)connssl->backend;
- (void)data;
- DEBUGASSERT(backend);
- if(backend->initialized) {
- mbedtls_pk_free(&backend->pk);
- mbedtls_x509_crt_free(&backend->clicert);
- mbedtls_x509_crt_free(&backend->cacert);
- #ifdef MBEDTLS_X509_CRL_PARSE_C
- mbedtls_x509_crl_free(&backend->crl);
- #endif
- Curl_safefree(backend->ciphersuites);
- mbedtls_ssl_config_free(&backend->config);
- mbedtls_ssl_free(&backend->ssl);
- mbedtls_ctr_drbg_free(&backend->ctr_drbg);
- #ifndef THREADING_SUPPORT
- mbedtls_entropy_free(&backend->entropy);
- #endif /* THREADING_SUPPORT */
- backend->initialized = FALSE;
- }
- }
- static ssize_t mbed_recv(struct Curl_cfilter *cf, struct Curl_easy *data,
- char *buf, size_t buffersize,
- CURLcode *curlcode)
- {
- struct ssl_connect_data *connssl = cf->ctx;
- struct mbed_ssl_backend_data *backend =
- (struct mbed_ssl_backend_data *)connssl->backend;
- int ret = -1;
- (void)data;
- DEBUGASSERT(backend);
- ret = mbedtls_ssl_read(&backend->ssl, (unsigned char *)buf,
- buffersize);
- if(ret <= 0) {
- CURL_TRC_CF(data, cf, "mbedtls_ssl_read(len=%zu) -> -0x%04X",
- buffersize, -ret);
- switch(ret) {
- #ifdef HAS_SESSION_TICKETS
- case MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET:
- mbed_new_session(cf, data);
- FALLTHROUGH();
- #endif
- case MBEDTLS_ERR_SSL_WANT_READ:
- *curlcode = CURLE_AGAIN;
- ret = -1;
- break;
- case MBEDTLS_ERR_SSL_PEER_CLOSE_NOTIFY:
- *curlcode = CURLE_OK;
- ret = 0;
- break;
- default: {
- char errorbuf[128];
- mbedtls_strerror(ret, errorbuf, sizeof(errorbuf));
- failf(data, "ssl_read returned: (-0x%04X) %s", -ret, errorbuf);
- *curlcode = CURLE_RECV_ERROR;
- ret = -1;
- break;
- }
- }
- }
- return (ssize_t)ret;
- }
- static size_t mbedtls_version(char *buffer, size_t size)
- {
- #ifdef MBEDTLS_VERSION_C
- /* if mbedtls_version_get_number() is available it is better */
- unsigned int version = mbedtls_version_get_number();
- return msnprintf(buffer, size, "mbedTLS/%u.%u.%u", version >> 24,
- (version >> 16) & 0xff, (version >> 8) & 0xff);
- #else
- return msnprintf(buffer, size, "mbedTLS/%s", MBEDTLS_VERSION_STRING);
- #endif
- }
- /* 'data' might be NULL */
- static CURLcode mbedtls_random(struct Curl_easy *data,
- unsigned char *entropy, size_t length)
- {
- #if defined(MBEDTLS_CTR_DRBG_C)
- int ret;
- mbedtls_entropy_context ctr_entropy;
- mbedtls_ctr_drbg_context ctr_drbg;
- mbedtls_entropy_init(&ctr_entropy);
- mbedtls_ctr_drbg_init(&ctr_drbg);
- (void)data;
- ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func,
- &ctr_entropy, NULL, 0);
- if(!ret)
- ret = mbedtls_ctr_drbg_random(&ctr_drbg, entropy, length);
- mbedtls_ctr_drbg_free(&ctr_drbg);
- mbedtls_entropy_free(&ctr_entropy);
- return ret == 0 ? CURLE_OK : CURLE_FAILED_INIT;
- #elif defined(MBEDTLS_HAVEGE_C)
- mbedtls_havege_state hs;
- mbedtls_havege_init(&hs);
- mbedtls_havege_random(&hs, entropy, length);
- mbedtls_havege_free(&hs);
- return CURLE_OK;
- #else
- return CURLE_NOT_BUILT_IN;
- #endif
- }
- static CURLcode
- mbed_connect_common(struct Curl_cfilter *cf, struct Curl_easy *data,
- bool nonblocking,
- bool *done)
- {
- CURLcode retcode;
- struct ssl_connect_data *connssl = cf->ctx;
- curl_socket_t sockfd = Curl_conn_cf_get_socket(cf, data);
- timediff_t timeout_ms;
- int what;
- /* check if the connection has already been established */
- if(ssl_connection_complete == connssl->state) {
- *done = TRUE;
- return CURLE_OK;
- }
- if(ssl_connect_1 == connssl->connecting_state) {
- /* Find out how much more time we are allowed */
- timeout_ms = Curl_timeleft(data, NULL, TRUE);
- if(timeout_ms < 0) {
- /* no need to continue if time already is up */
- failf(data, "SSL connection timeout");
- return CURLE_OPERATION_TIMEDOUT;
- }
- retcode = mbed_connect_step1(cf, data);
- if(retcode)
- return retcode;
- }
- while(ssl_connect_2 == connssl->connecting_state) {
- /* check allowed time left */
- timeout_ms = Curl_timeleft(data, NULL, TRUE);
- if(timeout_ms < 0) {
- /* no need to continue if time already is up */
- failf(data, "SSL connection timeout");
- return CURLE_OPERATION_TIMEDOUT;
- }
- /* if ssl is expecting something, check if it is available. */
- if(connssl->io_need) {
- curl_socket_t writefd = (connssl->io_need & CURL_SSL_IO_NEED_SEND) ?
- sockfd : CURL_SOCKET_BAD;
- curl_socket_t readfd = (connssl->io_need & CURL_SSL_IO_NEED_RECV) ?
- sockfd : CURL_SOCKET_BAD;
- what = Curl_socket_check(readfd, CURL_SOCKET_BAD, writefd,
- nonblocking ? 0 : timeout_ms);
- if(what < 0) {
- /* fatal error */
- failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO);
- return CURLE_SSL_CONNECT_ERROR;
- }
- else if(0 == what) {
- if(nonblocking) {
- *done = FALSE;
- return CURLE_OK;
- }
- else {
- /* timeout */
- failf(data, "SSL connection timeout");
- return CURLE_OPERATION_TIMEDOUT;
- }
- }
- /* socket is readable or writable */
- }
- /* Run transaction, and return to the caller if it failed or if
- * this connection is part of a multi handle and this loop would
- * execute again. This permits the owner of a multi handle to
- * abort a connection attempt before step2 has completed while
- * ensuring that a client using select() or epoll() will always
- * have a valid fdset to wait on.
- */
- connssl->io_need = CURL_SSL_IO_NEED_NONE;
- retcode = mbed_connect_step2(cf, data);
- if(retcode ||
- (nonblocking && (ssl_connect_2 == connssl->connecting_state)))
- return retcode;
- } /* repeat step2 until all transactions are done. */
- if(ssl_connect_3 == connssl->connecting_state) {
- /* For tls1.3 we get notified about new sessions */
- #if MBEDTLS_VERSION_NUMBER >= 0x03020000
- struct ssl_connect_data *ctx = cf->ctx;
- struct mbed_ssl_backend_data *backend =
- (struct mbed_ssl_backend_data *)ctx->backend;
- if(mbedtls_ssl_get_version_number(&backend->ssl) <=
- MBEDTLS_SSL_VERSION_TLS1_2) {
- #else
- { /* no TLSv1.3 supported here */
- #endif
- retcode = mbed_new_session(cf, data);
- if(retcode)
- return retcode;
- }
- connssl->connecting_state = ssl_connect_done;
- }
- if(ssl_connect_done == connssl->connecting_state) {
- connssl->state = ssl_connection_complete;
- *done = TRUE;
- }
- else
- *done = FALSE;
- /* Reset our connect state machine */
- connssl->connecting_state = ssl_connect_1;
- return CURLE_OK;
- }
- static CURLcode mbedtls_connect_nonblocking(struct Curl_cfilter *cf,
- struct Curl_easy *data,
- bool *done)
- {
- return mbed_connect_common(cf, data, TRUE, done);
- }
- static CURLcode mbedtls_connect(struct Curl_cfilter *cf,
- struct Curl_easy *data)
- {
- CURLcode retcode;
- bool done = FALSE;
- retcode = mbed_connect_common(cf, data, FALSE, &done);
- if(retcode)
- return retcode;
- DEBUGASSERT(done);
- return CURLE_OK;
- }
- /*
- * return 0 error initializing SSL
- * return 1 SSL initialized successfully
- */
- static int mbedtls_init(void)
- {
- if(!Curl_mbedtlsthreadlock_thread_setup())
- return 0;
- #ifdef THREADING_SUPPORT
- entropy_init_mutex(&ts_entropy);
- #endif
- #ifdef TLS13_SUPPORT
- {
- int ret;
- #ifdef THREADING_SUPPORT
- Curl_mbedtlsthreadlock_lock_function(0);
- #endif
- ret = psa_crypto_init();
- #ifdef THREADING_SUPPORT
- Curl_mbedtlsthreadlock_unlock_function(0);
- #endif
- if(ret != PSA_SUCCESS)
- return 0;
- }
- #endif /* TLS13_SUPPORT */
- return 1;
- }
- static void mbedtls_cleanup(void)
- {
- #ifdef THREADING_SUPPORT
- entropy_cleanup_mutex(&ts_entropy);
- #endif
- (void)Curl_mbedtlsthreadlock_thread_cleanup();
- }
- static bool mbedtls_data_pending(struct Curl_cfilter *cf,
- const struct Curl_easy *data)
- {
- struct ssl_connect_data *ctx = cf->ctx;
- struct mbed_ssl_backend_data *backend;
- (void)data;
- DEBUGASSERT(ctx && ctx->backend);
- backend = (struct mbed_ssl_backend_data *)ctx->backend;
- return mbedtls_ssl_get_bytes_avail(&backend->ssl) != 0;
- }
- static CURLcode mbedtls_sha256sum(const unsigned char *input,
- size_t inputlen,
- unsigned char *sha256sum,
- size_t sha256len UNUSED_PARAM)
- {
- /* TODO: explain this for different mbedtls 2.x vs 3 version */
- (void)sha256len;
- #if MBEDTLS_VERSION_NUMBER < 0x02070000
- mbedtls_sha256(input, inputlen, sha256sum, 0);
- #else
- /* returns 0 on success, otherwise failure */
- #if MBEDTLS_VERSION_NUMBER >= 0x03000000
- if(mbedtls_sha256(input, inputlen, sha256sum, 0) != 0)
- #else
- if(mbedtls_sha256_ret(input, inputlen, sha256sum, 0) != 0)
- #endif
- return CURLE_BAD_FUNCTION_ARGUMENT;
- #endif
- return CURLE_OK;
- }
- static void *mbedtls_get_internals(struct ssl_connect_data *connssl,
- CURLINFO info UNUSED_PARAM)
- {
- struct mbed_ssl_backend_data *backend =
- (struct mbed_ssl_backend_data *)connssl->backend;
- (void)info;
- DEBUGASSERT(backend);
- return &backend->ssl;
- }
- const struct Curl_ssl Curl_ssl_mbedtls = {
- { CURLSSLBACKEND_MBEDTLS, "mbedtls" }, /* info */
- SSLSUPP_CA_PATH |
- SSLSUPP_CAINFO_BLOB |
- SSLSUPP_CERTINFO |
- SSLSUPP_PINNEDPUBKEY |
- SSLSUPP_SSL_CTX |
- #ifdef TLS13_SUPPORT
- SSLSUPP_TLS13_CIPHERSUITES |
- #endif
- SSLSUPP_HTTPS_PROXY |
- SSLSUPP_CIPHER_LIST,
- sizeof(struct mbed_ssl_backend_data),
- mbedtls_init, /* init */
- mbedtls_cleanup, /* cleanup */
- mbedtls_version, /* version */
- mbedtls_shutdown, /* shutdown */
- mbedtls_data_pending, /* data_pending */
- mbedtls_random, /* random */
- NULL, /* cert_status_request */
- mbedtls_connect, /* connect */
- mbedtls_connect_nonblocking, /* connect_nonblocking */
- Curl_ssl_adjust_pollset, /* adjust_pollset */
- mbedtls_get_internals, /* get_internals */
- mbedtls_close, /* close_one */
- NULL, /* close_all */
- NULL, /* set_engine */
- NULL, /* set_engine_default */
- NULL, /* engines_list */
- NULL, /* false_start */
- mbedtls_sha256sum, /* sha256sum */
- mbed_recv, /* recv decrypted data */
- mbed_send, /* send data to encrypt */
- NULL, /* get_channel_binding */
- };
- #endif /* USE_MBEDTLS */
|