Changeset 0de1839 in mod_gnutls for src/mod_gnutls.c
- Timestamp:
- Mar 19, 2015, 8:27:45 AM (6 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 91ccb87
- Parents:
- 10b3370
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mod_gnutls.c
r10b3370 r0de1839 224 224 RSRC_CONF, 225 225 "Max size to export PEM encoded certificates to CGIs (or off to disable). Default: off"), 226 AP_INIT_TAKE1("GnuTLSProxyKeyFile", mgs_store_cred_path, 227 NULL, 228 RSRC_CONF, 229 "X509 client private file for proxy connections"), 230 AP_INIT_TAKE1("GnuTLSProxyCertificateFile", mgs_store_cred_path, 231 NULL, 232 RSRC_CONF, 233 "X509 client certificate file for proxy connections"), 234 AP_INIT_TAKE1("GnuTLSProxyCAFile", mgs_store_cred_path, 235 NULL, 236 RSRC_CONF, 237 "X509 trusted CA file for proxy connections"), 226 238 { NULL }, 227 239 };
Note: See TracChangeset
for help on using the changeset viewer.