Re: sha1 source

2003-08-14 Thread Scott G. Kelly
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Never mind, I just found md32_common.h... Scott G. Kelly wrote: | I'm using openssl in a group of embedded applications. For one of these, | I need sha1 (and nothing else), but can't afford the space I'd need to | link the app to libcrypto.a. I've been

sha1 source

2003-08-14 Thread Scott G. Kelly
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm using openssl in a group of embedded applications. For one of these, I need sha1 (and nothing else), but can't afford the space I'd need to link the app to libcrypto.a. I've been poking around trying to find the source for SHA1_{Init,Update,Final},

Re: HMAC SHA1 source code

2003-03-17 Thread Aleksey Sanin
http://www.aleksey.com/xmlsec/bart.gif Aleksey Rich Salz wrote: openssl/crypto/sha/ refers the functions: SHA1_Init(), SHA1_Update() & SHA1_Final(), but there seems to be no reference of their definition in the source. "man grep" I guarantee that the functions are there. /r$

Re: HMAC SHA1 source code

2003-03-17 Thread Rich Salz
openssl/crypto/sha/ refers the functions: SHA1_Init(), SHA1_Update() & SHA1_Final(), but there seems to be no reference of their definition in the source. "man grep" I guarantee that the functions are there. /r$ __ OpenSS

Re: HMAC SHA1 source code

2003-03-17 Thread Nikhil Chauhan
Sorry for the double hit last time. openssl/crypto/sha/ refers the functions: SHA1_Init(), SHA1_Update() & SHA1_Final(), but there seems to be no reference of their definition in the source. Help appreciated..    Rich Salz <[EMAIL PROTECTED]> wrote: Nikhil Chauhan wrote:> Does anyone know a freely