[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [OPSEC] [tcpm] draft-gont-tcp-security
- To: "Smith, Donald" <Donald.Smith at qwest.com>
- Subject: Re: [OPSEC] [tcpm] draft-gont-tcp-security
- From: Joe Touch <touch at ISI.EDU>
- Date: Mon, 13 Apr 2009 15:23:00 -0700
- Cc: "'tcpm at ietf.org'" <tcpm at ietf.org>, "'ietf at ietf.org'" <ietf at ietf.org>, 'Joe Abley' <jabley at ca.afilias.info>, "'opsec at ietf.org'" <opsec at ietf.org>, 'Lars Eggert' <lars.eggert at nokia.com>, "'Eddy, Wesley M. \(GRC-RCN0\)\[Verizon\]'" <wesley.m.eddy at nasa.gov>
- Delivered-to: opsec at core3.amsl.com
- In-reply-to: <B01905DA0C7CDC478F42870679DF0F1004BC4176F9 at qtdenexmbm24.AD.QINTRA.COM>
- List-archive: <http://www.ietf.org/mail-archive/web/opsec>
- List-help: <mailto:opsec-request@ietf.org?subject=help>
- List-id: opsec wg mailing list <opsec.ietf.org>
- List-post: <mailto:opsec@ietf.org>
- List-subscribe: <https://www.ietf.org/mailman/listinfo/opsec>, <mailto:opsec-request@ietf.org?subject=subscribe>
- List-unsubscribe: <https://www.ietf.org/mailman/listinfo/opsec>, <mailto:opsec-request@ietf.org?subject=unsubscribe>
- References: <C304DB494AC0C04C87C6A6E2FF5603DB221318F5E8 at NDJSSCC01.ndc.nasa.g ov><49E36AB9.40507 at isi.edu> <49E384E9.1050106 at gont.com.ar><49E3878C.9080200 at isi.edu> <49E39119.1060902 at gont.com.ar> <B01905DA0C7CDC478F42870679DF0F1004BC4176D0 at qtdenexmbm24.AD.QINTRA.COM> <49E3A9D6.4030504 at isi.edu> <B01905DA0C7CDC478F42870679DF0F1004BC4176F9 at qtdenexmbm24.AD.QINTRA.COM>
- User-agent: Thunderbird 2.0.0.21 (Windows/20090302)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Smith, Donald wrote:
...
>>>> The classic tenets for computer security is:
>>>> CIA -> Confidentiality, Integrity and Availability.
>>>> TCP doesn't attempt to address Confidentiality.
>>>> However it was designed to address integrity and availability so
>>>> failures in those areas should be documented and addressed in some
>>>> fashion.
> Can you explain this? Where is the integrity protection? Where is the
> availability specified?
>
>> Checksumming in tcp/ip is intended to provide intregrity protection.
Error protection != integrity protection. Anyone can reconstitute the
checksum, so it is not an integrity mechanism.
>> Mind you it is NOT tamper proof but that is the intent.
What is your definition of integrity? Mine means some assurance that
what was sent is what is received. Anything that any intermediary can
reconstitute trivially is not protected.
>> Detection of lost packets, retransmitions, reassembly of fragments,
>> congestion notification, dynamic routing and many other tcp/ip features
>> are intended to address availablity.
The first group (loss detection, retransmission, reassy) address links
with errors, not 'availability' in the usual sense. The second set might
apply, but aren't part of TCP per se (TCP uses the absence of info to
indicate congestion, not the presence, at least in the required base of
the protocol).
> ...
>>>>> It's security/resiliency can be improved. After all, if
> that were not
>>>>> the case, I guess you're wasting your time with TCP-AO. Or
> is it that
>>>>> you believe the only way to improve a protocol is to throw
>>>>> crypto at it?
>>>> Adding crypto improves confidentiality and integrity but is counter
>>>> productive to availability as most
>>>> crypto engines are prone to fairly low pps resource exhaustion
>>>> attacks.
> All prevention methods are susceptible to computational resource
> attacks, since all increase the operations performed on a
> packet.
>> GTSM is a valuable exception to this statement but other then that I tend to agree:)
>
> It is
> commonly assumed that this is a desirable tradeoff, and that the
> computational resources can be totally protected with line-rate
> dedicated computation (e.g., hardware assist).
>> I believe that is a common assumption however I don't believe that assumption is correct.
>> I do a fair amount of router testing and although some portions of
>> ipv4 are hardware assisted and therefore line-rate there are still many
>> paths to the "slow path". IPv6 has many more routes to the slow path:(
First, I'm speaking of hardware crypto assist. I'm assuming fast-path
packets. Slow-path packets are self-correcting in many routers - they're
dumped when their queue overflows, or are simply processed *very*
slowly. If you care about computational resources, you put in line-rate
hardware, period.
Joe
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAknju0MACgkQE5f5cImnZruVggCguJGkydTXB9yWgK+nPfpBqQy8
izAAoIT+9Tmof98TX+0WLdYkCFcj4Ikx
=ac+U
-----END PGP SIGNATURE-----