https://bugs.contribs.org/show_bug.cgi?id=6741
--- Comment #4 from John Crisp <[email protected]> ---
(In reply to John Crisp from comment #3)
> It doesn't appear to use the $config[openssl_cnf] setting and therefore
> tries to create its own .rnd as it ignores the setting in the openssl.conf
> file
>
Nonsense he says to himself:
"openssl dhparam -rand '$config[random]'"
As a note to self....
In other place it uses
exec(CA...
or
exec(CRL...
These are defined in config/config.php
define('OPENSSL',$config['openssl_bin'].' ');
define('X509', OPENSSL . ' x509 ');
define('PKCS12', "RANDFILE='$config[random]' " . OPENSSL . ' pkcs12 ');
define('CA', OPENSSL . ' ca ');
define('REQ', OPENSSL . ' req ');
define('CRL', OPENSSL . ' crl ');
Should we add a 'dhparam' Define in there??
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/