package fips140tls

Import Path
	github.com/tmc/go-iroh/internal/itls/shim/fips140tls (on go.dev)

Dependency Relation
	imports 0 packages, and imported by one package

Involved Source Files Package fips140tls is a shim for crypto/tls/internal/fips140tls. FIPS mode is never required in this vendored build, so Required always reports false and the standard (non-FIPS) TLS code paths are taken.
Package-Level Functions (total 3)
Force is a no-op in this shim.
Required reports whether FIPS 140 mode is required. Always false here.
TestingOnlyAbandon is a no-op in this shim.