I think I might have it figured out.
1. Do steps at http://www.intertrader.com/library/SSLeay/no_rsa.cfm to
generate DSA Certificate
2. Server side, do the equivalent of:
openssl s_server -key privkey.pem -cert signed.pem -CAfile demoCA/cacert.pem
3. Client side, do the equivalent of:
openssl s_client -CAfile signed.pem
Is this right??? Gets so confusing after a while.
Skye
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]