Support signing of RADIUS accounting messages

This commit is contained in:
Martin Willi
2012-01-30 19:13:20 +01:00
parent 370de553f8
commit a69aff5f17
3 changed files with 26 additions and 10 deletions
@@ -132,7 +132,7 @@ METHOD(radius_socket_t, request, radius_message_t*,
/* set Message Identifier */
request->set_identifier(request, this->identifier++);
/* sign the request */
request->sign(request, this->rng, this->signer);
request->sign(request, this->rng, this->signer, this->hasher, this->secret);
if (!check_connection(this))
{