VirtualBox

source: vbox/trunk/src/libs/openssl-3.1.7/demos/bio/cmod.cnf@ 106842

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
5testapp = test_sect
6
7# Comment out the next line to ignore configuration errors
8config_diagnostics = 1
9
10[test_sect]
11# list of configuration modules
12
13# SSL configuration module
14ssl_conf = ssl_sect
15
16[ssl_sect]
17# list of SSL configurations
18server = server_sect
19
20[server_sect]
21# Only support 3 curves
22Curves = P-521:P-384:P-256
23# Restricted signature algorithms
24SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512
25# Certificates and keys
26RSA.Certificate=server.pem
27ECDSA.Certificate=server-ec.pem
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette