1
0
mirror of https://github.com/golang/go synced 2024-11-14 08:40:27 -07:00
go/src/crypto/x509
Keith Randall 842b05832f all: use testing.GoToolPath instead of "go"
This change makes sure that tests are run with the correct
version of the go tool.  The correct version is the one that
we invoked with "go test", not the one that is first in our path.

Fixes #16577

Change-Id: If22c8f8c3ec9e7c35d094362873819f2fbb8559b
Reviewed-on: https://go-review.googlesource.com/28089
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-08-30 22:49:11 +00:00
..
pkix crypto/x509/pkix: make 'v1' the default CRL version. 2016-03-10 23:48:16 +00:00
cert_pool.go crypto/x509: allow a leaf certificate to be specified directly as root. 2016-08-19 16:56:23 +00:00
example_test.go crypto/x509: better documentation for ParsePKIXPublicKey 2016-02-26 06:36:10 +00:00
pem_decrypt_test.go crypto/x509: don't panic when decrypting invalid PEM data. 2015-06-26 16:16:51 +00:00
pem_decrypt.go all: single space after period. 2016-03-02 00:13:47 +00:00
pkcs1.go all: remove public named return values when useless 2016-02-29 03:31:19 +00:00
pkcs8_test.go
pkcs8.go all: standardize RFC mention format 2016-04-12 21:07:52 +00:00
root_bsd.go crypto/x509: split certFiles definition by GOOS 2015-01-05 05:41:27 +00:00
root_cgo_darwin.go crypto/x509: detect OS X version for FetchPEMRoots at run time 2016-07-26 23:16:15 +00:00
root_darwin_arm_gen.go crypto/x509: fix build break on darwin/{arm,arm64} 2016-04-01 01:10:59 +00:00
root_darwin_armx.go crypto/x509: fix build break on darwin/{arm,arm64} 2016-04-01 01:10:59 +00:00
root_darwin_test.go all: fix typos and spelling 2016-02-24 18:42:29 +00:00
root_darwin.go crypto/x509: build the builtin root certs also for darwin/arm64 2015-04-16 16:50:30 +00:00
root_linux.go crypto/x509: split certFiles definition by GOOS 2015-01-05 05:41:27 +00:00
root_nacl.go crypto/x509: fix nacl build 2015-01-05 06:31:49 +00:00
root_nocgo_darwin.go crypto/x509: add SystemCertPool, refactor system cert pool loading 2016-03-31 07:52:10 +00:00
root_plan9.go crypto/x509: add SystemCertPool, refactor system cert pool loading 2016-03-31 07:52:10 +00:00
root_solaris.go crypto/x509: add /etc/ssl/cacert.pem to OmniOS cert search list 2015-07-15 04:31:06 +00:00
root_unix.go crypto/x509: add SystemCertPool, refactor system cert pool loading 2016-03-31 07:52:10 +00:00
root_windows.go crypto/x509: add SystemCertPool, refactor system cert pool loading 2016-03-31 07:52:10 +00:00
root.go crypto/x509: add SystemCertPool, refactor system cert pool loading 2016-03-31 07:52:10 +00:00
sec1_test.go [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch 2016-01-07 10:01:08 -08:00
sec1.go all: standardize RFC mention format 2016-04-12 21:07:52 +00:00
sha2_windows_test.go crypto/x509: use syscall.GetVersion instead of internal/syscall/windows.GetVersion 2015-03-31 08:11:24 +00:00
verify_test.go crypto/x509: allow a leaf certificate to be specified directly as root. 2016-08-19 16:56:23 +00:00
verify.go crypto/x509: allow a leaf certificate to be specified directly as root. 2016-08-19 16:56:23 +00:00
x509_test_import.go
x509_test.go all: use testing.GoToolPath instead of "go" 2016-08-30 22:49:11 +00:00
x509.go crypto/x509: recognise ISO OID for RSA+SHA1 2016-08-19 16:29:58 +00:00