boulder/bdns
Aaron Gable 61b484c13b
Update to math/rand/v2 (#7657)
Replace all of Boulder's usage of the Go stdlib "math/rand" package with
the newer "math/rand/v2" package which first became available in go1.22.
This package has an improved API and faster performance across the
board.

See https://go.dev/blog/randv2 and https://go.dev/blog/chacha8rand for
details.
2024-08-12 09:17:09 -07:00
..
dns.go bdns: small typo fix in comment (#7644) 2024-08-05 10:56:41 -07:00
dns_test.go Replace explicit int loops with range-over-int (#7434) 2024-04-22 10:34:51 -07:00
mocks.go va: Audit log which DNS resolver performs a lookup (#7271) 2024-02-05 14:26:39 -05:00
problem.go bdns: Return timeout errors for DoH timeouts (#7569) 2024-07-03 11:07:38 -04:00
problem_test.go bdns: Return timeout errors for DoH timeouts (#7569) 2024-07-03 11:07:38 -04:00
servers.go Update to math/rand/v2 (#7657) 2024-08-12 09:17:09 -07:00
servers_test.go VA: Support discovery of DNS resolvers via Consul (#6869) 2023-05-12 12:54:31 -04:00