diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-23 14:39:06 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-23 14:39:06 +0800 |
commit | 5525f355262c0bd350778268b6ced2ff6ec97f89 (patch) | |
tree | 0449e95f981d5cee0df21564a993932885ea6bec /net-mgmt/Makefile | |
parent | 6fe097783cc9835daad3e7019f72349e4ec32aee (diff) | |
download | freebsd-ports-gnome-5525f355262c0bd350778268b6ced2ff6ec97f89.tar.gz freebsd-ports-gnome-5525f355262c0bd350778268b6ced2ff6ec97f89.tar.zst freebsd-ports-gnome-5525f355262c0bd350778268b6ced2ff6ec97f89.zip |
[NEW PORT] net-mgmt/send: Secure Neighbor Discovery implementation for IPv6
DoCoMo's Open Source SEND project provides an implementation of
RFC3971 Secure Neighbor Discovery (SEND). SEND cryptographically
secures the IPv6 neighbor discovery protocol, countering the threats
discussed in RFC3756 (IPv6 Neighbor Discovery (ND) Trust Models and
Threats).
DoCoMo's SEND is implemented completely in user space, so it is
portable and lends itself to experimentation. It currently runs on
Linux (tested on 2.6 kernels) and FreeBSD (tested on 5.4).
Also included in the distribution are implementations of RFC3972
Cryptographically Generated Addresses (CGAs) and RFC3779 X.509
Extensions for IP Addresses and AS Identifiers.
WWW: http://www.docomolabs-usa.com/lab_osrc_guide.html
Doesn't work on FreeBSD > 6.x though. Hopefully the submitter will
submit patches for it now it is commited.
PR: ports/116540
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 8be815d7cd11..24e8c4bd6a8f 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -211,6 +211,7 @@ SUBDIR += scli SUBDIR += scotty3 SUBDIR += sdig + SUBDIR += send SUBDIR += sendip SUBDIR += sing SUBDIR += sipcalc |