authentication failure is handled in ike_auth.c
This commit is contained in:
@@ -78,9 +78,11 @@ static status_t verify(private_rsa_authenticator_t *this, chunk_t ike_sa_init,
|
|||||||
octets, auth_data, other_id, &issuer);
|
octets, auth_data, other_id, &issuer);
|
||||||
chunk_free(&octets);
|
chunk_free(&octets);
|
||||||
|
|
||||||
DBG1(DBG_IKE, "authentication of '%D' with %N %s",
|
if (status == SUCCESS)
|
||||||
other_id, auth_method_names, AUTH_RSA,
|
{
|
||||||
(status == SUCCESS)? "successful":"failed");
|
DBG1(DBG_IKE, "authentication of '%D' with %N successful",
|
||||||
|
other_id, auth_method_names, AUTH_RSA);
|
||||||
|
}
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user