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:
29b8caf
)
- added logging of nonces
author
Jan Hutter
<jhutter@hsr.ch>
Wed, 23 Nov 2005 07:17:54 +0000
(07:17 -0000)
committer
Jan Hutter
<jhutter@hsr.ch>
Wed, 23 Nov 2005 07:17:54 +0000
(07:17 -0000)
Source/charon/ike_sa.c
patch
|
blob
|
history
diff --git
a/Source/charon/ike_sa.c
b/Source/charon/ike_sa.c
index
08874ea
..
1de3e9a
100644
(file)
--- a/
Source/charon/ike_sa.c
+++ b/
Source/charon/ike_sa.c
@@
-222,6
+222,9
@@
static status_t compute_secrets (protected_ike_sa_t *this,chunk_t dh_shared_secr
/* second is responder */
memcpy(concatenated_nonces.ptr + initiator_nonce.len,responder_nonce.ptr,responder_nonce.len);
+ this->logger->log_chunk(this->logger, RAW, "Nonce data", &concatenated_nonces);
+
+
/* status of set_key is not checked */
status = this->prf->set_key(this->prf,concatenated_nonces);