/
githubmirror
/
xmlsec
Обзор
Документация
Войти
/
githubmirror
/
xmlsec
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/openssl3.cnf
34 строки
594 B
lsh123
Update the code to support OpenSSL 4.0.0 (#1130)
15 апр 2026, 06:20
Не верифицирован
15 апр 2026, 06:20
ad7cc39
Код
Авторство
О чём код?
# Use this in order to automatically load providers. openssl_conf = openssl_init # Comment out the next line to ignore configuration errors config_diagnostics = 1 [openssl_init] providers = provider_sect #engines = engine_section # List of providers to load [provider_sect] default = default_sect legacy = legacy_sect #null = null_sect [default_sect] activate = 1 [legacy_sect] activate = 1 [null_sect] activate = 1 # List of engines to load #[engine_section] # gost = gost_section #[gost_section] #engine_id = gost #dynamic_path = path to gost.so # default_algorithms = ALL #init = 1