CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/07 07:02:32
Modified files:
sbin/iked : ikev2.c ikev2.h ikev2_msg.c
Log message:
Repair initiator with PSK auth
Attempt state transition to VALID (or EAP_VALID) in the
ikev2_ike_auth after we have completed authentication
synchronously (PSK) or asynchronously (X.509 and RSA)
eliminating the need to do so in multiple places and
restoring the correct order for PSK.
ok markus
