[PATCH 3/4] ecc: add OID for GOST2012-512-test curve

dbaryshkov at gmail.com dbaryshkov at gmail.com
Tue Nov 12 08:58:18 CET 2019


From: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>

* cipher/ecc-curves.c (curve_aliases): add OID for GOST2012-512-test.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
---
 cipher/ecc-curves.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cipher/ecc-curves.c b/cipher/ecc-curves.c
index 021c19261f27..732219a99572 100644
--- a/cipher/ecc-curves.c
+++ b/cipher/ecc-curves.c
@@ -104,6 +104,7 @@ static const struct
     { "GOST2001-CryptoPro-C", "1.2.643.7.1.2.1.1.4" },
     { "GOST2001-CryptoPro-C", "GOST2012-256-tc26-D" },
 
+    { "GOST2012-512-test", " 1.2.643.7.1.2.1.2.0" },
     { "GOST2012-512-tc26-A", "GOST2012-tc26-A" },
     { "GOST2012-512-tc26-B", "GOST2012-tc26-B" },
     { "GOST2012-512-tc26-A", "1.2.643.7.1.2.1.2.1" },
-- 
2.24.0




More information about the Gcrypt-devel mailing list