aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2019-04-11 18:51:21 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2019-04-18 22:15:02 +0800
commit32fbdbd32e1caafd7ae9b750e12fe8f2ea038add (patch)
treef50c0c57ad1b8c1046c0147f6818a40f0ce79c2c /crypto/testmgr.c
parentcrypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm (diff)
downloadlinux-dev-32fbdbd32e1caafd7ae9b750e12fe8f2ea038add.tar.xz
linux-dev-32fbdbd32e1caafd7ae9b750e12fe8f2ea038add.zip
crypto: ecrdsa - add EC-RDSA test vectors to testmgr
Add testmgr test vectors for EC-RDSA algorithm for every of five supported parameters (curves). Because there are no officially published test vectors for the curves, the vectors are generated by gost-engine. Signed-off-by: Vitaly Chikunov <vt@altlinux.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index bc382b0c0ac6..3e16be68792d 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -3476,6 +3476,12 @@ static const struct alg_test_desc alg_test_descs[] = {
.kpp = __VECS(ecdh_tv_template)
}
}, {
+ .alg = "ecrdsa",
+ .test = alg_test_akcipher,
+ .suite = {
+ .akcipher = __VECS(ecrdsa_tv_template)
+ }
+ }, {
.alg = "gcm(aes)",
.test = alg_test_aead,
.fips_allowed = 1,