diff options
author | Martin Willi <martin@revosec.ch> | 2012-02-22 13:06:14 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-03-05 18:06:13 +0100 |
commit | e8a81797060ba4f39bf60a0c92932874952df46c (patch) | |
tree | 9253d8c4fe7f217889ad74812702e19b4a150f88 /src/libcharon/plugins/eap_radius/radius_message.h | |
parent | 3bc18292113055aaab627c17219a8a76c6400090 (diff) | |
download | strongswan-e8a81797060ba4f39bf60a0c92932874952df46c.tar.bz2 strongswan-e8a81797060ba4f39bf60a0c92932874952df46c.tar.xz |
Support verification of RADIUS request messages
Diffstat (limited to 'src/libcharon/plugins/eap_radius/radius_message.h')
-rw-r--r-- | src/libcharon/plugins/eap_radius/radius_message.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcharon/plugins/eap_radius/radius_message.h b/src/libcharon/plugins/eap_radius/radius_message.h index eede40120..7f1c456da 100644 --- a/src/libcharon/plugins/eap_radius/radius_message.h +++ b/src/libcharon/plugins/eap_radius/radius_message.h @@ -251,9 +251,9 @@ struct radius_message_t { hasher_t *hasher, chunk_t secret); /** - * Verify the integrity of a received RADIUS response. + * Verify the integrity of a received RADIUS message. * - * @param req_auth 16 byte Authenticator of the corresponding request + * @param req_auth 16 byte Authenticator of request, or NULL * @param secret shared RADIUS secret * @param hasher hasher to verify Response-Authenticator * @param signer signer to verify Message-Authenticator attribute |