Module Name: src
Committed By: tteras
Date: Wed Aug 29 11:34:37 UTC 2012
Modified Files:
src/crypto/dist/ipsec-tools/src/racoon: oakley.c
Log Message:
>From Roman Hoog Antink <[email protected]>: add remote's IP address to the
"certificate not verified" error message.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/crypto/dist/ipsec-tools/src/racoon/oakley.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/dist/ipsec-tools/src/racoon/oakley.c
diff -u src/crypto/dist/ipsec-tools/src/racoon/oakley.c:1.23 src/crypto/dist/ipsec-tools/src/racoon/oakley.c:1.24
--- src/crypto/dist/ipsec-tools/src/racoon/oakley.c:1.23 Wed Aug 29 11:24:11 2012
+++ src/crypto/dist/ipsec-tools/src/racoon/oakley.c Wed Aug 29 11:34:37 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: oakley.c,v 1.23 2012/08/29 11:24:11 tteras Exp $ */
+/* $NetBSD: oakley.c,v 1.24 2012/08/29 11:34:37 tteras Exp $ */
/* Id: oakley.c,v 1.32 2006/05/26 12:19:46 manubsd Exp */
@@ -1434,7 +1434,7 @@ oakley_validate_auth(iph1)
}
if (error != 0) {
- plog(LLV_ERROR, LOCATION, NULL,
+ plog(LLV_ERROR, LOCATION, iph1->remote,
"the peer's certificate is not verified.\n");
return ISAKMP_NTYPE_INVALID_CERT_AUTHORITY;
}