Changeset 4d4a406 in mod_gnutls for include


Ignore:
Timestamp:
Jun 16, 2016, 6:47:09 PM (7 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
Children:
a784735
Parents:
70d014b
git-author:
Thomas Klute <thomas2.klute@…> (06/16/16 17:37:53)
git-committer:
Thomas Klute <thomas2.klute@…> (06/16/16 18:47:09)
Message:

New config option: GnuTLSOCSPStapling

This flag option enables/disables OCSP stapling, instead of enabling
stapling if a response file is set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/mod_gnutls.h.in

    r70d014b r4d4a406  
    211211    apr_time_t last_cache_check;
    212212
     213    /* EXPERIMENTAL: Enable OCSP stapling */
     214    unsigned char ocsp_staple;
    213215    /* EXPERIMENTAL: OCSP response file for stapling, will go away
    214216     * once sending OCSP requests is implemented */
Note: See TracChangeset for help on using the changeset viewer.