Re: tcp md5 checksums broken in 7.0-beta3
- From: Nick Hilliard <nick-lists@xxxxxxxxxxxxx>
- Date: Wed, 28 Nov 2007 01:27:08 +0000
Bjoern A. Zeeb wrote:
I'll try to find your bug the next days (in case you find anything let
me know).
At the very least, this will be necessary:
--- tcp_subr.c~ 2007-11-28 01:14:46.000000000 +0000
+++ tcp_subr.c 2007-11-28 01:14:46.000000000 +0000
@@ -1948,7 +1948,7 @@
/*
* Step 4: Update MD5 hash with shared secret.
*/
- MD5Update(&ctx, _KEYBUF(sav->key_auth), _KEYLEN(sav->key_auth));
+ MD5Update(&ctx, sav->key_auth->key_data, _KEYLEN(sav->key_auth));
MD5Final(buf, &ctx);
key_sa_recordxfer(sav, m);
But it doesn't fix the problem.
Nick
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: tcp md5 checksums broken in 7.0-beta3
- From: Bjoern A. Zeeb
- Re: tcp md5 checksums broken in 7.0-beta3
- References:
- tcp md5 checksums broken in 7.0-beta3
- From: Nick Hilliard
- Re: tcp md5 checksums broken in 7.0-beta3
- From: Bjoern A. Zeeb
- tcp md5 checksums broken in 7.0-beta3
- Prev by Date: connect() returns EADDRINUSE during massive host->host conn rate
- Next by Date: Re: tcp md5 checksums broken in 7.0-beta3
- Previous by thread: Re: tcp md5 checksums broken in 7.0-beta3
- Next by thread: Re: tcp md5 checksums broken in 7.0-beta3
- Index(es):
Relevant Pages
|
|