From 15a5232629a37b3df8a476f984343375950fa2ff Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 22 Jun 2015 21:28:22 +0200 Subject: Use DH parameters from OpenSSL and remove support for ephemeral RSA This adds support for DH parameters from 1024 to 8192 bits. --- Makefile | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eac4649..70df80d 100644 --- a/Makefile +++ b/Makefile @@ -812,7 +812,7 @@ dnsptr dnsip dnsmxip dnsfq hostname ipmeprint qreceipt qsmhook qbiff \ forward preline condredirect bouncesaying except maildirmake \ maildir2mbox maildirwatch qail elq pinq idedit install-big install \ instcheck home home+df proc proc+df binm1 binm1+df binm2 binm2+df \ -binm3 binm3+df update_tmprsadh +binm3 binm3+df load: \ make-load warn-auto.sh systype @@ -1915,8 +1915,7 @@ date822fmt.h date822fmt.c dns.h dns.c trylsock.c tryrsolv.c ip.h ip.c \ ipalloc.h ipalloc.c select.h1 select.h2 trysysel.c ndelay.h ndelay.c \ ndelay_off.c direntry.3 direntry.h1 direntry.h2 trydrent.c prot.h \ prot.c chkshsgr.c warn-shsgr tryshsgr.c ipme.h ipme.c trysalen.c \ -maildir.5 maildir.h maildir.c constmap.h constmap.c \ -update_tmprsadh +maildir.5 maildir.h maildir.c constmap.h constmap.c shar -m `cat FILES` > shar chmod 400 shar @@ -2247,16 +2246,3 @@ conf-qmail conf-users conf-groups Makefile-cert.mk @cat Makefile-cert.mk \ | sed s}QMAIL}"`head -n 1 conf-qmail`"}g \ > $@ - -update_tmprsadh: \ -conf-qmail conf-users conf-groups update_tmprsadh.sh - @cat update_tmprsadh.sh\ - | sed s}UGQMAILD}"`head -n 2 conf-users|tail -n 1`:`head -n 1 conf-groups`"}g \ - | sed s}QMAIL}"`head -n 1 conf-qmail`"}g \ - > $@ - chmod 755 update_tmprsadh - -tmprsadh: \ -update_tmprsadh - echo "Creating new temporary RSA and DH parameters" - ./update_tmprsadh -- cgit v1.2.3