Re: Isolating SHA Algorithm from openssl

2005-08-22 Thread Allen Rintoul
en Rintoul Sent: Monday, 22 August 2005 10:07 PM To: openssl-users Subject: Isolating SHA Algorithm from openssl 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

Re: Isolating SHA Algorithm from openssl

2005-08-22 Thread Allen Rintoul
Monday, 22 August 2005 10:07 PM To: openssl-users Subject: Isolating SHA Algorithm from openssl 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

RE: Isolating SHA Algorithm from openssl

2005-08-22 Thread Steven Reddie
0:07 PM To: openssl-users Subject: Isolating SHA Algorithm from openssl 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_,ENG

Isolating SHA Algorithm from openssl

2005-08-22 Thread Allen Rintoul
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