CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/02/10 13:24:34
Modified files:
sys/net : pfkeyv2.c
Log message:
Add missing algorithms to compatible list
Some of the more recent ESP algorithms are missing from the
supported list. This adds all missing algorithms that are
exposed via the pfkey API based on what iked currently
supports.
We define more code points for auth algorithms, but those are
only used internally. For AEADs (AES-GCM, CHACHA20) and GMAC
we only look at the sadb_sa_encrypt field of the SADB_SA message
and automatically assign a matching auth algorithm.
Reported by Andrew Cagney
ok hshoexer@