Home
last modified time | relevance | path

Searched refs:verify_callback (Results 1 – 19 of 19) sorted by relevance

/openssl-master/doc/man3/
A DSSL_CTX_set_verify.pod21 void SSL_set_verify(SSL *ssl, int mode, SSL_verify_cb verify_callback);
34 specifies the B<verify_callback> function to be used. If no callback function
35 shall be specified, the NULL pointer can be used for B<verify_callback>.
39 shall be specified, the NULL pointer can be used for B<verify_callback>. In
138 and the verify_callback() function, but the way this information is used
166 and B<verify_callback> is called with B<preverify_ok>=0. By applying
173 verification process. If B<verify_callback> returns 0, the verification
176 the TLS/SSL handshake is terminated. If B<verify_callback> returns 1,
182 own error storage managed by B<verify_callback>.
244 static int verify_callback(int preverify_ok, X509_STORE_CTX *ctx)
[all …]
A DX509_STORE_CTX_set_verify_cb.pod111 int verify_callback(int ok, X509_STORE_CTX *ctx) {
118 int verify_callback(int ok, X509_STORE_CTX *ctx) {
129 int verify_callback(int ok, X509_STORE_CTX *ctx)
145 int verify_callback(int ok, X509_STORE_CTX *ctx)
A DSSL_CTX_set_cert_verify_callback.pod64 Within I<x509_store_ctx>, I<callback> has access to the I<verify_callback>
74 B<verify_callback> function called during the verification process. The
81 the B<verify_callback> function.
A DSSL_CTX_set_cert_store.pod44 the verification takes place. So will e.g. the verify_callback() be
45 overridden with the verify_callback() set via the
/openssl-master/test/helpers/
A Dssl_test_ctx.h99 ssl_verify_callback_t verify_callback; member
236 const char *ssl_verify_callback_name(ssl_verify_callback_t verify_callback);
A Dhandshake.c501 switch (extra->client.verify_callback) { in configure_handshake_ctx()
1634 if (extra->client.verify_callback == SSL_TEST_VERIFY_RETRY_ONCE in do_handshake_internal()
A Dssl_test_ctx.c194 client_conf->verify_callback = ret_value; in parse_client_verify_callback()
/openssl-master/test/
A Dssl_test_ctx_test.c39 if (!TEST_int_eq(conf1->verify_callback, conf2->verify_callback) in clientconf_eq()
179 fixture->expected_ctx->extra.client.verify_callback = in test_good_configuration()
A Dssl_old_test.c85 static int verify_callback(int ok, X509_STORE_CTX *ctx);
1523 verify_callback); in main()
1526 verify_callback); in main()
1534 SSL_CTX_set_verify(c_ctx, SSL_VERIFY_PEER, verify_callback); in main()
2817 static int verify_callback(int ok, X509_STORE_CTX *ctx) in verify_callback() function
/openssl-master/apps/include/
A Ds_apps.h27 int verify_callback(int ok, X509_STORE_CTX *ctx);
/openssl-master/apps/lib/
A Dtlssrp_depr.c213 SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, verify_callback); in set_up_srp_verifier_file()
A Ds_cb.c48 int verify_callback(int ok, X509_STORE_CTX *ctx) in verify_callback() function
/openssl-master/doc/man7/
A Dproxy-certificates.pod208 static int verify_callback(int ok, X509_STORE_CTX *ctx)
308 X509_STORE_CTX_set_verify_cb(ctx, verify_callback);
/openssl-master/ssl/
A Dssl_cert.c423 if (s->verify_callback) in ssl_verify_cert_chain()
424 X509_STORE_CTX_set_verify_cb(ctx, s->verify_callback); in ssl_verify_cert_chain()
A Dssl_lib.c740 s->verify_callback = ctx->default_verify_callback; in SSL_new()
1492 return s->verify_callback; in SSL_get_verify_callback()
1514 s->verify_callback = callback; in SSL_set_verify()
A Dssl_local.h1518 int (*verify_callback) (int ok, X509_STORE_CTX *ctx); member
/openssl-master/apps/
A Ds_server.c2156 SSL_CTX_set_verify(ctx, s_server_verify, verify_callback); in s_server_main()
2174 SSL_CTX_set_verify(ctx2, s_server_verify, verify_callback); in s_server_main()
A Ds_client.c1892 SSL_CTX_set_verify(ctx, verify, verify_callback); in s_client_main()
/openssl-master/
A DCHANGES.md14336 * Modified SSL library such that the verify_callback that has been set
14338 used. Before the change, a verify_callback set with this function was
14339 ignored and the verify_callback() set in the SSL_CTX at the time of

Completed in 78 milliseconds