[exim-dev] [Bug 2822] Issues with DHE ciphers - problems wit…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2822] Issues with DHE ciphers - problems with GnuTLS implementation?
https://bugs.exim.org/show_bug.cgi?id=2822

--- Comment #4 from Jeremy Harris <jgh146exb@???> ---
Exim feeds the string from the tls_require_ciphers option pretty much direct
into the library gnutls_priority_init() function. You might get a more
informed response from the gnutls mailinglist.

Is it possible that your "gnutls" utilites are using a different library
variant
to exim? Or that they are not constrained by some system policy setting,
where exim is?

I'm not a gnutls internals expert, but a peek at the code does show an
#ifdef ENABLE_DHE
build-time possibility.
"man update-crypto-policies" tells me about system policy, on a Fedora system.

--
You are receiving this mail because:
You are on the CC list for the bug.