summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/wireguard.rs
AgeCommit message (Expand)AuthorFilesLines
2019-12-17Retry automatic key rotation on failureDavid Lönnhager1-8/+30
2019-12-17Account for age of public key in wg key updatesDavid Lönnhager1-26/+55
2019-12-17Update key rotation scheduler when the interval is changedDavid Lönnhager1-13/+27
2019-12-17Treat zero interval as disabling auto rotationDavid Lönnhager1-5/+11
2019-12-17Add configurable key rotation intervalDavid Lönnhager1-18/+20
2019-12-17Improve error handlingDavid Lönnhager1-8/+20
2019-12-17Add incomplete key rotation schedulerDavid Lönnhager1-1/+87
2019-10-17Upgrade err-derive to 0.2.1Linus Färnstrand1-2/+2
2019-09-05Replace existing key when generating new wireguard keyEmīls Piņķis1-9/+46
2019-08-12Replace ::std with just stdLinus Färnstrand1-1/+1
2019-06-26Add wireguard key generatorEmīls Piņķis1-0/+234