ikev1: Log IV when encrypting messages

This commit is contained in:
Tobias Brunner 2014-08-15 17:28:40 +02:00
parent 2f7fef569b
commit 2e62f51bcc
1 changed files with 1 additions and 0 deletions

View File

@ -424,6 +424,7 @@ METHOD(encryption_payload_t, encrypt_v1, status_t,
generator->destroy(generator);
DBG3(DBG_ENC, "encrypting payloads:");
DBG3(DBG_ENC, "IV %B", &iv);
DBG3(DBG_ENC, "plain %B", &plain);
DBG3(DBG_ENC, "padding %B", &padding);