Last change
on this file since 105770 was 104078, checked in by vboxsync, 8 months ago |
openssl-3.1.5: Applied and adjusted our OpenSSL changes to 3.1.4. bugref:10638
|
File size:
264 bytes
|
Line | |
---|
1 | openssl_conf = openssl_init
|
---|
2 |
|
---|
3 | # Comment out the next line to ignore configuration errors
|
---|
4 | config_diagnostics = 1
|
---|
5 |
|
---|
6 | .include fipsmodule.cnf
|
---|
7 |
|
---|
8 | [openssl_init]
|
---|
9 | providers = provider_sect
|
---|
10 |
|
---|
11 | [provider_sect]
|
---|
12 | default = default_sect
|
---|
13 | fips = fips_sect
|
---|
14 |
|
---|
15 | [default_sect]
|
---|
16 | activate = 1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.