Fix IKE CTS by renewing the test certificates

The tests were failing in authentication because the certificates
in the test vectors got expired.

This commit fixes the CTS by updating the test vectors to use
a new server certificate that is still valid. The test
certificate's lifetime is 50 years.

Bug: 281599284
Test: atest CtsIkeTestCases
Change-Id: I4bc46e45c14e892723c0ed4304c4c56bc3a172f5
2 files changed
tree: cf63a3da3254af15d18c5455da8a31c2b051202d
  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.