Allow resp proposal to omit transform if transform ID NONE is proposed

This commit fixes the interoperability issue in SA negotiation to allow
the following two cases:
- When the request proposal has a NONE value transform, response
proposal is still valid if it does not have this transform
- When the request proposal does not have this transform, the response
is still valid if it has a NONE value of this transform.

Bug: 156757683
Test: CtsIkeTestCases, FrameworksIkeTests(new tests added)
Change-Id: I1cc17b92903912a03bdb27729ab0b9db093c94b7
2 files changed
tree: 9151de678a07c154d0862eb855c8866c30091416
  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.