Last change
on this file since 108931 was 108206, checked in by vboxsync, 3 months ago |
openssl-3.3.2: Exported all files to OSE and removed .scm-settings bugref:10757
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
440 bytes
|
Line | |
---|
1 | # Configuration file to test system default SSL configuration
|
---|
2 |
|
---|
3 | # Comment out the next line to ignore configuration errors
|
---|
4 | config_diagnostics = 1
|
---|
5 |
|
---|
6 | openssl_conf = default_conf
|
---|
7 |
|
---|
8 | [ default_conf ]
|
---|
9 |
|
---|
10 | ssl_conf = ssl_sect
|
---|
11 | oid_section = oid_sect
|
---|
12 |
|
---|
13 | [oid_sect]
|
---|
14 | new-sig-oid = 1.1.1.1.1.1.1.1.1.1.1.1.1.1
|
---|
15 |
|
---|
16 | [ssl_sect]
|
---|
17 |
|
---|
18 | system_default = ssl_default_sect
|
---|
19 |
|
---|
20 | [ssl_default_sect]
|
---|
21 | SignatureAlgorithms = RSA+SHA256:nonex
|
---|
22 | MaxProtocol = TLSv1.2
|
---|
23 | MinProtocol = TLSv1.2
|
---|
Note:
See
TracBrowser
for help on using the repository browser.