Commit 4631dbf6 authored by Giovanni Bajo's avatar Giovanni Bajo Committed by Simon Kelley

DSA-NSEC3-SHA1 is an alias of DSA for signature verification.

parent 4f9aefc7
......@@ -185,7 +185,7 @@ static const int valgctx_size[] =
sizeof(VerifyAlgCtx), /* 3: DSA */
0, /* 4: ECC */
sizeof(VerifyAlgCtx), /* 5: RSASHA1 */
0, /* 6: DSA-NSEC3-SHA1 */
sizeof(VerifyAlgCtx), /* 6: DSA-NSEC3-SHA1 */
sizeof(VerifyAlgCtx), /* 7: RSASHA1-NSEC3-SHA1 */
sizeof(VerifyAlgCtx), /* 8: RSASHA256 */
0, /* 9: unassigned */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment