summaryrefslogtreecommitdiffstats
path: root/packaging/openssl-rsync.cnf
blob: 7432285df96f32c5778f205b7d2a83083343862a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This config file can be used with rsync to enable legacy digests
# (such as MD4) by using the OPENSSL_CONF environment variable.
# See rsync's configure --with-openssl-conf=/path/name option.

openssl_conf = openssl_init

[openssl_init]
providers = provider_sect

[provider_sect]
default = default_sect
legacy = legacy_sect

[default_sect]
activate = 1

[legacy_sect]
activate = 1