Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
strongswan: swanctl: Add support for prf_algorithm
Support configuring the [Pseudo-Random Function] in addition to the encryption, integrity/hash, and DH group. This is particularly useful with AEAD ciphers, which don't have an integrity/hash algorithm from which the PRF can be derived, which can result in errors such as > a PRF algorithm is mandatory in IKE proposals The PRF algorithm can also be used with an integrity/hash algorithm to override the default mapping. [Pseudo-Random Function]: https://docs.strongswan.org/docs/latest/config/IKEv2CipherSuites.html#_pseudo_random_functions Fixes: openwrt#22245 Signed-off-by: Kevin Locke <[email protected]>
- Loading branch information