summaryrefslogtreecommitdiffhomepage
path: root/control/controlclient/sign_supported.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-09-01util/syspolicy/policyclient: add policyclient.Client interface, start plumbingBrad Fitzpatrick1-5/+5
2025-08-31util/syspolicy/*: move syspolicy keys to new const leaf "pkey" packageBrad Fitzpatrick1-1/+2
2024-11-22control/controlclient: use the most recent syspolicy.MachineCertificateSubjec...Nick Khyl1-11/+2
2024-09-04control/controlclient,posture,util/syspolicy: use predefined syspolicy keys i...Nick Khyl1-1/+1
2023-10-20control/controlclient: support certstore without cgoAdrian Dewhurst1-6/+4
2023-09-26winutil: refactor methods to get values from registry to also return (#9536)Claire Wang1-1/+1
2023-08-04control: use tstime instead of time (#8595)Claire Wang1-1/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-1/+0
2022-03-16go.mod: update to latest certstoreJosh Bleecher Snyder1-2/+2
2022-03-16control/controlclient: only build certstore-related code with the Tailscale G...Josh Bleecher Snyder1-2/+2
2022-02-11control/controlclient: select newer certificateAdrian Dewhurst1-5/+29
2021-09-17control/controlclient: update machine certificate signature versionAdrian Dewhurst1-2/+5
2021-09-03types/key: add a special key with custom serialization for control private ke...Dave Anderson1-2/+2
2021-09-03Revert "types/key: add MachinePrivate and MachinePublic."David Anderson1-2/+2
2021-09-03types/key: add MachinePrivate and MachinePublic.David Anderson1-2/+2
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder1-0/+1
2021-05-28control/controlclient: use our fork of certstoreAdrian Dewhurst1-1/+1
2021-04-07control/controlclient: return correct certificateAdrian Dewhurst1-20/+41
2021-03-26control/controlclient: sign RegisterRequest (#1549)Adrian Dewhurst1-0/+160