Expose IKE_OPTION_INITIAL_CONTACT

This API allows caller to configure IKE
Session to send INITIAL CONTACT Notification.

If this option is set for an IKE Session, The
INITIAL CONTACT  message is sent to the peer
to indicate this IKE SA is the only IKE SA
currently active between the authenticated
identities.

Bug: 186179788
Test: make update-api
Change-Id: I7abb6b1bce2d21478d63c6334b6889b71b4a27cd
2 files changed
tree: 3c32312465d8c824c6f599a2e4e629e19b047c4a
  1. apex/
  2. api/
  3. src/
  4. tests/
  5. Android.bp
  6. jarjar-rules-shared.txt
  7. jarjar-rules-test.txt
  8. OWNERS
  9. PREUPLOAD.cfg
  10. README.md
  11. 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.