Skip to content

Commit

Permalink
added a note from Daniel Jungbluth and Christian Vogt
Browse files Browse the repository at this point in the history
about security concerns.
  • Loading branch information
keiichi committed Apr 25, 2006
1 parent 8037d7b commit fec8d99
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion kame/kame/shisad/mh.c
@@ -1,4 +1,4 @@
/* $KAME: mh.c,v 1.51 2006/04/13 02:32:09 keiichi Exp $ */
/* $KAME: mh.c,v 1.52 2006/04/25 11:11:13 keiichi Exp $ */
/*
* Copyright (C) 2004 WIDE Project. All rights reserved.
*
Expand Down Expand Up @@ -536,6 +536,11 @@ mh_input(src, dst, hoa, rtaddr, mh, mhlen)
return (0);
}

/*
* TODO: must revisit this function.
* see KAME-snap 9418, 9422, 9423, 9424 from Daniel Jungbluth and
* Christian Vogt for more detail
*/
int
receive_bu(src, dst, hoa, rtaddr, bu, mhlen)
struct in6_addr *src, *dst, *hoa, *rtaddr;
Expand Down
7 changes: 6 additions & 1 deletion kame/kame/shisad/rr.c
@@ -1,4 +1,4 @@
/* $KAME: rr.c,v 1.5 2006/03/15 09:16:44 t-momose Exp $ */
/* $KAME: rr.c,v 1.6 2006/04/25 11:11:13 keiichi Exp $ */

/*
* Copyright (C) 2005 WIDE Project. All rights reserved.
Expand Down Expand Up @@ -190,6 +190,11 @@ retain_bc_to_nonce(ninfo, bce)
LIST_INSERT_HEAD(&ninfo->nb_head, nb, nb_entry);
}

/*
* TODO: must revisit this function.
* see KAME-snap 9418, 9422, 9423, 9424 from Daniel Jungbluth and
* Christian Vogt for more detail
*/
int
check_nonce_reuse(ninfo, hoa, coa)
struct mip6_nonces_info *ninfo;
Expand Down

0 comments on commit fec8d99

Please sign in to comment.