Lines Matching refs:OSSL_PACKAGE
235 #define OSSL_PACKAGE "LibreSSL"
237 #define OSSL_PACKAGE "BoringSSL"
239 #define OSSL_PACKAGE "AWS-LC"
242 # define OSSL_PACKAGE "quictls"
244 # define OSSL_PACKAGE "OpenSSL"
1305 "could not load PEM client certificate from %s, " OSSL_PACKAGE
1326 "could not load ASN1 client certificate from %s, " OSSL_PACKAGE
1410 "BIO_new_mem_buf NULL, " OSSL_PACKAGE
1421 "BIO_new return NULL, " OSSL_PACKAGE
1449 "could not parse PKCS12 file, check password, " OSSL_PACKAGE
1461 "could not load PKCS12 client certificate, " OSSL_PACKAGE
1558 failf(data, "unable do create " OSSL_PACKAGE
2011 failf(data, OSSL_PACKAGE " SSL_read on shutdown: %s, errno %d",
2851 failf(data, OSSL_PACKAGE " was built without TLS 1.3 support");
2859 failf(data, OSSL_PACKAGE " was built without TLS 1.2 support");
2867 failf(data, OSSL_PACKAGE " was built without TLS 1.1 support");
2896 failf(data, OSSL_PACKAGE " was built without TLS 1.3 support");
3977 failf(data, OSSL_PACKAGE " SSL_connect: %s in connection to %s:%d ",
4189 "BIO_new return NULL, " OSSL_PACKAGE
4264 "BIO_new_mem_buf NULL, " OSSL_PACKAGE
4277 "BIO_new return NULL, " OSSL_PACKAGE
4618 failf(data, OSSL_PACKAGE " SSL_write: %s, errno %d",
4636 failf(data, OSSL_PACKAGE " SSL_write: %s, errno %d",
4713 failf(data, OSSL_PACKAGE " SSL_read: %s, errno %d",
4736 failf(data, OSSL_PACKAGE " SSL_read: %s, errno %d"
4758 const char expected[] = OSSL_PACKAGE " "; /* ie "LibreSSL " */
4762 count = msnprintf(buffer, size, "%s/%s", OSSL_PACKAGE, ver);
4770 OSSL_PACKAGE,
4778 OSSL_PACKAGE,
4781 return msnprintf(buffer, size, OSSL_PACKAGE);
4785 OSSL_PACKAGE,
4789 OSSL_PACKAGE, OpenSSL_version(OPENSSL_VERSION_STRING));
4823 OSSL_PACKAGE,