History log of /frameworks/base/core/java/android/net/IpSecAlgorithm.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bd62d6aff264b8e8ce4a06ca6417e69bcca3006b 25-Apr-2017 Nathan Harold <nharold@google.com> Hide IpSecManager, IpSecTransform, and IpSecAlgorithm

These classes, originally planned to be part of the
public API, are not ready for public consumption.
They are planned to be un-hidden in a future release.

Bug: 37681043
Test: make update-api and make
Merged-In: I8caccd3f8455341cb56a2256354eacbadedff047
Change-Id: I8caccd3f8455341cb56a2256354eacbadedff047
(cherry picked from commit e38565fc74ee19e27175782be3cf2f0dffefd3a6)
/frameworks/base/core/java/android/net/IpSecAlgorithm.java
5ad768c3b75c5dcc8e8aa90ee27f2beb7fe9590a 07-Apr-2017 Nathan Harold <nharold@google.com> IpSecManager and IpSecAlgorithm API Tweaks

-Add a reserveSecurityParamterIndex() function that allows the
system to select an SPI.
-Disallow INVALID_SECURITY_PARAMETER_INDEX from being passed as
an explicit SPI request.
-Remove the ALGO_ prefix from constants in IpSecAlgorithm

Bug: 36073210
Test: Updated CTS tests still pass on bullhead
Change-Id: Ic94809996076b0718f153f550b82192fe7048a2e
/frameworks/base/core/java/android/net/IpSecAlgorithm.java
f1dad26972dceac86edfc42bc87753b7ad8ad54f 07-Mar-2017 Nathan Harold <nharold@google.com> Add Initial IPsec APIs to IpSecService

-Plumb IpSecManager APIs to NetD
-Add Resource Management to IpSecService

Bug: 30984788
Test: b/34812052, b/34811227
Change-Id: Ic43965c6158f28cac53810adbf5cf50d2c54f920
(cherry picked from commit 93962f34ce21f5aac825afbcebf2f3e8c7a30910)
/frameworks/base/core/java/android/net/IpSecAlgorithm.java
330e1089da80cddcd68758512370d217b19f8890 13-Jan-2017 Nathan Harold <nharold@google.com> Add API Surface for creating IpSec Transforms

This CL adds an API to set up an IPSec Security Association
and Security Policy to perform Transport-Mode and Tunnel-Mode encapuslation
of IP Packets.

Bug: 30984788
Bug: 34811752
Test: 34812052, 34811227
Change-Id: Ic9f63c7bb366302a24baa3e1b79020210910ac0a
/frameworks/base/core/java/android/net/IpSecAlgorithm.java