summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2013-12-31 00:39:58 +0400
committerWerner Koch <wk@gnupg.org>2014-01-13 11:04:48 +0100
commit2c5ec803100ed8261e51442fb93b75367b7725ea (patch)
tree802b6f0dece612d44488f3ce8342b905a2a8195c /tests
parent9bedc5c3b646dfe481678ca58f5466ac46decaf7 (diff)
downloadlibgcrypt-2c5ec803100ed8261e51442fb93b75367b7725ea.tar.gz
Add GOST R 34.10-2012 curves proposed by TC26
* cipher/ecc-curves.c (domain_parmss): Add two GOST R 34.10-2012 curves proposed/pending to standardization by TC26 (Russian cryptography technical comitee). * cipher/ecc-curves.c (curve_alias): Add OID aliases. * tests/curves.c: Increase N_CURVES. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/curves.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/curves.c b/tests/curves.c
index de5ae468..05814527 100644
--- a/tests/curves.c
+++ b/tests/curves.c
@@ -29,7 +29,7 @@
#include "../src/gcrypt-int.h"
/* Number of curves defined in ../cipger/ecc.c */
-#define N_CURVES 19
+#define N_CURVES 21
/* A real world sample public key. */
static char const sample_key_1[] =