Home | History | Annotate | Download | only in vtls

Lines Matching full:certificate

360               "could not load PEM client certificate, " OSSL_PACKAGE
376 "could not load ASN1 client certificate, " OSSL_PACKAGE
403 /* Load the certificate from the engine */
413 failf(data, "ssl engine didn't initialized the certificate "
419 failf(data, "unable to set client certificate");
426 failf(data, "crypto engine not set, can't load certificate");
432 failf(data, "file type ENG for certificate not implemented");
473 "could not load PKCS12 client certificate, " OSSL_PACKAGE
487 "does not match certificate in same file", cert_file);
490 /* Set Certificate Verification chain */
503 failf(data, "cannot add certificate to certificate chain");
510 failf(data, "cannot add certificate to client CA list");
526 failf(data, "file type P12 for certificate not supported");
531 failf(data, "not supported file type '%s' for certificate", cert_type);
630 failf(data, "Private key does not match the certificate public key");
1065 field in the Subject field of the certificate MUST be used. Although
1071 the certificate (e.g., more than one dNSName name, a match in any one
1079 in the certificate and must exactly match the IP in the URI.
1191 failf(data, "SSL: no alternative certificate subject name matches "
1263 "SSL: unable to obtain common name from peer certificate");
1267 failf(data, "SSL: certificate subject name '%s' does not match "
1381 infof(data, "SSL certificate status: %s (%d)\n",
1391 failf(data, "SSL certificate revocation reason: %s (%d)",
1455 return "Certificate";
1470 return "Certificate Status";
2049 the servers certificate. */
2053 failf(data, "error setting certificate verify locations:\n"
2060 /* Just continue with a warning if no strict certificate verification
2062 infof(data, "error setting certificate verify locations,"
2068 infof(data, "successfully set certificate verify locations:\n");
2085 /* tell SSL where to find CRL file that is used to check certificate
2260 "SSL certificate problem: %s",
2266 strcpy(error_buffer, "SSL certificate verification failed");
2766 /* we've been asked to gather certificate info! */
2774 certificate!");
2778 infof(data, "%s certificate:\n", SSL_IS_PROXY() ? "Proxy" : "Server");
2815 /* We could do all sorts of certificate verification stuff here before
2816 deallocating the certificate. */
2818 /* e.g. match issuer name with provided issuer certificate */
2845 failf(data, "SSL: Certificate issuer check failed (%s)",
2853 infof(data, " SSL certificate issuer check ok (%s)\n",
2865 failf(data, "SSL certificate verify result: %s (%ld)",
2870 infof(data, " SSL certificate verify result: %s (%ld),"
2875 infof(data, " SSL certificate verify ok.\n");