>From the documents of http://www.openssl.org/docs/apps/ciphers.html and 
CHANGES with the source code, RFC3268 is stated to be supported.

But I cannot get the following ciphers by using openssl ciphers. (I have 
used openssl1.0.1e and openssl0.9.8y) 

 TLS_DH_DSS_WITH_AES_128_CBC_SHA         DH-DSS-AES128-SHA
 TLS_DH_DSS_WITH_AES_256_CBC_SHA         DH-DSS-AES256-SHA
 TLS_DH_RSA_WITH_AES_128_CBC_SHA         DH-RSA-AES128-SHA
 TLS_DH_RSA_WITH_AES_256_CBC_SHA         DH-RSA-AES256-SHA 

Are they really supported or do I have to enable them when building 
openssl?

-Zyan

Reply via email to