Source File
fips140tls.go
Belonging Package
github.com/tmc/go-iroh/internal/itls/shim/fips140tls
// 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 fips140tls// Required reports whether FIPS 140 mode is required. Always false here.func () bool { return false }// Force is a no-op in this shim.func () {}// TestingOnlyAbandon is a no-op in this shim.func () {}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |