Changeset d036f96 in mod_gnutls for src/mod_gnutls.c


Ignore:
Timestamp:
May 8, 2018, 3:04:41 PM (5 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, debian/master, main, master, proxy-ticket
Children:
babdb29
Parents:
13870b7
Message:

Add configuration directive GnuTLSOCSPCache (no-op for now)

First step to a separate cache for OCSP data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mod_gnutls.c

    r13870b7 rd036f96  
    319319    NULL,
    320320    RSRC_CONF,
    321     "Cache Configuration"),
     321    "Session Cache Configuration"),
    322322    AP_INIT_FLAG("GnuTLSSessionTickets", mgs_set_tickets,
    323323    NULL,
     
    365365                 "Regularly refresh cached OCSP response independent "
    366366                 "of TLS handshakes?"),
     367    AP_INIT_TAKE12("GnuTLSOCSPCache", mgs_set_cache,
     368                   NULL,
     369                   RSRC_CONF,
     370                  "OCSP Cache Configuration"),
    367371    AP_INIT_FLAG("GnuTLSOCSPCheckNonce", mgs_set_ocsp_check_nonce,
    368372                 NULL, RSRC_CONF,
Note: See TracChangeset for help on using the changeset viewer.