boulder/cmd/rocsp-tool
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
..
testdata Split rocsp-tool into files; add some tests (#5795) 2021-11-12 17:41:14 -08:00
client.go Update to math/rand/v2 (#7657) 2024-08-12 09:17:09 -07:00
client_test.go Remove all static minica keys (#7489) 2024-05-17 11:45:40 -07:00
inflight.go Split rocsp-tool into files; add some tests (#5795) 2021-11-12 17:41:14 -08:00
inflight_test.go Split rocsp-tool into files; add some tests (#5795) 2021-11-12 17:41:14 -08:00
main.go Add --addr and/or --debug-addr flags to all commands (#7175) 2023-12-07 17:41:01 -08:00