X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_pmeth.c;fp=gost_pmeth.c;h=b6f45436975d56783ec4f36e8fa70620d332b2f5;hb=1d50ff581be1c6fc55990ab4ef6342a3eb858930;hp=41e53b67e2da2794977868dda2b20b7f81cc83fd;hpb=518200e2b50b73bf9dee931ad875811286ea3579;p=openssl-gost%2Fengine.git diff --git a/gost_pmeth.c b/gost_pmeth.c index 41e53b6..b6f4543 100644 --- a/gost_pmeth.c +++ b/gost_pmeth.c @@ -351,6 +351,7 @@ static int pkey_gost2012_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) case NID_id_tc26_gost_3410_2012_512_paramSetA: case NID_id_tc26_gost_3410_2012_512_paramSetB: case NID_id_tc26_gost_3410_2012_512_paramSetC: + case NID_id_tc26_gost_3410_2012_512_paramSetTest: result = (EVP_PKEY_assign(pkey, NID_id_GostR3410_2012_512, ec)) ? 1 : 0; break;