Gentlemen,

I am in the process of trying to get a OpenSSL-based client/server set
(sets up an SSL connection) to inter-operate with a similar
client/server based on another cipher toolkit (not OpenSSL).

Now for the questions.  The default CipherSpec that the client
negotiates is EDH-RSA-DES-CBC3-SHA which from my delving in the SSLv3
Netscape draft (dated November 18th, 1996) seem equivalent to the
SSL_DHE_RSA_WITH_DES_CBC_SHA or 0x0015.  Is this correct?

How can I force a CipherSpec, which does not show up when I run openssl
ciphers?  The CipherSpec I need to support is the OpenSSL equivalent of
SSL_RSA_WITH_DES_CBC_SHA or 0x0009.  What is the equivalent OpenSSL
cipher Spec?  How can I add it to the available list if it is currently
not supported?

Any and all help would be gratefully accepted.

Thanks in advance,

Mike


-- 
Michael Kobar                                [EMAIL PROTECTED]   
Software Engineer                            (203)634-6352 voice
Southern New England Telecommunications      (203)634-5226 fax     
PGP Fingerprint=3998 972B 496E 39AB C9AD  AEE7 B648 A3F7 AD19 6D5A
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to