Log EAP-SIM/AKA auth challenge as PII.

When EAP-SIM/AKA authentication on the UICC fails
(TelephonyManager#getIccAuthentication returns null), the formatted
challenge is logged. However, this information needs to be logged as
PII, since it contains the authentication vector.

Bug: 142554244
Test: atest FrameworksIkeTests
Change-Id: Ibc662c6c47445b9ebff0bc792120ec7a9d83f266
1 file changed
tree: 514552fd445d38081ae15ed0b58156bef49b6cc6
  1. src/
  2. tests/
  3. Android.bp
  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.