mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-29 18:06:38 +02:00
c643895de7
=================================================================== RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v retrieving revision 1.1.1.1.2.1.2.1.2.2406 diff -u -r1.1.1.1.2.1.2.1.2.2406 Changes --- Changes 17 May 2007 11:38:07 -0000 1.1.1.1.2.1.2.1.2.2406 +++ Changes 17 May 2007 13:22:05 -0000 @@ -1710,3 +1710,6 @@ - Added set::ssl::server-cipher-list, #002368 requested by Beastie - Added set::ssl::renegotiate-bytes, set::ssl:renegotiate-timeout, #0002971 suggested by tabrisnet. Gets activated when >0. Please set sane values. +- Added set::ssl::dh to indicate DH parameters. These are needed to support + DSA certificates and should probably make them work from now on. Code + originally by the inspircd team.