RFC-2440bis adds support for the SHA-224 hash algorithm. Here's a patch. 2440bis also removes MD2 (#5), TIGER192 (#6) and HAVAL-5-160 (#7). It might be worth cleaning up the table eventually, but this patch leaves them alone. David
--- pgpmicalg.c.orig 2006-10-28 16:52:21.000000000 -0400 +++ pgpmicalg.c 2006-10-28 16:52:28.000000000 -0400 @@ -52,6 +52,7 @@ { 8, "pgp-sha256" }, { 9, "pgp-sha384" }, { 10, "pgp-sha512" }, + { 11, "pgp-sha224" }, { -1, NULL } };