crypto/x509.Certificate.systemVerify (method)

2 uses

	crypto/x509 (current package)
		root_darwin.go#L19: func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {
		verify.go#L776: 		return c.systemVerify(&opts)