[IPsec] IKEv2: Moving Child SA traffic from an SA to a new SA when rekeying
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[IPsec] IKEv2: Moving Child SA traffic from an SA to a new SA when rekeying
Hello,
When rekeying an IKE SA, the traffic from the old (expiring) SA has to be moved to the new (rekeyed) SA. How does this go about? Are equivalent Child SAs created for the rekeyed IKE SA created and the ones in the old IKE SA deleted (by deleting the IKE SA), or is all data of the Child SA (SPIs, keys etc) copied as-is to the new SA.
As a visual example:
IKE SA A - Expiring IKE SA B - Rekeyed
One Child SA New Child SA
SPI (incoming) 0x12345678 SPI (incoming) 0xABCDEFAB
Protocol AH Protocol AH
Same cryptographic suite as A's Child SA
or
IKE SA A - Expiring IKE SA B - Rekeyed
One Child SA Copy if Child SA from A
SPI (incoming) 0x12345678 SPI (incoming) 0x12345678
Protocol AH Protocol AH
Same cryptographic suite as A's Child SA (copied)
From section 2.8, "inherits Child SAs" seems to refer to the second case (copying) but I would like to be 100% sure that this is the case.
Thanks for clarifications.
Regards,
Matthew
Note: Messages sent to this list are the opinions of the senders and do not imply endorsement by the IETF.