On Wed, Sep 29, 1999, Fabrizio Pivari wrote:
> I've read the FAQ and I was able to test SSL and Client- Authentication
> The documentation is very well and explain like to generate all the
> certificates with RSA, 3DES, MD5
>
> Is it possible to use
> DSA, IDEA, SHA1 ?
>
> Could you explain me the command I need to use?
The certificates are not created with "RSA, 3DES, MD5". What you mean is
certainly that you use ciphers under run-time which are based on RSA/3DES/MD5
and that you know also want to use DH/IDEA/SHA1, right? Then you've to
generate a DSA based certificate ("make certificate ALGO=DSA" is your friend)
and reference this instead or (better) in addition to the RSA cert/key pair.
Then the DH ciphers magically start to work ;)
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]