Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/ipsec-tools-0_8-branch]: src/crypto/dist/ipsec-tools/src/racoon From Rom...
details: https://anonhg.NetBSD.org/src/rev/6b4aed10f257
branches: ipsec-tools-0_8-branch
changeset: 763331:6b4aed10f257
user: tteras <tteras%NetBSD.org@localhost>
date: Wed Aug 29 11:35:09 2012 +0000
description:
>From Roman Hoog Antink <rha%open.ch@localhost>: add remote's IP address to the
"certificate not verified" error message.
diffstat:
crypto/dist/ipsec-tools/src/racoon/oakley.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d79e60c410cb -r 6b4aed10f257 crypto/dist/ipsec-tools/src/racoon/oakley.c
--- a/crypto/dist/ipsec-tools/src/racoon/oakley.c Wed Aug 29 11:24:28 2012 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/oakley.c Wed Aug 29 11:35:09 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: oakley.c,v 1.22.2.1 2012/08/29 11:24:28 tteras Exp $ */
+/* $NetBSD: oakley.c,v 1.22.2.2 2012/08/29 11:35:09 tteras Exp $ */
/* Id: oakley.c,v 1.32 2006/05/26 12:19:46 manubsd Exp */
@@ -1434,7 +1434,7 @@
}
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;
}
Home |
Main Index |
Thread Index |
Old Index