> 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 ).
>
> 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