RE: DH_generate_key( ) Vs DH_compute_key( )

2011-04-08 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of ikuzar > Sent: Thursday, 07 April, 2011 08:31 > I'd like to know if DH_compute_key( ) runs faster than > DH_generate_key( ). DH_generate_key generate x and g^x, > in my case ( x was not set when I call this function ). >

RE: store peer pubkey my DH structure

2011-04-08 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of ikuzar > Sent: Thursday, 07 April, 2011 09:02 > I 'd like to know if it is possible to store peer pubkey in my DH sructure. If 'my' structure means an OpenSSL 'DH' (which is actually a typedef for struct dh_st) that represent