summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/TunnelManager/RotateKeyOperation.swift
AgeCommit message (Expand)AuthorFilesLines
2025-02-04Update copyright string in switft filesOskar1-1/+1
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet1-2/+2
2023-11-14remove importing namespaces partiallyMojgan1-1/+1
2023-10-16Add tests for PacketTunnelActor, TunnelManager and AppMessageHandler.Jon Petersson1-2/+2
2023-09-20Disable Module verifier, rename Settings to MullvadSettings to avoid clash wi...Bug Magnet1-1/+1
2023-09-20Move settings into its own frameworkAndrej Mihajlov1-0/+1
2023-06-08PacketTunnel: rotate private key on mismatch with serverAndrej Mihajlov1-78/+48
2023-04-19Persist next private key instead of creating it during each rotationAndrej Mihajlov1-10/+14
2023-04-05Persist last key rotation date to determine next schedule rotationJon Petersson1-16/+26
2023-03-29Delay tunnel reconnection after private key rotationJon Petersson1-1/+7
2023-02-28Replace OperationCompletion with ResultAndrej Mihajlov1-20/+16
2022-10-20Move REST into separate frameworksajacl1-0/+2
2022-10-13Add MullvadTypes and MullvadLogging targetsAndrej Mihajlov1-1/+1
2022-09-26Move AsyncOperation into Operations static library and add separate testsAndrej Mihajlov1-0/+1
2022-09-26Replace ChainedError with WrappingErrorAndrej Mihajlov1-1/+1
2022-08-03Format source code with swiftformatAndrej Mihajlov1-6/+4
2022-08-01Add device stateAndrej Mihajlov1-44/+33
2022-06-20Move background task handling to AppDelegateAndrej Mihajlov1-3/+3
2022-05-30TunnelManager: use new settings and REST proxiesAndrej Mihajlov1-0/+132