Peden, George <[EMAIL PROTECTED]>:

> I want to disable all the RSA stuff - what do i need to do?

The recommended first step is to read the documentation (or at least
use grep, less, Emacs, or other tools to find the relevant parts of it);
from INSTALL:

 Configuration Options
 ---------------------

 There are several options to ./config to customize the build:

 [...]
  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".

If you use OpenSSL 0.9.5a-beta2, then after "./config no-rsa"
and "make", "make test" should run without problems.
(Up to OpenSSL 0.9.5, the test suite did not work without RSA
being available.  The Windows test suite still will fail, however.)
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to