I wanted to isolate the code pretaining to sha256, so i started with sha256t.c. But there are too many dependencies which i thought was out of my tag search isolation. then i did an nm on sha256t, It used ASN1_,BN_,BIO_,CRYPTO_,ENGINE_, EVP_,OBJ_,OPENSSL_,RAND_,RSA_,X509_ functions. How can i reduce the depencdecy can i tailor it in such a way that i can get the sha256 code out. so that i can use it independently.
I could succesfully pulling out des, blowfish and aes. sice they were pretty straigth forward. i had the same problem in pulling out ECC ( but i went ahead with all the dependencies ). can some one tell me the pre-requisits that i should have before attempting such a venture of tailoring openssl.
thx a lot for any help ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]