Re: Removing RSA stuff

2000-03-24 Thread Bodo Moeller

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]



Removing RSA stuff

2000-03-20 Thread Peden, George

I want to disable all the RSA stuff - what do i need to do?  I threw the
-DNO_RSA switch, but rsa.h errors out.  Is there a cool Configure switch?
Or do I have to hack the makefile and dependencies.

thanks,

george
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]