Home
last modified time | relevance | path

Searched refs:ossl (Results 1 – 5 of 5) sorted by relevance

/curl/lib/vquic/
H A Dvquic-tls.c237 return Curl_ossl_ctx_init(&ctx->ossl, cf, data, peer, TRNSPRT_QUIC, in Curl_vquic_tls_init()
260 if(ctx->ossl.ssl) in Curl_vquic_tls_cleanup()
261 SSL_free(ctx->ossl.ssl); in Curl_vquic_tls_cleanup()
262 if(ctx->ossl.ssl_ctx) in Curl_vquic_tls_cleanup()
263 SSL_CTX_free(ctx->ossl.ssl_ctx); in Curl_vquic_tls_cleanup()
282 if(!ctx->ossl.x509_store_setup) { in Curl_vquic_tls_before_recv()
283 CURLcode result = Curl_ssl_setup_x509_store(cf, data, ctx->ossl.ssl_ctx); in Curl_vquic_tls_before_recv()
286 ctx->ossl.x509_store_setup = TRUE; in Curl_vquic_tls_before_recv()
320 result = Curl_oss_check_peer_cert(cf, data, &ctx->ossl, peer); in Curl_vquic_tls_verify_peer()
H A Dcurl_osslq.c412 if(ctx && ctx->tls.ossl.ssl) { in cf_osslq_close()
416 SSL_shutdown_ex(ctx->tls.ossl.ssl, in cf_osslq_close()
436 if(ctx->tls.ossl.ssl) in cf_osslq_destroy()
1407 if(!ctx->tls.ossl.ssl) in cf_progress_ingress()
1608 if(!ctx->tls.ossl.ssl) in cf_progress_egress()
1637 if(ctx->tls.ossl.ssl && in check_and_set_expiry()
1688 if(!ctx->tls.ossl.ssl) { in cf_osslq_connect()
1922 DEBUGASSERT(ctx->tls.ossl.ssl); in cf_osslq_send()
2037 DEBUGASSERT(ctx->tls.ossl.ssl); in cf_osslq_recv()
2175 if(!ctx->tls.ossl.ssl) in cf_osslq_conn_is_alive()
[all …]
H A Dvquic-tls.h38 struct ossl_ctx ossl; member
H A Dcurl_ngtcp2.c2164 if(ngtcp2_crypto_boringssl_configure_client_context(ctx->ossl.ssl_ctx) in tls_ctx_setup()
2170 if(ngtcp2_crypto_quictls_configure_client_context(ctx->ossl.ssl_ctx) != 0) { in tls_ctx_setup()
2179 SSL_CTX_set_session_cache_mode(ctx->ossl.ssl_ctx, in tls_ctx_setup()
2182 SSL_CTX_sess_set_new_cb(ctx->ossl.ssl_ctx, quic_ossl_new_session_cb); in tls_ctx_setup()
2225 SSL_set_quic_use_legacy_codepoint(ctx->tls.ossl.ssl, 0); in cf_connect_start()
2270 ngtcp2_conn_set_tls_native_handle(ctx->qconn, ctx->tls.ossl.ssl); in cf_connect_start()
H A Dcurl_quiche.c140 ctx->tls.ossl.ssl = NULL; in cf_quiche_ctx_free()
646 long verify_ok = SSL_get_verify_result(ctx->tls.ossl.ssl); in recv_pkt()
1337 ctx->cfg, ctx->tls.ossl.ssl, false); in cf_quiche_ctx_open()

Completed in 32 milliseconds