RFC-2440bis adds support for the SHA-224 hash algorithm.
authorDavid Shaw <dshaw@jabberwocky.com>
Mon, 30 Oct 2006 02:36:07 +0000 (02:36 +0000)
committerDavid Shaw <dshaw@jabberwocky.com>
Mon, 30 Oct 2006 02:36:07 +0000 (02:36 +0000)
pgpmicalg.c

index 10e273728419b232fc07a7fbbed44b4b1c339ece..f81c76bf5615132c34a003559d07e5bea01888aa 100644 (file)
@@ -52,6 +52,7 @@ HashAlgorithms[] =
   { 8,         "pgp-sha256"            },
   { 9,         "pgp-sha384"            },
   { 10,                "pgp-sha512"            },
+  { 11,                "pgp-sha224"            },
   { -1,        NULL }
 };