> From: Serhiy Ivanov [mailto:serhiy.i.iva...@globallogic.com]
> Sent: Wednesday, January 09, 2013 12:03 PM
> 
> Tried to turn off one cipher via:
> #!/bin/bash
> make clean && ./config -no-CAMELLIA-128-CBC && make depend && make
> 
> But still cannot turn it off (as i see output of openssl
> list-cipher-algorithms or even
> ./apps/openssl list-cipher-algorithms for new compiled client). I
> don't see way to really turn off ciphers. Hoew to turn them off

Follow the style specified in the INSTALL file - -no-camellia should disable 
all Camellia ciphers. I'm not aware of any easy way to disable individual 
cipher suites at library build time.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to