aboutsummaryrefslogtreecommitdiffstats
path: root/.swiftlint.yml (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-27VPN: Tunnel container shall provide direct access to the configuration objectRoopesh Chander3-4/+7
2018-10-27Tunnel editing: Modifying a tunnel configurationRoopesh Chander2-9/+35
2018-10-27Tunnel creation: After saving the new tunnel, show the detail viewRoopesh Chander4-9/+32
2018-10-27Tunnel detail: Don't show fields that have empty valueRoopesh Chander2-10/+52
2018-10-27Tunnel creation: Public key is uneditableRoopesh Chander1-0/+4
2018-10-27Tunnel creation: An uneditable field's value should be grey as wellRoopesh Chander1-0/+1
2018-10-27Tunnel creation: Generate key pairRoopesh Chander1-2/+10
2018-10-27Tunnel creation: Compute public key from private key as the text is being editedRoopesh Chander2-0/+31
2018-10-27Tunnel view model: Populate interface's public keyRoopesh Chander1-0/+1
2018-10-27Model: Interface: Add a public key computed propertyRoopesh Chander1-0/+4
2018-10-27Crypto: Swift wrapper for the Curve25519 C codeRoopesh Chander2-0/+31
2018-10-27Crypto: Curve25519: Add explicit cast to supress conversion warning.Jeroen Leenarts1-4/+4
2018-10-27Crypto: Add Curve25519 C code to projectRoopesh Chander2-0/+27
2018-10-27Crypto: Add key generation functionsJeroen Leenarts2-0/+184
2018-10-27Tunnel creation: Hide 'Exclude private IPs' switch till the feature is readyRoopesh Chander1-2/+1