Re: Patch: save/load state of SHA1 - v2

2007-06-12 Thread Nanno Langstraat
v2 of the SHA save patch. Now against the top level of the source tree. * Now lets user alloc the buffer. * '_Default_Version()' call added. * Man page documentation added. Nanno diff -Nru ../openssl-0.9.8e/crypto/sha/sha.h crypto/sha/sha.h --- ../openssl-0.9.8e/crypto/sha/sha.h

Re: Patch: save/load state of SHA1 - v2

2007-06-12 Thread Goetz Babin-Ebell
--On Jun 12, 2007 18:28:49 +0200 Nanno Langstraat [EMAIL PROTECTED] wrote: v2 of the SHA save patch. Is there a special reason to limit it to SHA ? Why not a EVP_MD_CTX_{load|save} ? Goetz -- DMCA: The greed of the few outweights the freedom of the many pgpFVb5vOyptj.pgp Description: PGP

Re: Patch: save/load state of SHA1 - v2

2007-06-12 Thread Dr. Stephen Henson
On Tue, Jun 12, 2007, Goetz Babin-Ebell wrote: --On Jun 12, 2007 18:28:49 +0200 Nanno Langstraat [EMAIL PROTECTED] wrote: v2 of the SHA save patch. Is there a special reason to limit it to SHA ? Why not a EVP_MD_CTX_{load|save} ? That would be the preferred option since we've

Re: Patch: save/load state of SHA1 - v2

2007-06-12 Thread Nanno Langstraat
Dr. Stephen Henson wrote: On Tue, Jun 12, 2007, Goetz Babin-Ebell wrote: --On Jun 12, 2007 18:28:49 +0200 Nanno Langstraat [EMAIL PROTECTED] wrote: v2 of the SHA save patch. Is there a special reason to limit it to SHA ? Why not a EVP_MD_CTX_{load|save} ? That would be