Thank you Dave!
Dave Thompson wrote:
>> From: owner-openssl-us...@openssl.org On Behalf Of Dirk Menstermann
>> Sent: Wednesday, 10 March, 2010 10:57
>
>> when I generate DH parameters with:
>>
>> int bits = 1024;
>> DH *params = DH_generate_parameters (bits, DH_GENERATOR_5,
>> NULL, NULL);
>>
>>
> From: owner-openssl-us...@openssl.org On Behalf Of Dirk Menstermann
> Sent: Wednesday, 10 March, 2010 10:57
> when I generate DH parameters with:
>
> int bits = 1024;
> DH *params = DH_generate_parameters (bits, DH_GENERATOR_5,
> NULL, NULL);
>
> Can I then later read the value of the bits pa