strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acc25f2
)
ike: Log SK_p consistently on level 4
author
Tobias Brunner
<tobias@strongswan.org>
Thu, 28 Nov 2013 18:04:47 +0000
(19:04 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Thu, 28 Nov 2013 18:04:47 +0000
(19:04 +0100)
src/libcharon/sa/ikev2/keymat_v2.c
patch
|
blob
|
history
diff --git
a/src/libcharon/sa/ikev2/keymat_v2.c
b/src/libcharon/sa/ikev2/keymat_v2.c
index
4a1e408
..
85f891f
100644
(file)
--- a/
src/libcharon/sa/ikev2/keymat_v2.c
+++ b/
src/libcharon/sa/ikev2/keymat_v2.c
@@
-593,7
+593,7
@@
METHOD(keymat_v2_t, get_auth_octets, bool,
idx = chunk_cata("cc", chunk, id->get_encoding(id));
DBG3(DBG_IKE, "IDx' %B", &idx);
- DBG
3
(DBG_IKE, "SK_p %B", &skp);
+ DBG
4
(DBG_IKE, "SK_p %B", &skp);
if (!this->prf->set_key(this->prf, skp) ||
!this->prf->allocate_bytes(this->prf, idx, &chunk))
{