Use OpenSSL without RSA

I'm trying to use OpenSSL without RSA. I read SSL3 spec  and found the
following Cipher Suites:

CipherSuite SSL_DH_DSS_EXPORT_WITH_DES40_CBC_SHA        = { 0x00,0x0B };
CipherSuite SSL_DH_DSS_WITH_DES_CBC_SHA                 = { 0x00,0x0C };
CipherSuite SSL_DH_DSS_WITH_3DES_EDE_CBC_SHA            = { 0x00,0x0D };
CipherSuite SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA       = { 0x00,0x11 };
CipherSuite SSL_DHE_DSS_WITH_DES_CBC_SHA                = { 0x00,0x12 };
CipherSuite SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA           = { 0x00,0x13 };

I'm using OpenSSL as a SSL clinet.I have the following questions about
using these CipherSuites:

1) Are there any CAs like Verisign providing server certificates for the
suites?
2) Do IIS and other major web servers support them?
3) Does OpenSSL support them?
4) If I use OpenSSL with these cipherSuites in/out US, do I need to pay
anybody?

Thanks.

--Yajun

Received on Monday, 4 October 1999 19:50:26 UTC