diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-12-16 16:27:28 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-12-16 16:44:38 +0100 |
commit | 54d096a712965007e09cee70e9a812f89a16da69 (patch) | |
tree | 8ef6a6d3194d4325b4876ac7d2be21581ca19e18 /man/ipsec.conf.5.in | |
parent | c17f6f96e2da0265a5d565a43cbca036f1571dfb (diff) | |
download | strongswan-54d096a712965007e09cee70e9a812f89a16da69.tar.bz2 strongswan-54d096a712965007e09cee70e9a812f89a16da69.tar.xz |
Added ASN debug group to log low-level encoding/decoding (ASN.1, X.509).
This will allow us to remove quite some clutter from the LIB debug group
for higher debug levels.
Diffstat (limited to 'man/ipsec.conf.5.in')
-rw-r--r-- | man/ipsec.conf.5.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ipsec.conf.5.in b/man/ipsec.conf.5.in index fc017613b..2b0d64e0b 100644 --- a/man/ipsec.conf.5.in +++ b/man/ipsec.conf.5.in @@ -1315,7 +1315,7 @@ A comma separated list containing type/level-pairs may be specified, e.g: .B dmn 3, ike 1, net -1. Acceptable values for types are -.B dmn, mgr, ike, chd, job, cfg, knl, net, enc, lib, tls, tnc, imc, imv, pts +.B dmn, mgr, ike, chd, job, cfg, knl, net, asn, enc, lib, tls, tnc, imc, imv, pts and the level is one of .B -1, 0, 1, 2, 3, 4 (for silent, audit, control, controlmore, raw, private). By default, the level |