Android Q Preview 1 (QPP1.190205.018.B4)
Support building and validating SaProposal

This commit:
- Validate proposed PRF
- Validate proposed integrity algorithm
- Validate proposed DH Group
- Fix wrong use of Set.toArray
- Add test for equals method

Bug: 122690774
Test: FrameworksIkeTests SaProposalTest
Change-Id: I3450af9c171a06d668d9039069ae3edcce2f1c30
3 files changed
tree: 021e21e84664af1008cdcf5505eaf7a7c8a6311d
  1. src/
  2. tests/
  3. Android.mk
  4. OWNERS
  5. PREUPLOAD.cfg
  6. README.md
  7. 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.