summaryrefslogtreecommitdiffhomepage
path: root/net/tlsdial
AgeCommit message (Expand)AuthorFilesLines
2025-10-02feature/featuretags, all: add build features, use existing ones in more placesBrad Fitzpatrick2-56/+75
2025-09-16health,ipn/ipnlocal: introduce eventbus in heath.Tracker (#17085)Claus Lensbøl1-1/+2
2025-06-18net/tlsdial: fix TLS cert validation of HTTPS proxiesBrad Fitzpatrick2-34/+36
2025-05-19cmd/derper, net/tlsdial: fix client's self-signed cert validationBrad Fitzpatrick1-24/+34
2025-03-07cmd/derper, derp/derphttp: support, generate self-signed IP address certsBrad Fitzpatrick1-0/+41
2025-01-21ipn/ipnlocal: also use LetsEncrypt-baked-in roots for cert validationBrad Fitzpatrick2-108/+6
2024-12-16Switch logging service from log.tailscale.io to log.tailscale.com (#14398)Joe Tsai1-2/+2
2024-10-19net/tlsdial: call out firewalls blocking Tailscale in health warnings (#13840)Andrea Gottardo3-2/+188
2024-08-12cmd/tta, vnet: add host firewall, env var support, more testsBrad Fitzpatrick1-0/+7
2024-07-31net/tlsdial: relax self-signed cert health warningBrad Fitzpatrick1-8/+21
2024-04-25tsd, ipnlocal, etc: add tsd.System.HealthTracker, start some plumbingBrad Fitzpatrick2-9/+15
2024-04-25health: add Tracker type, in prep for removing global variablesBrad Fitzpatrick1-2/+2
2023-08-23cmd/tailscale/cli: make netcheck run even if machine lacks TLS certsBrad Fitzpatrick1-7/+25
2023-02-01health, net/tlsdial: add healthcheck for self-signed certAndrew Dunham1-8/+41
2023-01-27all: update copyright and license headersWill Norris3-9/+6
2023-01-03net/tlsdial,tstest,version: use go command from $PATHJames Tucker1-1/+1
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-1/+0
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick1-5/+5
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick1-14/+14
2022-01-24envknob: add new package for all the strconv.ParseBool(os.Getenv(..))Brad Fitzpatrick1-2/+3
2021-10-01net/tlsdial: add forgotten test file for go mod tidyBrad Fitzpatrick1-0/+10
2021-10-01net/tlsdial: bake in LetsEncrypt's ISRG Root X1 rootBrad Fitzpatrick2-1/+297
2020-06-01net/tlsdial, derp/derphttp: finish DERPNode.CertName validationBrad Fitzpatrick1-2/+49
2020-04-27net/tlsdial: update package doc to say it's now somewhat uselessBrad Fitzpatrick1-2/+7
2020-04-27Revert "net/tlsdial: add memory-optimized TLS cert verification path for iOS"Brad Fitzpatrick2-64/+0
2020-04-25net/tlsdial: add memory-optimized TLS cert verification path for iOSBrad Fitzpatrick2-0/+64
2020-04-25net/tlsdial: add package for TLS dials, and make DERP & controlclient use itBrad Fitzpatrick1-0/+24