- ab5006c Support getting transform state in IpSecService by Yan Yan · 1 year, 9 months ago
- c95f0d8 Merge "fix argument to CloseGuard.open()" by Maciej Żenczykowski · 2 years, 7 months ago
- 19aa23d Merge "Expose APIs to migrate IpSecTransform" by Yan Yan · 2 years, 7 months ago
- 81c2160 Expose APIs to migrate IpSecTransform by Yan Yan · 2 years, 10 months ago
- 4011228 fix argument to CloseGuard.open() by Maciej Żenczykowski · 2 years, 7 months ago
- 223b5cc fix argument to CloseGuard.open() by Maciej Żenczykowski · 2 years, 7 months ago
- a48dcd9 Require IPSEC_TUNNEL_MIGRATION feature flag to migrate transforms by Yan Yan · 2 years, 10 months ago
- e114b38 Support IPsec transform migration by Yan Yan · 4 years, 6 months ago
- be3eb3d Throw IAE when Network's LinkProperties is null by Yan Yan · 3 years, 3 months ago
- 98a3a03 Un-finalize IpSecManager by Yan Yan · 3 years, 7 months ago
- 41fe9f7 Merge "Remove ServiceManager usage from IpSecTransform" by Treehugger Robot · 3 years, 7 months ago
- ca9c1df Add PolicyDirection InfDef annotation to IpSecManager by Aaron Huang · 3 years, 8 months ago
- 80a73fd Remove ServiceManager usage from IpSecTransform by Aaron Huang · 3 years, 8 months ago
- dae8749 Merge "Replace Preconditions.checkNotNull with Objects.requireNonNull" by Treehugger Robot · 3 years, 8 months ago
- 49eef6f Replace Preconditions.checkNotNull with Objects.requireNonNull by Aaron Huang · 3 years, 8 months ago
- 4989e95 Make IpSecManager.DIRECTION_FWD @SystemApi by Aaron Huang · 3 years, 8 months ago
- fbae308 Fix style errors for IpSec associated files by Aaron Huang · 3 years, 9 months ago
- 9a708a4 Move IpSec associated files to f/b/packages/ConnectivityT by Aaron Huang · 3 years, 8 months ago[Renamed from core/java/android/net/IpSecManager.java]
- 5c20637 Merge "Improve documentation of IpSecTunnelInterface#setUnderlyingNetwork" by Treehugger Robot · 4 years, 3 months ago
- 908d34e Add internal support for IPsec forward policies by Benedict Wong · 4 years, 4 months ago
- cf4d2eb Improve documentation of IpSecTunnelInterface#setUnderlyingNetwork by Yan Yan · 4 years, 6 months ago
- 441e35f [API] Expose IpSecTunnelInterface#setUnderlyingNetwork by Yan Yan · 4 years, 11 months ago
- a2f3b49 Update underlying network of IpSecTunnelInterface by Yan Yan · 4 years, 11 months ago
- 32141be Merge "Revert "Expose IPsec tunnel APIs from @SystemApi to public APIs"" by Lorenzo Colitti · 4 years, 7 months ago
- 388f416 Revert "Expose IPsec tunnel APIs from @SystemApi to public APIs" by Lorenzo Colitti · 4 years, 7 months ago
- a034331 Expose UdpEncapsulationSocket.getResourceId() by Chiachang Wang · 4 years, 7 months ago
- 160aac3 Expose IPsec tunnel APIs from @SystemApi to public APIs by Yan Yan · 4 years, 9 months ago
- c85b7b0 Implement Ikev2VpnRunner by Benedict Wong · 6 years ago
- 30878b0 Allow mainline IPsec(IKE) to statically include @PolicyDirection by evitayan · 6 years ago
- 3a78d9d Add missing nullability annotations. by Aurimas Liutikas · 6 years ago
- 22e0b2c Merge "Add IPsec checks for IPSEC_TUNNEL feature" into qt-dev by Lorenzo Colitti · 6 years ago
- e976375 Add IPsec checks for IPSEC_TUNNEL feature by Benedict Wong · 7 years ago
- c45974b Add EPROTONOSUPPORT to IpSecManager SSE map by Benedict Wong · 7 years ago
- 3a287d5 Merge "Rework Exception Handling for IpSecManager" into pi-dev am: 16c671dc9a by Nathan Harold · 7 years ago
- beed0b6 Rework Exception Handling for IpSecManager by Nathan Harold · 7 years ago
- 67e71f0 [DO NOT MERGE] - Hide Tunnel Mode IpSec API by Nathan Harold · 7 years ago
- e7e135c Merge "Force creation of Socket upon Transform application" into pi-dev by Benedict Wong · 7 years ago
- d39837f Update IpSecManager to use InetAddress and prefixLen by Benedict Wong · 7 years ago
- 57ab3f6 Force creation of Socket upon Transform application by Benedict Wong · 7 years ago
- 65ef843 Add AppOps Checks for MANAGE_IPSEC_TUNNELS by Nathan Harold · 7 years ago
- 1b88f0e Disallow Reserved SPI Allocation by Nathan Harold · 7 years ago
- a386e37 Clarify UDP encapsulation socket API by Benedict Wong · 7 years ago
- c5106f3 Add documentation for TCP interactions with transforms by Benedict Wong · 7 years ago
- 00e7724 Add MANAGE_IPSEC_TUNNELS Permission by Nathan Harold · 7 years ago
- 6303d9e Add NonNull Annotations To IpSec API Surface by Nathan Harold · 7 years ago
- 49cd8d7 Expose add/removeAddress for IpSecInterfaces by Nathan Harold · 7 years ago
- 97c3c94 Added implementation for VTI add/remove address by Benedict Wong · 7 years ago
- e3536f0 Docstring Updates for applyTransportModeTransform by Nathan Harold · 7 years ago
- 025aae1 Require NETWORK_STACK Permission for IpSec Tunnel Mode by Nathan Harold · 8 years ago
- 8bc9073 Add TunnelInterface API and KernelResourceRecords by Benedict Wong · 8 years ago
- 03e732a Expose applyTunnelModeTransform as a system API by Benedict Wong · 8 years ago
- 67e7673 Add Tunnel Interface APIs to IpSecManager by Nathan Harold · 8 years ago
- 0d483b7 IpSec - API Tweak for removeTransportModeTransform by Nathan Harold · 8 years ago
- 3167625 Prevent Closure of Underlying Socket FDs by Nathan Harold · 8 years ago
- 5a19b95 Make Transforms Unidirectional by Nathan Harold · 8 years ago
- 5e85446 IpSec Invalidate the Resource IDs on close() by Nathan Harold · 8 years ago
- 20e96c5 Use consistent naming for allocating SPI. by Jonathan Basseri · 8 years ago
- 2725a23 Javadoc cleanup of IpSecManager API. by Jonathan Basseri · 8 years ago
- 2a30daf Fix signature for finalize() to resolve API Lint error by Nathan Harold · 8 years ago
- 19b99d9 Input Validation for IpSecService by Nathan Harold · 8 years ago
- 69cb0af Re-Expose IpSecService API Surface by Nathan Harold · 8 years ago
- 81f5463 Re-Enable Starting of the IpSecService by Nathan Harold · 8 years ago
- 4786aec Merge "Annotate @SystemApi with required permissions." into oc-dev by Jeff Sharkey · 8 years ago
- ad1cebe Annotate @SystemApi with required permissions. by Jeff Sharkey · 8 years ago
- 8086539 Add UDP Encap Socket Support to IpSecManager by Nathan Harold · 8 years ago
- 185f2cc Hide IpSecManager, IpSecTransform, and IpSecAlgorithm by Nathan Harold · 8 years ago
- 7194bb9 Hide IpSecManager, IpSecTransform, and IpSecAlgorithm by Nathan Harold · 8 years ago
- b2b85df Hide Socket+DatagramSocket IpSecTransform methods by Nathan Harold · 8 years ago
- 2528c66 Consistenly Throw IOExceptions from IpSecManager by Nathan Harold · 8 years ago
- 4b909c8 Hide Socket+DatagramSocket IpSecTransform methods by Nathan Harold · 8 years ago
- a64b019 Consistenly Throw IOExceptions from IpSecManager by Nathan Harold · 8 years ago
- 0bb49fc Add FileDescriptor Versions of applyTransportModeTransform() by Nathan Harold · 8 years ago
- ed0fcf1 IpSecManager and IpSecAlgorithm API Tweaks by Nathan Harold · 8 years ago
- 0072e19 Add FileDescriptor Versions of applyTransportModeTransform() by Nathan Harold · 8 years ago
- 0540679 IpSecManager and IpSecAlgorithm API Tweaks by Nathan Harold · 8 years ago
- 7c30d6b Add Initial IPsec APIs to IpSecService by Nathan Harold · 8 years ago
- 8e518b4 IpSecManager and IpSecTransform API Cleanup by Nathan Harold · 8 years ago
- 18fd608 Change reserveSecurityParameterIndex() to take a remoteAddress by Nathan Harold · 8 years ago
- 8ea6605 Add a Skeleton IpSecService by Nathan Harold · 8 years ago
- 031acb8 Add Initial IPsec APIs to IpSecService by Nathan Harold · 8 years ago
- 55e8910 IpSecManager and IpSecTransform API Cleanup by Nathan Harold · 8 years ago
- 909d66e Change reserveSecurityParameterIndex() to take a remoteAddress by Nathan Harold · 8 years ago
- d2a1dad Add a Skeleton IpSecService by Nathan Harold · 8 years ago
- b1f605f Add API Surface for creating IpSec Transforms by Nathan Harold · 9 years ago