On Tue, Oct 08, 2013, Sean Alexandre wrote:
> I'm writing a client app that uses OpenSSL to connect to an SSL server. I want
> to display the number of bits used for the DH parameter set. How do I do this?
>
> So far I've found "struct dh_st" and it has (from dh.h):
> BIGNUM *p;
> From: owner-openssl-us...@openssl.org On Behalf Of Sean Alexandre
> Sent: Tuesday, October 08, 2013 20:08
> I'm writing a client app that uses OpenSSL to connect to an SSL server. I
want
> to display the number of bits used for the DH parameter set. I've
tried
> (psuedocode):
> SSL *ssl;
>