Changeset babdb29 in mod_gnutls for include


Ignore:
Timestamp:
May 16, 2018, 2:12:08 AM (5 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, debian/master, main, master, proxy-ticket
Children:
92b5f4d
Parents:
d036f96
Message:

Initialize and clean up the OCSP cache, following session cache patterns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/mod_gnutls.h.in

    rd036f96 rbabdb29  
    182182    /* Mutex to prevent parallel OCSP requests */
    183183    apr_global_mutex_t *ocsp_mutex;
     184    /* Enable OCSP cache */
     185    unsigned char ocsp_cache_enable : 2;
     186    /* Internal OCSP cache data */
     187    mgs_cache_t ocsp_cache;
    184188    /* Cache timeout for OCSP responses. Note that the nextUpdate
    185189     * field of the response takes precedence if shorter. */
Note: See TracChangeset for help on using the changeset viewer.