summaryrefslogtreecommitdiff
path: root/cipher/sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/sha1.c')
-rw-r--r--cipher/sha1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cipher/sha1.c b/cipher/sha1.c
index c393a570..9c81f680 100644
--- a/cipher/sha1.c
+++ b/cipher/sha1.c
@@ -358,6 +358,8 @@ static gcry_md_oid_spec_t oid_spec_sha1[] =
{ "1.3.14.3.2.26" },
/* from NIST OIW (sha-1WithRSAEncryption) */
{ "1.3.14.3.2.29" },
+ /* iso.member-body.us.ansi-x9-62.signatures.ecdsa-with-sha1 */
+ { "1.2.840.10045.4.1" },
{ NULL },
};