File: openssl.cnf

package info (click to toggle)
interimap 0.5.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,272 kB
  • sloc: perl: 3,342; sh: 886; makefile: 110; sql: 28
file content (14 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# as we want to test TLSv1 we need to set MinProtocol=None, see
# see /usr/share/doc/libssl1.1/NEWS.Debian.gz

openssl_conf = default_conf

[default_conf]
ssl_conf = ssl_sect

[ssl_sect]
system_default = system_default_sect

[system_default_sect]
MinProtocol = None
CipherString = DEFAULT@SECLEVEL=0