summaryrefslogtreecommitdiffhomepage
path: root/net/tlsdial
AgeCommit message (Expand)AuthorFilesLines
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