[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Some comments on JFK




Eric, thanks for your good comments. Two points:

* Regarding key derivation and expansion. This can be done in a number 
of standard ways.  For instance, the way it is done in IKEv1 is fine.
(To be specific, use HMAC in lieu of the generic PRF.)
Indeed, this should be specified.

* Regarding different keys for encryption by I and R. This is not really
necessary if you're using CBC with random IV, or any "decent" encryption
method. (And, yes, ECB mode is not really "decent" in this context.)

Ran