summaryrefslogtreecommitdiff
path: root/core/java/android/net/IpSecTransform.java
AgeCommit message (Expand)Author
2020-12-04Merge "Remove NATT keepalive from IpSecTransform" am: c20770fee5 am: 89a98351...Treehugger Robot
2020-11-30Remove NATT keepalive from IpSecTransformRemi NGUYEN VAN
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2019-06-20Merge "Factorize custom asserts." am: 6c176efa3dChalard Jean
2019-06-20Factorize custom asserts.Chalard Jean
2019-05-08Add IPsec checks for IPSEC_TUNNEL featureBenedict Wong
2019-01-25Hide Keepalive offload API in IpSecjunyulai
2018-04-25Merge "Rework Exception Handling for IpSecManager" into pi-dev am: 16c671dc9aNathan Harold
2018-04-24Rework Exception Handling for IpSecManagerNathan Harold
2018-04-10[DO NOT MERGE] - Hide Tunnel Mode IpSec APINathan Harold
2018-04-03Add AppOps Checks for MANAGE_IPSEC_TUNNELSNathan Harold
2018-03-22Add MANAGE_IPSEC_TUNNELS PermissionNathan Harold
2018-03-21Add NonNull Annotations To IpSec API SurfaceNathan Harold
2018-02-13Copy IpSecConfig when IpSecTransforms are createdBenedict Wong
2018-02-08Require NETWORK_STACK Permission for IpSec Tunnel ModeNathan Harold
2018-01-31Fix minor bugs with tunnel mode implementationBenedict Wong
2018-01-24Move Keepalive out of IpSecTransform.BuilderNathan Harold
2018-01-22Merge "Rename create/delete transform methods"Benedict Wong
2018-01-19Rename create/delete transform methodsBenedict Wong
2018-01-17Add Tunnel Interface APIs to IpSecManagerNathan Harold
2018-01-16Make Transforms UnidirectionalNathan Harold
2018-01-04IpSec Invalidate the Resource IDs on close()Nathan Harold
2017-12-12Use consistent naming for allocating SPI.Jonathan Basseri
2017-11-20Javadoc cleanup of IpSecManager API.Jonathan Basseri
2017-10-18Add support for AES-GCM-ESP as an IPSec algorithmBenedict Wong
2017-10-04Cosmetic Cleanups for IpSecServiceNathan Harold
2017-10-03Input Validation for IpSecServiceNathan Harold
2017-09-12Re-Expose IpSecService API SurfaceNathan Harold
2017-07-24Add dump info to IpSecServiceludi
2017-07-20Add unit test for IpSecServiceludi
2017-06-02Add UDP Encap Socket Support to IpSecManagerNathan Harold
2017-04-26Hide IpSecManager, IpSecTransform, and IpSecAlgorithmNathan Harold
2017-03-31Add Initial IPsec APIs to IpSecServiceNathan Harold
2017-03-31IpSecManager and IpSecTransform API CleanupNathan Harold
2017-03-29Change reserveSecurityParameterIndex() to take a remoteAddressNathan Harold
2017-02-28Add API Surface for creating IpSec TransformsNathan Harold