MCPcopy Create free account
hub / github.com/XTLS/REALITY / Unwrap

Method Unwrap

common.go:1767–1769  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1765}
1766
1767func (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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected