()
| 1765 | } |
| 1766 | |
| 1767 | func (e *CertificateVerificationError) Unwrap() error { |
| 1768 | return e.Err |
| 1769 | } |
| 1770 | |
| 1771 | // fipsAllowedChains returns chains that are allowed to be used in a TLS connection |
| 1772 | // based on the current fips140tls enforcement setting. |
nothing calls this directly
no outgoing calls
no test coverage detected