1 Jan 2008 03:06
Re: TCP-AO MAC algorithms
Eric Rescorla <ekr <at> networkresonance.com>
2008-01-01 02:06:27 GMT
2008-01-01 02:06:27 GMT
At Tue, 18 Dec 2007 16:23:51 -0800, Brian Weis wrote: > > Greetings, > > The TCPM WG seeks advice from SAAG on which MACs to include as > required MACs for the TCP Authentication Option (draft-ietf-tcpm-(Continue reading)tcp- > auth-opt-00). I would note that TLS has one MTI MAC (HMAC-SHA1) and based on RFC 4835, so does ESP/AH (HMAC-SHA1-96). What's the rationale for why TCP-AO should have stricter MTI requirements than we have for our dedicated security protocols? > Two MACs with differing internal constructions are > desired. I don't understand this either. Most modern MACs are constructed from two pieces: - An underlying cryptographic function - A composition operation Thus, for instance, HMAC-SHA1 is constructed by using the HMAC composition operation with SHA-1. In general, the security properties of the composition operations are well understood (often with some kind of reduction proof) where the security properties of the underlying function are unproven. So, while it might make sense to have two different base cryptographic functions (e.g., SHA-1 and SHA-256), it's not at all clear that it's of that
RSS Feed