<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div dir="ltr" id="yui_3_16_0_1_1448526693070_42864">We can generate primes p,q and g for DSA in OpenSSL by using command:<br class="" id="yui_3_16_0_1_1448526693070_43003"><br class="" id="yui_3_16_0_1_1448526693070_43005">openssl dsaparam -text -out dsaparam.pem 1024 <br class="" id="yui_3_16_0_1_1448526693070_43007"><br class="" id="yui_3_16_0_1_1448526693070_43009">Is it possible to generate primes p , q and g using an Hash Function in OpenSSL if value of L , N and hash function is known ?<br class="" id="yui_3_16_0_1_1448526693070_43011"><br class="" id="yui_3_16_0_1_1448526693070_43013">Any help will be greatly appreciated !<br></div></div></body></html>