var crypto/x509/internal/macos.ErrNoTrustSettings
6 uses
crypto/x509/internal/macos (current package)
security.go#L62: var ErrNoTrustSettings = errors.New("no trust settings found")
security.go#L73: return 0, ErrNoTrustSettings
security.go#L105: return 0, ErrNoTrustSettings
crypto/x509
root_darwin.go#L36: if err == macOS.ErrNoTrustSettings {
root_darwin.go#L153: if debugDarwinRoots && err != macOS.ErrNoTrustSettings {
root_darwin.go#L170: if debugDarwinRoots && err != macOS.ErrNoTrustSettings {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |