projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52cfa39
)
PR: 1483
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 9 Feb 2007 19:43:04 +0000
(19:43 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 9 Feb 2007 19:43:04 +0000
(19:43 +0000)
Add support for GOST 28147-89 in Gost ENGINE.
engines/ccgost/gost_crypt.c
patch
|
blob
|
history
diff --git
a/engines/ccgost/gost_crypt.c
b/engines/ccgost/gost_crypt.c
index 7a8e8fddcd03ba7de38770dfdc465165d7ebea44..fca7b2d9d53dbd811fdb22e891e61bfee2567524 100644
(file)
--- 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}
};