Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DSSL_CTX_set_verify.pod20 void SSL_CTX_set_verify(SSL_CTX *ctx, int mode, SSL_verify_cb verify_callback);
21 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
39 shall be specified, the NULL pointer can be used for B<verify_callback>. In
156 and the verify_callback() function, but the way this information is used
184 and B<verify_callback> is called with B<preverify_ok>=0. By applying
191 verification process. If B<verify_callback> returns 0, the verification
194 the TLS/SSL handshake is terminated. If B<verify_callback> returns 1,
200 own error storage managed by B<verify_callback>.
265 static int verify_callback(int preverify_ok, X509_STORE_CTX *ctx)
[all …]
H A DSSL_CTX_set_cert_verify_callback.pod66 Within I<x509_store_ctx>, I<callback> has access to the I<verify_callback>
76 B<verify_callback> function called during the verification process. The
83 the B<verify_callback> function.
H A DX509_STORE_CTX_set_verify_cb.pod131 int verify_callback(int ok, X509_STORE_CTX *ctx) {
138 int verify_callback(int ok, X509_STORE_CTX *ctx) {
149 int verify_callback(int ok, X509_STORE_CTX *ctx)
165 int verify_callback(int ok, X509_STORE_CTX *ctx)
H A DSSL_CTX_set_cert_store.pod46 the verification takes place. So will e.g. the verify_callback() be
47 overridden with the verify_callback() set via the
/openssl/test/helpers/
H A Dssl_test_ctx.h100 ssl_verify_callback_t verify_callback; member
242 const char *ssl_verify_callback_name(ssl_verify_callback_t verify_callback);
H A Dhandshake.c515 switch (extra->client.verify_callback) { in configure_handshake_ctx()
1667 if (extra->client.verify_callback == SSL_TEST_VERIFY_RETRY_ONCE in do_handshake_internal()
H A Dssl_test_ctx.c190 client_conf->verify_callback = ret_value; in parse_client_verify_callback()
/openssl/test/
H 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()
H A Dssl_old_test.c86 static int verify_callback(int ok, X509_STORE_CTX *ctx);
1572 verify_callback); in main()
1575 verify_callback); in main()
1583 SSL_CTX_set_verify(c_ctx, SSL_VERIFY_PEER, verify_callback); in main()
2891 static int verify_callback(int ok, X509_STORE_CTX *ctx) in verify_callback() function
/openssl/apps/include/
H A Ds_apps.h28 int verify_callback(int ok, X509_STORE_CTX *ctx);
/openssl/apps/lib/
H A Dtlssrp_depr.c213 SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, verify_callback); in set_up_srp_verifier_file()
H A Ds_cb.c48 int verify_callback(int ok, X509_STORE_CTX *ctx) in verify_callback() function
/openssl/doc/man7/
H 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/ssl/
H A Dssl_cert.c492 if (s->verify_callback) in ssl_verify_internal()
493 X509_STORE_CTX_set_verify_cb(ctx, s->verify_callback); in ssl_verify_internal()
H A Dssl_lib.c796 s->verify_callback = ctx->default_verify_callback; in ossl_ssl_connection_new_int()
1817 return sc->verify_callback; in SSL_get_verify_callback()
1844 sc->verify_callback = callback; in SSL_set_verify()
H A Dssl_local.h1504 int (*verify_callback) (int ok, X509_STORE_CTX *ctx); member
/openssl/apps/
H A Ds_server.c2243 SSL_CTX_set_verify(ctx, s_server_verify, verify_callback); in s_server_main()
2261 SSL_CTX_set_verify(ctx2, s_server_verify, verify_callback); in s_server_main()
H A Ds_client.c2023 SSL_CTX_set_verify(ctx, verify, verify_callback); in s_client_main()
/openssl/
H A DCHANGES.md16211 * Modified SSL library such that the verify_callback that has been set
16213 used. Before the change, a verify_callback set with this function was
16214 ignored and the verify_callback() set in the SSL_CTX at the time of

Completed in 155 milliseconds