You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/prober
Mike O'Driscoll b02de31563
prober: update cert check for prober (#15919)
OCSP has been removed from the LE certs.
Use CRL verification instead.

If a cert provides a CRL, check its revocation
status, if no CRL is provided and otherwise
is valid, pass the check.

Fixes #15912

Signed-off-by: Mike O'Driscoll <mikeo@tailscale.com>
Co-authored-by: Simon Law <sfllaw@tailscale.com>
8 months ago
..
derp.go prober: add address family label for udp metrics (#15413) 9 months ago
derp_test.go prober: support filtering regions by region ID in addition to code 12 months ago
dns.go prober: export probe class and metrics from bandwidth prober 2 years ago
dns_example_test.go prober: export probe class and metrics from bandwidth prober 2 years ago
dns_test.go prober: export probe class and metrics from bandwidth prober 2 years ago
histogram.go prober: make histogram buckets cumulative 1 year ago
histogram_test.go prober: make histogram buckets cumulative 1 year ago
http.go prober: export probe class and metrics from bandwidth prober 2 years ago
prober.go prober: add address family label for udp metrics (#15413) 9 months ago
prober_test.go prober: support multiple probes running concurrently 11 months ago
status.go cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 1 year ago
status.html cmd/derpprobe,prober: add ability to perform continuous queuing delay measurements against DERP servers 1 year ago
tcp.go prober: export probe class and metrics from bandwidth prober 2 years ago
tls.go prober: update cert check for prober (#15919) 8 months ago
tls_test.go prober: update cert check for prober (#15919) 8 months ago
tun_darwin.go prober: perform DERP bandwidth probes over TUN device to mimic real client 1 year ago
tun_default.go prober: perform DERP bandwidth probes over TUN device to mimic real client 1 year ago
tun_linux.go prober: perform DERP bandwidth probes over TUN device to mimic real client 1 year ago