Re: [exim-dev] 4.80 RC2 / GnuTLS 2.12.19: tls_require_cipher…

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: exim-dev
Subject: Re: [exim-dev] 4.80 RC2 / GnuTLS 2.12.19: tls_require_ciphers (server side) ignored
On 2012-05-20 at 13:55 +0200, Andreas Metzler wrote:
> tls_require_ciphers seems to be ignored on the server side:


Yup, detected myself while debugging something for GnuTLS stuff and
discovered a missing assign.

> 13:42:57 20416 GnuTLS using default session cipher/priority "NORMAL"


On the bright side, I shoved in so much debug logging that the problem
was fairly easy to track down. Fixed in git.

-Phil