table of contents
- unstable 5.2-2
- experimental 5.2-1
IPSEC-ALGPARSE(8) | Executable programs | IPSEC-ALGPARSE(8) |
NAME¶
ipsec-algparse - utility for verifying IKE and IPsec cryptographic proposal syntax
SYNOPSIS¶
ipsec algparse [-v1 | -v2 | -v | -verbose | -debug | -p1
| -p2 | -pfs {yes | no} |
-fips {yes | no} | -ignore | -impair |
-nsspw password]
{-tp | -ta | ike=proposals | esp=proposals | ah=proposals
| proposals}
DESCRIPTION¶
ipsec algparse is a utility that parses and expands and Internet Key Exchange cryptographic proposals using the same syntax as used in the file ipsec.conf (see the description of ike= and esp= in ipsec.conf(5) for details). In addition, ipsec algparse can be used to run the proposal parser or the cryptographic algorithm testsuites.
The following options control what ipsec algparse will parse:
ike=[proposals], esp=[proposals], ah=[proposals]
proposal
-tp
-ta
The following options alter the parser behaviour:
-v1, -v2
The default is IKEv2.
-pfs=yes|no
The default is --pfs=no.
-fips=yes|no
The default is determined by the system environment.
-p1, -p2
By default, IKEv1 uses the simple (p1) parser, and IKEv2 uses the more complex (p2) parser.
-nsspw
-impair
-ignore
-v, -verbose
-d, -debug
HISTORY¶
Written for the Libreswan project by Andrew Cagney.
AUTHOR¶
Andrew Cagney
02/27/2025 | Libreswan 5.2 |