- added compution of secrets

This commit is contained in:
Jan Hutter
2005-11-23 07:22:43 +00:00
parent dcacedf755
commit 0c6c2dfbec
+9
View File
@@ -334,6 +334,15 @@ static status_t process_message(private_responder_init_t *this, message_t *messa
this->logger->log(this->logger, ERROR, "Could not create nonce!");
return OUT_OF_RES;
}
status = this->ike_sa->compute_secrets(this->ike_sa,shared_secret,this->received_nonce, this->sent_nonce);
if (status != SUCCESS)
{
/* secrets could not be computed */
this->logger->log(this->logger, ERROR | MORE, "Secrets could not be computed!");
return status;
}
/* set up the reply */