Re: Size of DH Params

2010-03-12 Thread Dirk Menstermann
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); >> >>

RE: Size of DH Params

2010-03-11 Thread Dave Thompson
> 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