Indirection in Digests

2001-05-07 Thread imran badr
Hi , I am new to openSSL. I am looking at the code in md32_common.h file which has a single method HASH_UPDATE(..) for MD5 and SHA-1 etc. I tried to figure out how does the program knows which digest to use at run time but failed? any help would be highly appreciated. Thanks, Imran.

Re: Indirection in Digests

2001-05-07 Thread Greg Stark
, 2001 3:12 PM Subject: Indirection in Digests > Hi , I am new to openSSL. I am looking at the code in md32_common.h file > which has a single method HASH_UPDATE(..) for MD5 and SHA-1 etc. I tried to > figure out how does the program knows which digest to use at run time but > failed? an