Changeset 8c03808 in mod_gnutls
- Timestamp:
- Dec 20, 2012, 11:18:47 PM (10 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
- Children:
- 3b4c0d0
- Parents:
- cb60afc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mod_gnutls.c
rcb60afc r8c03808 121 121 RSRC_CONF, 122 122 "Set the file to read Diffie Hellman parameters from"), 123 AP_INIT_TAKE1("GnuTLSRSAFile", mgs_set_rsa_export_file,124 NULL,125 RSRC_CONF,126 "Set the file to read RSA-EXPORT parameters from"),127 123 AP_INIT_TAKE1("GnuTLSCertificateFile", mgs_set_cert_file, 128 124 NULL, … … 180 176 RSRC_CONF, 181 177 "Whether this server has GnuTLS Enabled. Default: Off"), 182 AP_INIT_TAKE1("GnuTLSExportCertificates",183 mgs_set_export_certificates_enabled,184 NULL,185 RSRC_CONF,186 "Whether to export PEM encoded certificates to CGIs. Default: Off"),187 178 { NULL } 188 179 };
Note: See TracChangeset
for help on using the changeset viewer.