diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2005-02-01 18:59:09 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2005-02-01 18:59:09 +0000 |
commit | 58ee460ec1e5de087b74382e1f795a1adf2fcc5d (patch) | |
tree | 8c8d9d1b0986e74b16b60c4f723ea9c675a64751 /security/Makefile | |
parent | a71f0577f08e7e6436b8e23f3386459333f0ebd3 (diff) | |
download | FreeBSD-ports-58ee460ec1e5de087b74382e1f795a1adf2fcc5d.zip FreeBSD-ports-58ee460ec1e5de087b74382e1f795a1adf2fcc5d.tar.gz |
"racoon2" is a system to exchange and to install security parameters
for the IPsec.
Currently the system supports the following specification:
Internet Key Exchange (IKEv2) Protocol
draft-ietf-ipsec-ikev2-17.txt
(The IKE daemon is not included in the current release due to IPR issue)
Kerberized Internet Negotiation of Keys (KINK)
draft-ietf-kink-kink-06.txt
PF_KEY Key Management API, Version 2
RFC2367
The following protocols will be supported soon.
The Internet Key Exchange (IKE)
RFC2409
WWW: http://www.kame.net/
This port was repocopied from secutiry/racoon.
PR: ports/76814
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index e26484f..4fdaf73 100644 --- a/security/Makefile +++ b/security/Makefile @@ -391,6 +391,7 @@ SUBDIR += qtfw SUBDIR += quintuple-agent SUBDIR += racoon + SUBDIR += racoon2 SUBDIR += radiusniff SUBDIR += rain SUBDIR += rats |