Last change
on this file since 104031 was 102863, checked in by vboxsync, 11 months ago |
openssl-3.1.4: Applied and adjusted our OpenSSL changes to 3.1.3. bugref:10577
|
File size:
370 bytes
|
Line | |
---|
1 | # Example configuration file
|
---|
2 |
|
---|
3 | # Comment out the next line to ignore configuration errors
|
---|
4 | config_diagnostics = 1
|
---|
5 |
|
---|
6 | # Connects to the default port of s_server
|
---|
7 | Connect = localhost:4433
|
---|
8 |
|
---|
9 | # Disable TLS v1.2 for test.
|
---|
10 | # Protocol = ALL, -TLSv1.2
|
---|
11 | # Only support 3 curves
|
---|
12 | Curves = P-521:P-384:P-256
|
---|
13 |
|
---|
14 | # Restricted signature algorithms
|
---|
15 | SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512
|
---|
Note:
See
TracBrowser
for help on using the repository browser.