1
0
mirror of https://github.com/golang/go synced 2024-09-29 22:34:33 -06:00
go/src/crypto
Russ Cox 13723d44a0 runtime, crypto/x509: fix vet complaints for all windows
Working toward making the tree vet-safe instead of having
so many exceptions in cmd/vet/all/whitelist.

This CL makes "go vet -unsafeptr=false runtime" happy for windows/*,
while keeping "GO_BUILDER_NAME=misc-vetall go tool dist test" happy too.

For #31916.

Change-Id: If37ab2b3f6fca4696b8a6afb2ef11ba6c4fb42e0
Reviewed-on: https://go-review.googlesource.com/c/go/+/176106
Reviewed-by: Austin Clements <austin@google.com>
2019-05-09 21:13:39 +00:00
..
aes crypto/aes: replace broken extenal link to FIPS 197 2019-02-04 18:22:49 +00:00
cipher crypto/cipher: disable broken js/wasm test from nodejs v8 to v12 upgrade 2019-05-02 23:12:11 +00:00
des cmd/go: further reduce init work 2019-03-31 10:49:55 +00:00
dsa
ecdsa crypto/ecdsa: fix NSA reference to Suite B implementer's guide to FIPS 186-3 2018-12-10 16:06:44 +00:00
ed25519 crypto/ed25519: promote from golang.org/x/crypto/ed25519 2019-05-06 23:23:45 +00:00
elliptic doc: fixed some links 2019-05-08 16:38:55 +00:00
hmac crypto/hmac: rename CheckHMAC to ValidHMAC in package docs 2018-11-17 21:29:23 +00:00
internal crypto: panic on illegal input and output overlap 2018-06-19 21:06:50 +00:00
md5 all: simplify code using "gofmt -s -w" 2019-05-06 22:19:22 +00:00
rand crypto: add AIX operating system 2018-10-10 14:55:17 +00:00
rc4 crypto/rc4: remove false guarantees from Reset docs and deprecate it 2019-02-22 17:05:17 +00:00
rsa all: use strings.ReplaceAll and bytes.ReplaceAll where applicable 2018-09-26 22:14:25 +00:00
sha1 all: simplify code using "gofmt -s -w" 2019-05-06 22:19:22 +00:00
sha256 all: simplify code using "gofmt -s -w" 2019-05-06 22:19:22 +00:00
sha512 all: simplify code using "gofmt -s -w" 2019-05-06 22:19:22 +00:00
subtle crypto/subtle: normalize constant time ops docs 2019-01-22 19:40:30 +00:00
tls all: remove a few unused parameters 2019-04-29 13:31:54 +00:00
x509 runtime, crypto/x509: fix vet complaints for all windows 2019-05-09 21:13:39 +00:00
crypto.go
issue21104_test.go