summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-02-09 19:43:04 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-02-09 19:43:04 +0000
commit53ca4761cce35e319274f3b82a938403dca1fe83 (patch)
treedad600b3d7df0edea099229e8852b42bff0b1245 /engines
parent52cfa39716ede61d4eff048ce259d10816d4008b (diff)
PR: 1483
Add support for GOST 28147-89 in Gost ENGINE.
Diffstat (limited to 'engines')
-rw-r--r--engines/ccgost/gost_crypt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/ccgost/gost_crypt.c b/engines/ccgost/gost_crypt.c
index 7a8e8fddcd..fca7b2d9d5 100644
--- a/engines/ccgost/gost_crypt.c
+++ b/engines/ccgost/gost_crypt.c
@@ -158,6 +158,7 @@ struct gost_cipher_info gost_cipher_list[]=
{NID_id_Gost28147_89_CryptoPro_B_ParamSet,&Gost28147_CryptoProParamSetB,1},
{NID_id_Gost28147_89_CryptoPro_C_ParamSet,&Gost28147_CryptoProParamSetC,1},
{NID_id_Gost28147_89_CryptoPro_D_ParamSet,&Gost28147_CryptoProParamSetD,1},
+ {NID_id_Gost28147_89_TestParamSet,&Gost28147_TestParamSet,1},
{NID_undef,NULL,0}
};