Home
last modified time | relevance | path

Searched refs:X509_verify_cert_error_string (Results 1 – 21 of 21) sorted by relevance

/onnv-gate/usr/src/common/net/wanboot/
H A Dhttp_errorstr.c105 msg = X509_verify_cert_error_string(error); in http_errorstr()
/onnv-gate/usr/src/common/openssl/crypto/x509/
H A Dx509_txt.c71 const char *X509_verify_cert_error_string(long n) in X509_verify_cert_error_string() function
H A Dx509.h741 const char *X509_verify_cert_error_string(long n);
/onnv-gate/usr/src/common/openssl/crypto/ocsp/
H A Docsp_vfy.c124 X509_verify_cert_error_string(i)); in OCSP_basic_verify()
419 X509_verify_cert_error_string(ret)); in OCSP_request_verify()
/onnv-gate/usr/src/lib/libpkg/common/
H A Dsecurity.c136 X509_verify_cert_error_string(store_ctx->error)); in get_cert_chain()
H A Dpkgweb.c939 (char *)X509_verify_cert_error_string(ctx->error)); in validate_signature()
/onnv-gate/usr/src/common/openssl/ssl/
H A Dssl_txt.c182 X509_verify_cert_error_string(x->verify_result)) <= 0) goto err; in SSL_SESSION_print()
H A Dssltest.c1648 X509_verify_cert_error_string(ctx->error)); in verify_callback()
/onnv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dverify.c230 X509_verify_cert_error_string(err)); in verify_callback()
H A Ddec.c215 X509_verify_cert_error_string(err)); in verify_callback()
H A Dpk7_smime.c233 X509_verify_cert_error_string(j)); in PKCS7_verify()
/onnv-gate/usr/src/common/openssl/apps/
H A Ds_cb.c142 X509_verify_cert_error_string(err)); in verify_callback()
H A Dverify.c342 X509_verify_cert_error_string(ctx->error)); in cb()
H A Ds_time.c724 X509_verify_cert_error_string(verify_error)); in doConnection()
H A Dpkcs12.c530 X509_verify_cert_error_string(vret)); in MAIN()
H A Dx509.c1216 X509_verify_cert_error_string(err)); in callb()
H A Ds_server.c1501 X509_verify_cert_error_string(verify_error)); in init_ssl_connection()
/onnv-gate/usr/src/cmd/sendmail/src/
H A Dtls.c1344 X509_verify_cert_error_string(verifyok));
1615 name, depth, buf, ok, X509_verify_cert_error_string(reason));
/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_CTX_set_verify.pod227 X509_verify_cert_error_string(err), depth, buf);
/onnv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c919 X509_verify_cert_error_string(X509_STORE_CTX_get_error(&certctx))); in cms_signeddata_create()
1373 X509_verify_cert_error_string(j)); in cms_signeddata_verify()
1375 X509_verify_cert_error_string(j)); in cms_signeddata_verify()
3106 X509_verify_cert_error_string(ctx->error)); in openssl_callback()
/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.cpp3324 …te at depth %d: %s\n", X509_STORE_CTX_get_error_depth(store), X509_verify_cert_error_string(X509_S… in ssl_verify_callback()
3420 …return soap_set_sender_error(soap, X509_verify_cert_error_string(err), "SSL certificate presented … in soap_ssl_accept()
4065 …{ soap_set_sender_error(soap, X509_verify_cert_error_string(err), "SSL certificate presented by pe… in tcp_connect()