> On May 29, 2016, at 1:59 AM, [email protected] wrote:
> 
> https://bugs.exim.org/show_bug.cgi?id=1837
> 
> --- Comment #7 from Phil Pennock <[email protected]> ---
> I am going to bed.  I have changes to support this, but where the OpenSSL
> function DHparams_print_fp() confirm q is set, PEM_write_DHparams() does not
> produce different output.  I want to believe that this is just me being tired,
> but past experience suggests that this really is OpenSSL being obnoxious.

Wrong output function.  For writing DSA-style parameters (p, q, g) you
need:

        PEM_write_DSAparams()

not

        PEM_write_DHparams()

But, (broken record), do yourself a favour and just drop these groups...

-- 
        Viktor.


-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to