From: Dr. Stephen Henson Date: Mon, 16 Feb 2009 21:52:01 +0000 (+0000) Subject: Submitted by: "Victor B. Wagner" X-Git-Tag: OpenSSL_0_9_8k^2~29 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2c618ab99348207e36b8de47d66099c1c46bc173;p=oweals%2Fopenssl.git Submitted by: "Victor B. Wagner" Reviewed by: steve@openssl.org Change default Gost parameter set to id_Gost28147_89_CryptoPro_A_ParamSet --- diff --git a/engines/ccgost/gost_crypt.c b/engines/ccgost/gost_crypt.c index eb15895a69..a9536dd8a4 100644 --- a/engines/ccgost/gost_crypt.c +++ b/engines/ccgost/gost_crypt.c @@ -127,7 +127,7 @@ const struct gost_cipher_info *get_encryption_params(ASN1_OBJECT *obj) { const char * params = get_gost_engine_param(GOST_PARAM_CRYPT_PARAMS); if (!params || !strlen(params)) - return &gost_cipher_list[0]; + return &gost_cipher_list[1]; nid = OBJ_txt2nid(params); if (nid == NID_undef)