On 2004.11.10 at 19:15:39 -0200, Reginaldo de Oliveira Santos wrote:

> Hi, everybody, I wanna know if somebody has succefully fragment de OpenSSL
> source code. For example, to isolate the rsa function, then you can use that
> without depending on OpenSSL instalation?

There are few defines like OPENSSL_NO_RSA, OPENSSL_NO_DSA etc,
which you can use building your own verison of OpenSSL with unneccessary
functionality stripped down.

Then you compile resulting library statically and do not depend on any
installation

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to