Lines Matching defs:ssl
68 #include <wolfssl/openssl/ssl.h>
69 #include <wolfssl/ssl.h>
70 #include <wolfssl/error-ssl.h>
112 wolfssl_tls13_secret_callback(SSL *ssl, int id, const unsigned char *secret,
119 if(!ssl || !Curl_tls_keylog_enabled()) {
149 if(SSL_get_client_random(ssl, client_random, SSL3_RANDOM_SIZE) == 0) {
160 wolfssl_log_tls12_secret(SSL *ssl)
170 switch(wolfSSL_GetVersion(ssl)) {
183 if(wolfSSL_get_keys(ssl, &ms, &msLen, &sr, &srLen, &cr, &crLen) !=
639 if(data->set.ssl.fsslctx) {
640 CURLcode result = (*data->set.ssl.fsslctx)(data, backend->ctx,
641 data->set.ssl.fsslctxp);
643 failf(data, "error signaled by ssl ctx callback");
980 failf(data, "failed to store ssl session");
1249 /* if ssl is expecting something, check if it's available. */