summaryrefslogtreecommitdiff
path: root/security/racoon
AgeCommit message (Collapse)AuthorFilesLines
2000-07-05check for /usr/include/openssl/rsa.h, and if it is found, do not depend uponitojun1-2/+2
openssl. From: Bernd.Ernesti@security.kpnqwest.com (Bernd Ernesti)
2000-07-01use more recent code from kame(7/1).itojun2-4/+4
changes from 6/14: - improved internal data garbage collection - avoid sending packet that constitutes invalid exchange - "non_auth" setting will avoid negotiating ESP authentication - improve notify message
2000-06-20upgrade to more recent (2000/6/20).itojun2-4/+4
-- full changelog Mon Jun 19 18:23:15 JST 2000 sakane@ydc.co.jp * kame/kame/racoon: A path name in configuration file is always complemented if it is not begin from slash(/). If it's begin from slash, a path name never be complemented. Mon Jun 19 16:51:24 JST 2000 sakane@ydc.co.jp * kame/kame/racoon: If "non_auth" is defined in racoon.conf, any transform of AH proposal including "non_auth" is not sent to the peer. Thu Jun 15 14:44:30 JST 2000 sakane@ydc.co.jp * kame/kame/racoon: CR payload is only made if signature authentication method is applied. Thu Jun 15 13:29:29 JST 2000 sakane@ydc.co.jp * kame/kame/racoon/cfparse.y: In racoon.conf, the path of configuration file is complemented by include directive only if there is no '/' in the path.
2000-06-14upgrade to 2000/6/14 snapshot. changes:itojun3-5/+4
- SA bundle (AH + ESP) negotiation is corrected - be more picky about permission of pre-shared key file (don't open it it it looks vulnerable).
2000-06-12add couple of more issues and a design choice.itojun1-4/+12
2000-06-12add RESTRICTED for crypto.itojun1-3/+2
2000-06-12add files/md5. From: Bernd Ernestiitojun2-16/+3
2000-06-12build 20000612 KAME racoon IKE daemon, by pulling tar.gz from ftp.kame.netitojun8-54/+109
(does not use anoncvs any more). changes in racoon itself is way too many to mention. for full changelog refer http://www.kame.net/dev/cvsweb.cgi/kame/CHANGELOG.
2000-04-25If PATENTEDOPENSSLSRC is present in the build environment, thenthorpej1-1/+6
assume that a full (i.e. "with RSA") OpenSSL installation already exists on the system (and thus a dependency on ../security/openssl is not needed).
2000-04-21allow use of openssl-0.9.5aexplorer1-2/+2
2000-04-12check if the system is IPsec ready NetBSD system.itojun1-1/+6
2000-04-04correct dependency to cvs.itojun1-2/+2
2000-04-04add cvs to dependency list.itojun1-1/+2
2000-04-04pkgsrc build for racoon IKE daemonitojun7-0/+101