diff options
| author | Sam Varshavchik | 2013-11-10 20:07:18 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2013-11-10 21:55:21 -0500 | 
| commit | 4d91075b1b90f68527304b45bb26637a17e1454d (patch) | |
| tree | dde479f63ba4470a3e9c4210b79cda13d0aab4c4 /imap/pop3d.cnf.openssl.in | |
| parent | 37a74ee0f736237b67330c620de7dc08232dec17 (diff) | |
| download | courier-libs-4d91075b1b90f68527304b45bb26637a17e1454d.tar.bz2 | |
Update DH parameter configuration scripts.
* libs/tcpd/libcouriergnutls.c, libs/tcpd/libcouriertls.c: remove the
TLS_DHCERTFILE setting, and use TLS_CERTFILE for all functionality.
Read DH parameters from TLS_CERTFILE, or from the new TLS_DHPARAMS
environment variable.
* mkdhparams: New script that generates DH parameters into a standalone
file.
* Remove TLS_DHCERTFILE setting from imapd-ssl, pop3d-ssl, esmtpd and
esmtpd-ssl. Add TLS_DHPARAMS.
* Update imapd.cnf.openssl, pop3d.cnf.openssl, esmtpd.cnf.openssl,
set default number of bits for RSA keys to 4096.
Diffstat (limited to 'imap/pop3d.cnf.openssl.in')
| -rw-r--r-- | imap/pop3d.cnf.openssl.in | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/imap/pop3d.cnf.openssl.in b/imap/pop3d.cnf.openssl.in index 971965e..5ef1d47 100644 --- a/imap/pop3d.cnf.openssl.in +++ b/imap/pop3d.cnf.openssl.in @@ -2,7 +2,7 @@  RANDFILE = @certsdir@/pop3d.rand  [ req ] -default_bits = 1024 +default_bits = 4096  encrypt_key = yes  distinguished_name = req_dn  x509_extensions = cert_type | 
