Hi openssl-users,
 
I'm using the crypto lib and am trying to generate good DSA key data sets with the seed and cnt.  According to the function description of DSA_generate_parameters (), if I give it a rotten seed value, it should stuff a better one back to me?  Or so it seems from the description.  But I can't seem to get it to return a seed value back to me?
 
If this isn't the case, how can I retrieve the seed and count information from the key I generate using the crypto libs?
 
Also I passed DSA_generate_parameters a FIPS seed value and sure enough, I can reproduce the cnt value so at least that works.
 
Thanks in advance,
Francis.

Reply via email to