Remove the GOST engine
The GOST engine is now out of date and is removed by this commit. An up to date GOST engine is now being maintained in an external repository. See: https://wiki.openssl.org/index.php/Binaries Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
@@ -3790,7 +3790,7 @@ d2i_TS_ACCURACY 4194 1_1_0 EXIST::FUNCTION:
|
||||
DSO_global_lookup 4195 1_1_0 EXIST::FUNCTION:
|
||||
TS_CONF_set_tsa_name 4196 1_1_0 EXIST::FUNCTION:
|
||||
i2d_ASN1_SET_ANY 4197 1_1_0 EXIST::FUNCTION:
|
||||
ENGINE_load_gost 4198 1_1_0 EXIST::FUNCTION:ENGINE,GOST,STATIC_ENGINE
|
||||
ENGINE_load_gost 4198 1_1_0 NOEXIST::FUNCTION:
|
||||
WHIRLPOOL_BitUpdate 4199 1_1_0 EXIST::FUNCTION:WHIRLPOOL
|
||||
ASN1_PCTX_get_flags 4200 1_1_0 EXIST::FUNCTION:
|
||||
TS_TST_INFO_get_ext_by_NID 4201 1_1_0 EXIST::FUNCTION:
|
||||
|
||||
@@ -1033,7 +1033,6 @@ sub var_add
|
||||
return("") if $no_dsa && $dir =~ /\/dsa/;
|
||||
return("") if $no_dh && $dir =~ /\/dh/;
|
||||
return("") if $no_ec && $dir =~ /\/ec/;
|
||||
return("") if $no_gost && $dir =~ /\/ccgost/;
|
||||
return("") if $no_cms && $dir =~ /\/cms/;
|
||||
return("") if $no_jpake && $dir =~ /\/jpake/;
|
||||
return("") if !$fips && $dir =~ /^fips/;
|
||||
|
||||
Reference in New Issue
Block a user