Searched refs:X509_verify_cert_error_string (Results 1 – 21 of 21) sorted by relevance
/onnv-gate/usr/src/common/net/wanboot/ |
H A D | http_errorstr.c | 105 msg = X509_verify_cert_error_string(error); in http_errorstr()
|
/onnv-gate/usr/src/common/openssl/crypto/x509/ |
H A D | x509_txt.c | 71 const char *X509_verify_cert_error_string(long n) in X509_verify_cert_error_string() function
|
H A D | x509.h | 741 const char *X509_verify_cert_error_string(long n);
|
/onnv-gate/usr/src/common/openssl/crypto/ocsp/ |
H A D | ocsp_vfy.c | 124 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 D | security.c | 136 X509_verify_cert_error_string(store_ctx->error)); in get_cert_chain()
|
H A D | pkgweb.c | 939 (char *)X509_verify_cert_error_string(ctx->error)); in validate_signature()
|
/onnv-gate/usr/src/common/openssl/ssl/ |
H A D | ssl_txt.c | 182 X509_verify_cert_error_string(x->verify_result)) <= 0) goto err; in SSL_SESSION_print()
|
H A D | ssltest.c | 1648 X509_verify_cert_error_string(ctx->error)); in verify_callback()
|
/onnv-gate/usr/src/common/openssl/crypto/pkcs7/ |
H A D | verify.c | 230 X509_verify_cert_error_string(err)); in verify_callback()
|
H A D | dec.c | 215 X509_verify_cert_error_string(err)); in verify_callback()
|
H A D | pk7_smime.c | 233 X509_verify_cert_error_string(j)); in PKCS7_verify()
|
/onnv-gate/usr/src/common/openssl/apps/ |
H A D | s_cb.c | 142 X509_verify_cert_error_string(err)); in verify_callback()
|
H A D | verify.c | 342 X509_verify_cert_error_string(ctx->error)); in cb()
|
H A D | s_time.c | 724 X509_verify_cert_error_string(verify_error)); in doConnection()
|
H A D | pkcs12.c | 530 X509_verify_cert_error_string(vret)); in MAIN()
|
H A D | x509.c | 1216 X509_verify_cert_error_string(err)); in callb()
|
H A D | s_server.c | 1501 X509_verify_cert_error_string(verify_error)); in init_ssl_connection()
|
/onnv-gate/usr/src/cmd/sendmail/src/ |
H A D | tls.c | 1344 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 D | SSL_CTX_set_verify.pod | 227 X509_verify_cert_error_string(err), depth, buf);
|
/onnv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 919 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 D | stdsoap2.cpp | 3324 …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()
|