Re: Isolating SHA Algorithm from openssl

2005-08-22 Thread Allen Rintoul
Allen Rintoul wrote: Steven Reddie wrote: If you're trying to extract an implementation of SHA-256 by starting with sha256t.c you're on the wrong track. That file is for testing sha256. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of All

Re: Isolating SHA Algorithm from openssl

2005-08-22 Thread Allen Rintoul
Steven Reddie wrote: If you're trying to extract an implementation of SHA-256 by starting with sha256t.c you're on the wrong track. That file is for testing sha256. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allen Rintoul Sent:

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