Changeset dab7a25 in mod_gnutls
- Timestamp:
- Jan 29, 2013, 3:41:38 PM (10 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- 303dc6e
- Parents:
- 6055aff
- git-author:
- Daniel Kahn Gillmor <dkg@…> (01/25/13 05:58:30)
- git-committer:
- Daniel Kahn Gillmor <dkg@…> (01/29/13 15:41:38)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/mod_gnutls_manual-0.1.html
r6055aff rdab7a25 267 267 You can generate this file using "certtool --generate-dh-params --bits 2048".<br /> 268 268 If not set mod_gnutls will use the included parameters.</p> 269 <h4>GnuTLSRSAFile</h4>270 <div class="directive">271 <h5>Description:</h5>Set to the PKCS #1 encoded RSA parameters for 'EXPORT' ciphersuites<br />272 <h5>Syntax:</h5> 273 GnuTLSRSAFile <i>file-path</i> <br />274 <h5>Default:</h5> 275 <i>none</i><br />276 <h5>Context:</h5> 277 server config, virtual host<br />278 </div>279 <p>Takes an absolute or relative path to a PKCS #1 encoded RSA parameters.<br />280 Those are used when the RSA-EXPORT key exchange method is enabled.<br />281 You can generate this file using "certtool --generate-privkey --bits 512".<br />282 These parameters should not contain a key longer than 512 bits (due to the export restrictions).<br />283 If not set mod_gnutls will not negotiate the 'EXPORT' ciphersuites.<br />284 It is recommended not to enable those ciphersuites.<br />285 If you do make sure you regenerate this file at every few hours.</p>286 269 <h4>GnuTLSSRPPasswdFile</h4> 287 270 <div class="directive"> -
include/mod_gnutls.h.in
r6055aff rdab7a25 316 316 const char *mgs_set_dh_file(cmd_parms * parms, void *dummy, 317 317 const char *arg); 318 const char *mgs_set_rsa_export_file(cmd_parms * parms, void *dummy,319 const char *arg);320 318 const char *mgs_set_cert_file(cmd_parms * parms, void *dummy, 321 319 const char *arg);
Note: See TracChangeset
for help on using the changeset viewer.