Changeset 0dc1a31 in mod_gnutls
- Timestamp:
- Jan 15, 2020, 11:14:50 AM (15 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- a9e0738
- Parents:
- 346c03b
- git-author:
- Fiona Klute <fiona.klute@…> (01/15/20 11:13:01)
- git-committer:
- Fiona Klute <fiona.klute@…> (01/15/20 11:14:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
r346c03b r0dc1a31 1656 1656 */ 1657 1657 if (ctxt->sc->client_verify_mode == GNUTLS_CERT_REQUEST) 1658 return OK;1658 return DECLINED; 1659 1659 1660 1660 /* no certificate provided by the client, but one was required. */ … … 1834 1834 apr_table_setn(r->subprocess_env, "SSL_CLIENT_VERIFY", 1835 1835 "SUCCESS"); 1836 ret = OK;1836 ret = DECLINED; 1837 1837 } else { 1838 1838 apr_table_setn(r->subprocess_env, "SSL_CLIENT_VERIFY",
Note: See TracChangeset
for help on using the changeset viewer.