Changeset a3e0f7b in mod_gnutls for src/gnutls_ocsp.h
- Timestamp:
- Jan 12, 2020, 10:01:55 AM (13 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 5c9ca6b
- Parents:
- 845c112
- git-author:
- Fiona Klute <fiona.klute@…> (01/12/20 07:50:52)
- git-committer:
- Fiona Klute <fiona.klute@…> (01/12/20 10:01:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_ocsp.h
r845c112 ra3e0f7b 46 46 /** OCSP URI extracted from the certificate. NULL if unset. */ 47 47 apr_uri_t *uri; 48 /** OCSP response file for the certificate. NULL if unset. Takes 49 * precedence over uri. */ 50 char *response_file; 48 51 /** Trust list to verify OCSP responses for stapling. Should 49 52 * usually only contain the CA that signed the certificate. */ … … 70 73 const char *mgs_store_ocsp_response_path(cmd_parms * parms, 71 74 void *dummy __attribute__((unused)), 72 const char *arg);75 int argc, char *const *argv); 73 76 74 77 /**
Note: See TracChangeset
for help on using the changeset viewer.