package fips140tls

Import Path
	crypto/tls/internal/fips140tls (on go.dev)

Dependency Relation
	imports 2 packages, and imported by one package

Involved Source Files Package fips140tls controls whether crypto/tls requires FIPS-approved settings.
Package-Level Functions (total 3)
Force forces crypto/tls to restrict TLS configurations to FIPS-approved settings. By design, this call is impossible to undo (except in tests).
Required reports whether FIPS-approved settings are required. Required is true if FIPS 140-3 mode is enabled with GODEBUG=fips140=on, or if the crypto/tls/fipsonly package is imported by a Go+BoringCrypto build.