Hi,

I have to create a program, which has to be as small as possible, but it should 
use the BIGNUM functions from the OpenSSL library, because it has to work with 
large numbers. Is there a possibilty to compile a library, which just contains 
the BIGNUMs functions. I don't need any special features like rsa or dsa.
At the moment I build the OpenSSL library with as little ciphers as possible. 
Unfortunately I cannot deactivate all of them, because then the library doesn't 
compile. The library is now about 1,59Mb and I think this is just a little bit 
too much for only the BIGNUM functions.
Another possibilty could be to just copy the source code which is in the 
bn-directory. But it doesn't compile because there are many dependencies from 
other parts around this directory. 
Has anyone a version which just contains the BIGNUM functions?

Thank you for your help. 
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to