-
Notifications
You must be signed in to change notification settings - Fork 39
/
sample.config
38 lines (27 loc) · 1.11 KB
/
sample.config
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
28
29
30
31
32
33
34
35
36
37
# opmsg sample config
# 1 - 4. Default is 4.
version=4
# should use long format to avoid loading of whole keystore. Also see 'linking personas'
# in README. It is recommended to use different ID for each communication peer.
my_id = 50973f3cfc3e0f3f1a7d4047aa6fa7645510f3b4ddc486a4b72bcacdf3aad570
# default
rsa_len = 4096
# default
dh_plen = 2048
# default. Do not specify if you want -C overrides
#calgo = aes256gcm
idformat = split
new_dh_keys = 3
# EC curve to be used for EC personas. Default.
# Other choices: secp521r1 (be aware: NIST curve!), brainpoolP320t1, brainpoolP384r1,
# brainpoolP384t1, brainpoolP512r1, brainpoolP512t1, secp256k1, secp384r1,
# sect283k1, sect283r1, sect409k1, sect409r1, sect571k1, sect571r1
curve = brainpoolP320r1
# Use EC session keys for RSA personas. Default off.
#ecdh-rsa
# Check on decrypt whether the sender (src-id) used a kex-id that was once sent to him
# as a dst-id.
# This allows you detect cross-references for people using different src personas to
# to contact a single persona of yours. This way you can detect/enforce isolation.
# By default its disabled.
peer_isolation=1