Implement Child SA Rekeys for MOBIKE.

This CL updates ChildSessionStateMachine to implement rekeying for
MOBIKE. This is required for migrating IPsec SAs in a MOBIKE-enabled IKE
Session when the device's kernel does not support migrating IPsec SAs
directly.

Bug: 172015298
Test: atest FrameworksIkeTests
Change-Id: I8299d0cb8b612264b129463b9e543fd8f118c535
3 files changed
tree: 20ae1da0a26f354f9bbc55479b4dffa45adbb08a
  1. apex/
  2. api/
  3. src/
  4. tests/
  5. Android.bp
  6. jarjar-rules-shared.txt
  7. OWNERS
  8. PREUPLOAD.cfg
  9. README.md
  10. TEST_MAPPING
README.md

IKEv2 Library for Android

Introduction

This IKEv2 library is an in-process client library implementing the IKEv2 protocol as well as extensions necessary for the support of IWLAN. It is designed to work in a non-privileged fashion on top of the Android IPsec API surface.