On 2005.11.14 at 08:08:07 +0200, Nadav Golombick wrote: > I am trying to perform a handshake using DSS cipher suites. Everytime > I attempt it, I get a no shared cipher message. > The certificate I am using contains RSA certificates and DSA public > and private keys (chained certificate). > What am I doing wrong?
Have you provided DH parameters for key exchange? As far as I remember all DSS-based ciphersuites use DH for key exchange and need DH parameters available for server. Some server software is able to generate temporary DH parameters, but not all. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
