Hey everyone, Sorry if this is a really easy question, but I can't seem to find much information on this. I am trying to compile openssl without support for SSLv2, LOW, EXP, etc. ciphers, but I am apparently not doing it right. I perform a command like this:
./config no-SSLv2 no-LOW no-EXP Unfortunately, after building and installing, the ciphers are still available. I looked in the INSTALL file, and this is the information I received: no-<cipher> Build without the specified cipher (bf, cast, des, dh, dsa, hmac, md2, md5, mdc2, rc2, rc4, rc5, rsa, sha). The crypto/<cipher> directory can be removed after running "make depend". This was not what I was hoping for. Is there an easy way to disable SSLv2, LOW, EXP, etc. cipher groups at build time? Thanks, Steve ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]