Ger Hobbelt-2 wrote:
> 
> OpenSSL comes as two parts already: crypto and SSL library.
> 

Thanks for your answer. Well, I was thinking that probably the easiest way
would be to just compile the cryptolib alone. OpenSSL offers the option

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

where I could just list all the ciphers except RSA. In addition I wanna link
statically so here the no-shared  
option should do the trick.

However, I could not find the option yet where just the cryptolib is build
instead of the whole openssl stuff. Does anyone know how to tell that to the
compiler that I am just interested in the cryptolib?
-- 
View this message in context: 
http://www.nabble.com/RSA-%22standalone%22-tp20732845p20835439.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to