]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: drop the cgo implementation of root_darwin_amd64.go
authorFilippo Valsorda <filippo@golang.org>
Mon, 9 Nov 2020 13:54:55 +0000 (14:54 +0100)
committerFilippo Valsorda <filippo@golang.org>
Mon, 9 Nov 2020 20:02:56 +0000 (20:02 +0000)
commit5e181357c7dd5cde11b28b2db0b4fb02159ddacf
tree9876f8e2595dc019484f34d7aeea1d3971196668
parentd7fff1f2cf2c0cb7cb2e03a3d057c600c4ec545a
crypto/x509: drop the cgo implementation of root_darwin_amd64.go

This code was preserved just to do side-by-side testing while
transitioning to the Go implementation. There haven't been mismatch
issues, so drop the cgo code, which was making it hard to improve the Go
code without diverging.

Change-Id: I2a23039c31a46e88b94250aafbc98d4ea8daf22f
Reviewed-on: https://go-review.googlesource.com/c/go/+/232397
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/dist/test.go
src/crypto/x509/internal/macos/corefoundation.go
src/crypto/x509/internal/macos/security.go
src/crypto/x509/root_cgo_darwin.go [deleted file]
src/crypto/x509/root_darwin.go
src/crypto/x509/root_darwin_test.go
src/crypto/x509/root_ios.go
src/crypto/x509/root_ios_gen.go
src/crypto/x509/root_omit.go
src/go/build/deps_test.go