]> arthur.barton.de Git - ngircd-alex.git/commit
ssl: gnutls: bump dh bitsize to 2048
authorFlorian Westphal <fw@strlen.de>
Sat, 4 Jun 2011 20:57:29 +0000 (22:57 +0200)
committerFlorian Westphal <fw@strlen.de>
Sat, 4 Jun 2011 20:57:29 +0000 (22:57 +0200)
commit49b2d0ec98d001fbc8eedd5a183d66974f70fd52
tree9d5783e7440558ae9d8efc4e2c8780fb08858288
parentdd7d64f577633d68a11b6dc0e97ec00df0645343
ssl: gnutls: bump dh bitsize to 2048

problem is that some clients refuse to connect to severs that only offer
1024.  For interoperability it would be best to just use 4096, but that
takes minutes, even on current hardware.
doc/SSL.txt
src/ngircd/conn-ssl.c