Date: Tue, 10 Feb 2004 20:34:34 -0800 (PST) From: Bruce M Simpson <bms@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/setkey parse.y setkey.8 token.l src/lib/libipsec ipsec_dump_policy.c pfkey.c pfkey_dump.c policy_token.l Message-ID: <200402110434.i1B4YYbO075460@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bms 2004/02/10 20:34:34 PST
FreeBSD src repository
Modified files:
usr.sbin/setkey parse.y token.l setkey.8
lib/libipsec ipsec_dump_policy.c pfkey.c pfkey_dump.c
policy_token.l
Log:
Initial import of RFC 2385 (TCP-MD5) digest support.
This is the second of two commits; bring in the userland support to finish.
Teach libipsec and setkey about the tcp-md5 class of security associations,
thus allowing administrators to add per-host keys to the SADB for use by
the tcpsignature_compute() function.
Document that a single SPI must be used until such time as the code which
adds support to the SPD to specify flows for tcp-md5 treatment is suitable
for production.
Sponsored by: sentex.net
Revision Changes Path
1.8 +2 -0 src/lib/libipsec/ipsec_dump_policy.c
1.8 +14 -1 src/lib/libipsec/pfkey.c
1.15 +3 -0 src/lib/libipsec/pfkey_dump.c
1.8 +1 -0 src/lib/libipsec/policy_token.l
1.5 +13 -4 src/usr.sbin/setkey/parse.y
1.30 +7 -0 src/usr.sbin/setkey/setkey.8
1.10 +2 -0 src/usr.sbin/setkey/token.l
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402110434.i1B4YYbO075460>
