mirror of
https://github.com/openssl/openssl.git
synced 2025-12-20 01:22:19 +08:00
Add support for configurations per OSSL_LIB_CTX and fix cross-context overrides. Fixes #19248 Fixes #19243 Co-authored-by: Matt Caswell <matt@openssl.org> Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/29145)
15 lines
279 B
INI
15 lines
279 B
INI
openssl_conf = openssl_init
|
|
|
|
# Comment out the next line to ignore configuration errors
|
|
config_diagnostics = 1
|
|
|
|
[openssl_init]
|
|
ssl_conf = ssl_configuration
|
|
|
|
[ssl_configuration]
|
|
system_default = tls_system_default
|
|
|
|
[tls_system_default]
|
|
MinProtocol = TLSv1.2
|
|
MaxProtocol = TLSv1.2
|