STACK_OF(SSL_COMP) is a public type
[openssl.git] / demos / bio / cmod.cnf
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 [test_sect]
8 # list of confuration modules
9
10 # SSL configuration module
11 ssl_conf = ssl_sect
12
13 [ssl_sect]
14 # list of SSL configurations
15 server = server_sect
16
17 [server_sect]
18 # Only support 3 curves
19 Curves = P-521:P-384:P-256
20 # Restricted signature algorithms
21 SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512
22 # Certificates and keys
23 RSA.Certificate=server.pem
24 ECDSA.Certificate=server-ec.pem