File: default-recordpadding.cnf

package info (click to toggle)
openssl 3.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 142,688 kB
  • sloc: ansic: 672,420; perl: 233,226; asm: 6,546; sh: 1,569; pascal: 975; python: 596; makefile: 538; lisp: 35; ruby: 16; cpp: 10; sed: 6
file content (27 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
openssl_conf = openssl_init

# Comment out the next line to ignore configuration errors
config_diagnostics = 1

[openssl_init]
providers = provider_sect
ssl_conf = ssl_section

[ssl_section]
system_default = system_default_section

# Set block and record padding
# Note: QUIC objects should ignore this, as they
# always pad during datagram encryption
[system_default_section]
RecordPadding = 128,256

[provider_sect]
default = default_sect
legacy  = legacy_sect

[default_sect]
activate = true

[legacy_sect]
activate = false