On Tue, Sep 14, 1999 at 10:20:43PM -0600, David Murphy wrote:
> Hi - we would like to use the following SSL cipher suites with OpenSSL :-
> SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA
> SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
> Can anyone help with how to setup OpenSSL to use these suites. When
> I send these in the client hello from the client I get "no common
> cipher suites" from the OpenSSL server.
The server implementation has to provide the DH parameters, they are
not created automatically. Look at apps/s_server.c, ssl/ssltest.c or
at OpenSSL applications such as mod_ssl to see examples on how this
can be done.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]