| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 1 | -1/+1 |
| 2025-09-16 | feature/featuretags, all: add ts_omit_acme to disable TLS cert support | Brad Fitzpatrick | 1 | -1/+5 |
| 2024-07-19 | cmd/tailscale: add --min-validity flag to the cert command (#12822) | Andrew Lytvynov | 1 | -1/+11 |
| 2023-10-12 | ipn/ipnlocal: do unexpired cert renewals in the background | Maisem Ali | 1 | -1/+1 |
| 2023-07-27 | ipn/{ipnlocal,localapi}: actually renew certs before expiry (#8731) | Andrew Lytvynov | 1 | -1/+1 |
| 2023-02-01 | all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our fork | Brad Fitzpatrick | 1 | -2/+2 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 1 | -3/+2 |
| 2022-11-07 | ipn/{ipnlocal,localapi}: move most of cert.go to ipnlocal | Brad Fitzpatrick | 1 | -447/+11 |
| 2022-11-07 | ipn/localapi: refactor some cert code in prep for a move | Brad Fitzpatrick | 1 | -25/+35 |
| 2022-11-04 | all: remove old +build tags | Brad Fitzpatrick | 1 | -1/+0 |
| 2022-09-16 | ipn/{ipnlocal,localapi}: use strs.CutPrefix, add more domain validation | Brad Fitzpatrick | 1 | -3/+27 |
| 2022-09-15 | refactor: move from io/ioutil to io and os packages | Eng Zer Jun | 1 | -5/+4 |
| 2022-09-15 | envknob: support changing envknobs post-init | Brad Fitzpatrick | 1 | -2/+2 |
| 2022-08-30 | ipn/localapi: send Tailscale version in ACME User-Agent (#5499) | Andrew Dunham | 1 | -1/+5 |
| 2022-07-18 | ipn/localapi: define a cert dir for Synology DSM6 | Brad Fitzpatrick | 1 | -0/+9 |
| 2022-06-06 | wasm: exclude code that's not used on iOS for Wasm too | Mihai Parparita | 1 | -2/+2 |
| 2022-03-17 | all: use any instead of interface{} | Josh Bleecher Snyder | 1 | -2/+2 |
| 2022-02-19 | ipn/localapi: treat ACME "invalid" state as terminal, log more | Brad Fitzpatrick | 1 | -17/+12 |
| 2022-01-25 | ipn/ipnserver: add TS_PERMIT_CERT_UID envknob to give webservers cert access | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-01-24 | envknob: add new package for all the strconv.ParseBool(os.Getenv(..)) | Brad Fitzpatrick | 1 | -2/+2 |
| 2021-09-27 | ipn{,/localapi,ipnlocal}: infer cert dir from state file location | Brad Fitzpatrick | 1 | -5/+4 |
| 2021-08-18 | ipn/localapi: refresh ACME certs in background two weeks in advance | Brad Fitzpatrick | 1 | -20/+70 |
| 2021-08-17 | ipn/localapi: move cert fetching code to localapi, cache, add cert subcommand | Brad Fitzpatrick | 1 | -0/+400 |