mirror of
https://github.com/golang/go
synced 2024-11-08 14:56:31 -07:00
303a596d8c
On macOS 10.11, but not 10.10 and 10.12, the C API returns 5 old root CAs which are not in SystemRootCertificates.keychain (but seem to be in X509Anchors and maybe SystemCACertificates.keychain, along with many others that the C API does not return). They all are moribund 1024-bit roots which are now gone from the Apple store. Since we can't seem to find a way to make the no-cgo code see them, ignore them rather than skipping the test. Fixes #21416 Change-Id: I24ff0461f71cec953b888a60b05b99bc37dad2ed Reviewed-on: https://go-review.googlesource.com/c/156329 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> |
||
---|---|---|
.. | ||
pkix | ||
testdata | ||
cert_pool.go | ||
example_test.go | ||
name_constraints_test.go | ||
pem_decrypt_test.go | ||
pem_decrypt.go | ||
pkcs1.go | ||
pkcs8_test.go | ||
pkcs8.go | ||
root_aix.go | ||
root_bsd.go | ||
root_cgo_darwin.go | ||
root_darwin_arm_gen.go | ||
root_darwin_armx.go | ||
root_darwin_test.go | ||
root_darwin.go | ||
root_js.go | ||
root_linux.go | ||
root_nacl.go | ||
root_nocgo_darwin.go | ||
root_plan9.go | ||
root_solaris.go | ||
root_unix_test.go | ||
root_unix.go | ||
root_windows.go | ||
root.go | ||
sec1_test.go | ||
sec1.go | ||
test-file.crt | ||
verify_test.go | ||
verify.go | ||
x509_test_import.go | ||
x509_test.go | ||
x509.go |