mirror of
https://github.com/openssl/openssl.git
synced 2024-12-21 06:09:35 +08:00
1e83954580
Test that we never negotiate TLSv1.3 using GOST Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6650)
14 lines
259 B
Plaintext
14 lines
259 B
Plaintext
openssl_conf = openssl_def
|
|
[openssl_def]
|
|
engines = engine_section
|
|
|
|
[engine_section]
|
|
gost = gost_section
|
|
|
|
[gost_section]
|
|
engine_id = gost
|
|
dynamic_path = $ENV::OPENSSL_GOST_ENGINE_SO
|
|
default_algorithms = ALL
|
|
CRYPT_PARAMS = id-Gost28147-89-CryptoPro-A-ParamSet
|
|
|