CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/16 15:37:35
Modified files:
sbin/iked : eap.c eap.h iked.h ikev2.c ikev2_pld.c
Log message:
Move all the EAP logic from a single branch in the message parsing code to
somewhere past successful message verification, closer to where the other
exchanges are handled. EAP is stll special, but this fits a lot better into
the overall architecture.
Tested with iOS, Stronswan and Windows
ok patrick@ sthen@
