Last change
on this file since 106842 was 104078, checked in by vboxsync, 9 months ago |
openssl-3.1.5: Applied and adjusted our OpenSSL changes to 3.1.4. bugref:10638
|
File size:
622 bytes
|
Line | |
---|
1 | # Example config module configuration
|
---|
2 |
|
---|
3 | # Name supplied by application to CONF_modules_load_file
|
---|
4 | # and section containing configuration
|
---|
5 | testapp = test_sect
|
---|
6 |
|
---|
7 | # Comment out the next line to ignore configuration errors
|
---|
8 | config_diagnostics = 1
|
---|
9 |
|
---|
10 | [test_sect]
|
---|
11 | # list of configuration modules
|
---|
12 |
|
---|
13 | # SSL configuration module
|
---|
14 | ssl_conf = ssl_sect
|
---|
15 |
|
---|
16 | [ssl_sect]
|
---|
17 | # list of SSL configurations
|
---|
18 | server = server_sect
|
---|
19 |
|
---|
20 | [server_sect]
|
---|
21 | # Only support 3 curves
|
---|
22 | Curves = P-521:P-384:P-256
|
---|
23 | # Restricted signature algorithms
|
---|
24 | SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512
|
---|
25 | # Certificates and keys
|
---|
26 | RSA.Certificate=server.pem
|
---|
27 | ECDSA.Certificate=server-ec.pem
|
---|
Note:
See
TracBrowser
for help on using the repository browser.