]> wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_ameth.c
Try to use known good commit for tests
[openssl-gost/engine.git] / gost_ameth.c
index de1cdcabff1edc6c9d0f26cf0e5900e12c7b94fe..478b52f89f5066e27c3b0097ee31e661b6fbc38e 100644 (file)
@@ -340,6 +340,8 @@ static int gost_cms_set_ktri_shared_info(EVP_PKEY_CTX *pctx, CMS_RecipientInfo *
                        gctx->cipher_nid = NID_magma_ctr;
                        break;
 
+               case NID_id_GostR3410_2001:
+               case NID_id_GostR3410_2001DH:
                case NID_id_GostR3410_2012_256:
                case NID_id_GostR3410_2012_512:
                        gctx->cipher_nid = NID_id_Gost28147_89;