CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/03 14:02:06
Modified files:
sbin/iked : ikev2.c
Log message:
The RFC specifies that to accept a proposal, we must select a transform
for each transform type. We do some sanity checks, for instance we do
require an encryption transform for ESP, but that's not enough. We need
to check that for every proposed transform type we have found a matching
transform in our own proposal.
ok sthen@
