Stop logging recognized notify payloads as unrecognized.

This CL updates IkeSessionStateMachine and ChildSessionStateMachine to
stop logging several known payloads as unrecognized / unexpected.
Specifically, these payloads are SIGNATURE_HASH_ALGORITHMS,
USE_TRANSPORT_MODE, and REKEY_SA.

Bug: 164515741
Test: atest FrameworksIkeTests
Test: manually checked logging is fixed
Change-Id: I1c4e9f9e6f63bddb89e8b160c873a6d6d1f7f967
Merged-In: I1c4e9f9e6f63bddb89e8b160c873a6d6d1f7f967
(cherry picked from commit ff3e110c376a24e2d7398ddc3b5c51f893b96eaa)
2 files changed
tree: ce7d573f247598ceb16f88c11d409ccb7eca32c6
  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.