]> Cypherpunks repositories - gostls13.git/commit
crypto/rand: warn to stderr if blocked 60+ sec on first Reader.Read call
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 3 Oct 2018 22:18:07 +0000 (22:18 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 3 Oct 2018 22:50:25 +0000 (22:50 +0000)
commit1961d8d72a53e780effa18bfa8dbe4e4282df0b2
tree597a2bd90380ff2971ab8af36e088fd5484746ad
parentd16e4d34fc24c2c4ad6d4965edb17204ca5e1c67
crypto/rand: warn to stderr if blocked 60+ sec on first Reader.Read call

Fixes #22614

Change-Id: I220afbaaeab4dec6d59eeeef12107234a77f1587
Reviewed-on: https://go-review.googlesource.com/c/139419
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/crypto/rand/rand.go
src/crypto/rand/rand_unix.go
src/crypto/rand/rand_windows.go