https://bugs.contribs.org/show_bug.cgi?id=6741

--- Comment #5 from John Crisp <[email protected]> ---
OK - added

define('DH', OPENSSL . ' dhparam ');

And then:

exec(DH . "-rand '$config[random]' -out '$config[private_dir]/dhparam1024.pem'
1024");

Don't get the pretty generation on screen. Do get a key. Still get an error but
confined to the logs.

It is to do with he fact that openssl updates it's randomness file at the end
of each use. Except for whatever good reason it can't when running here.

I do note that PKCS12 uses a RANDFILE env var:

define('PKCS12', "RANDFILE='$config[random]' " . OPENSSL . ' pkcs12 ');

I'll try that next.....

-- 
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/

Reply via email to