• Home
  • Raw
  • Download

Lines Matching refs:OSSL_PACKAGE

210 #define OSSL_PACKAGE "LibreSSL"  macro
212 #define OSSL_PACKAGE "BoringSSL" macro
214 #define OSSL_PACKAGE "OpenSSL" macro
733 "could not load PEM client certificate, " OSSL_PACKAGE in cert_stuff()
753 "could not load ASN1 client certificate, " OSSL_PACKAGE in cert_stuff()
835 "BIO_new return NULL, " OSSL_PACKAGE in cert_stuff()
864 "could not parse PKCS12 file, check password, " OSSL_PACKAGE in cert_stuff()
876 "could not load PKCS12 client certificate, " OSSL_PACKAGE in cert_stuff()
977 failf(data, "unable do create " OSSL_PACKAGE in cert_stuff()
1421 failf(conn->data, OSSL_PACKAGE " SSL_read on shutdown: %s, errno %d", in Curl_ossl_shutdown()
2343 failf(data, OSSL_PACKAGE " was built without TLS 1.3 support"); in set_ssl_version_min_max_legacy()
2351 failf(data, OSSL_PACKAGE " was built without TLS 1.2 support"); in set_ssl_version_min_max_legacy()
2359 failf(data, OSSL_PACKAGE " was built without TLS 1.1 support"); in set_ssl_version_min_max_legacy()
2388 failf(data, OSSL_PACKAGE " was built without TLS 1.3 support"); in set_ssl_version_min_max_legacy()
2516 failf(data, OSSL_PACKAGE " was built without SSLv2 support"); in ossl_connect_step1()
2529 failf(data, OSSL_PACKAGE " was built without SSLv3 support"); in ossl_connect_step1()
3301 failf(data, OSSL_PACKAGE " SSL_connect: %s in connection to %s:%ld ", in ossl_connect_step2()
3820 "BIO_new return NULL, " OSSL_PACKAGE in servercert()
4138 failf(conn->data, OSSL_PACKAGE " SSL_write: %s, errno %d", in ossl_send()
4166 failf(conn->data, OSSL_PACKAGE " SSL_write: %s, errno %d", in ossl_send()
4228 failf(conn->data, OSSL_PACKAGE " SSL_read: %s, errno %d", in ossl_recv()
4250 failf(conn->data, OSSL_PACKAGE " SSL_read: %s, errno %d" in ossl_recv()
4267 OSSL_PACKAGE, in Curl_ossl_version()
4275 const char expected[] = OSSL_PACKAGE " "; /* ie "LibreSSL " */ in Curl_ossl_version()
4279 count = msnprintf(buffer, size, "%s/%s", OSSL_PACKAGE, ver); in Curl_ossl_version()
4287 return msnprintf(buffer, size, OSSL_PACKAGE); in Curl_ossl_version()
4290 OSSL_PACKAGE, OpenSSL_version(OPENSSL_VERSION_STRING)); in Curl_ossl_version()
4324 OSSL_PACKAGE, in Curl_ossl_version()