]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Initial import of RFC 2385 (TCP-MD5) digest support.
authorBruce M Simpson <bms@FreeBSD.org>
Wed, 11 Feb 2004 04:34:34 +0000 (04:34 +0000)
committerBruce M Simpson <bms@FreeBSD.org>
Wed, 11 Feb 2004 04:34:34 +0000 (04:34 +0000)
commit1922fd129e288c22e9c0175a84c13c33cb9345cb
treea0a78792b610ea5a9a0f7dfb08f47c3816efb276
parent1cfd4b5326854e594bfcd5f31dec0f2b52ccaa71
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
lib/libipsec/ipsec_dump_policy.c
lib/libipsec/pfkey.c
lib/libipsec/pfkey_dump.c
lib/libipsec/policy_token.l
sbin/setkey/parse.y
sbin/setkey/setkey.8
sbin/setkey/token.l
usr.sbin/setkey/parse.y
usr.sbin/setkey/setkey.8
usr.sbin/setkey/token.l