After turning off all ciphers i implicitly turned off whole TLS1:
#ifndef OPENSSL_NO_TLS1
# define OPENSSL_NO_TLS1
#endif
#ifndef OPENSSL_NO_TLSEXT
# define OPENSSL_NO_TLSEXT
#endif
- in my opensslconf.h
So, which cipher should remain i.e. which of them corresponds to
TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA in punt 9 of RFC 2246?
--
kind regards,

Serhiy Ivanov
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to