Hi,

I use openssl 0.9.7

I made a client - server connexion, and I would like to use TLS with RSA and
DH for key negotiation.

When I use "AES128-SHA" as cipher parameter, it works.

But when I set cipher list with "DHE-RSA-AES128-SHA" parameter, it doesn't.

I added         SSL_CTX_set_options(ssl_ctx,SSL_OP_SINGLE_DH_USE |
SSL_OP_EPHEMERAL_RSA );

But the result is "no shared cipher"

Which params may I use, or which function may I added in  order to allow the
key negotiations using DH

Thanks you.




______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to