Searched refs:verify (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/ssl/
H A Dssl_engine_kernel.c316 int depth, verify_old, verify, n; local
519 * The depth checks are handled by us manually inside the verify callback
522 * OpenSSL about the currently verify depth. Instead we remember it in our
524 * renegotiation if the reconfigured/new verify depth is less than the
525 * currently active/remembered verify depth (because this means more
544 * We force a renegotiation if the reconfigured/new verify type is
545 * stronger than the currently active verify type.
550 * currently active verify type is "none" but a client certificate is
560 verify = SSL_VERIFY_NONE;
564 verify |
1399 int depth, verify; local
[all...]
H A Dssl_engine_pphrase.c429 static int pipe_get_passwd_cb(char *buf, int length, char *prompt, int verify)
456 int ssl_pphrase_Handle_CB(char *buf, int bufsize, int verify, void *srv)
H A Dssl_engine_init.c668 int verify = SSL_VERIFY_NONE; local
683 verify |= SSL_VERIFY_PEER_STRICT;
689 verify |= SSL_VERIFY_PEER;
692 SSL_CTX_set_verify(ctx, verify, ssl_callback_SSLVerify);
706 "Unable to configure verify locations "
1322 /* Attempt to verify the client cert */
/httpd/support/
H A Dhtpasswd.c251 static int verify(struct passwd_ctx *ctx, const char *hash) function
265 ctx->errstr = apr_psprintf(ctx->pool, "Could not verify password: %pm",
348 * As it doesn't exist yet, verify that we can create it.
463 i = verify(&ctx, hash);

Completed in 33 milliseconds