go/src/crypto
Roland Shoemaker 267013e6e9 crypto/x509: attempt to prime windows root pool before hybrid test
In TestHybridPool attempt to prime to the windows root pool before
the real test actually happens. This is a bit of a band-aid, with
a better long term solution discussed in #52108.

Updates #51599

Change-Id: I406add8d9cd9e3fae37bfc20b97f5479c10a52c2
Reviewed-on: https://go-review.googlesource.com/c/go/+/405914
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
2022-05-12 20:58:12 +00:00
..
aes crypto/aes: add BE support to gcm 2022-05-10 20:13:31 +00:00
boring [dev.boringcrypto] all: add boringcrypto build tags 2022-04-29 14:23:22 +00:00
cipher all: gofmt main repo 2022-04-11 16:34:30 +00:00
des all: fix some lint issues 2022-05-08 17:27:54 +00:00
dsa
ecdsa all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into master 2022-05-02 22:12:49 -04:00
ed25519 crypto/ed25519/internal/edwards25519: move to crypto/internal/edwards25519 2022-05-05 21:53:10 +00:00
elliptic crypto/elliptic/internal/nistec: move to crypto/internal/nistec 2022-05-05 21:53:03 +00:00
hmac
internal crypto/internal/nistec: re-enable ppc64le asm for P-256 2022-05-05 23:41:16 +00:00
md5 all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
rand crypto/rand: fix race on r.used 2022-05-06 17:41:30 +00:00
rc4
rsa [dev.boringcrypto] crypto/ecdsa, crypto/rsa: use boring.Cache 2022-04-29 14:23:32 +00:00
sha1 [dev.boringcrypto] crypto/internal/boring: make SHA calls allocation-free 2022-04-29 14:23:27 +00:00
sha256 crypto/internal/boring: avoid false positive in cgo pointer check in SHA calls 2022-05-05 19:31:33 +00:00
sha512 [dev.boringcrypto] crypto/internal/boring: make SHA calls allocation-free 2022-04-29 14:23:27 +00:00
subtle crypto/subtle: note that input length mismatch makes ConstantTimeCompare return immediately 2022-04-05 01:54:27 +00:00
tls crypto/tls: avoid extra allocations in steady-state Handshake calls 2022-05-06 20:17:52 +00:00
x509 crypto/x509: attempt to prime windows root pool before hybrid test 2022-05-12 20:58:12 +00:00
crypto.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
issue21104_test.go