Discover Packages
github.com/yk-golang/go1.10
src
crypto
internal
boring
fipstls
package
Version:
v0.0.0-...-bbc9f4b
Opens a new window with list of versions in this module.
Published: Sep 4, 2020
License: BSD-3-Clause, BSD-3-Clause, ISC, + 1 more
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package fipstls allows control over whether crypto/tls requires FIPS-approved settings.
This package's effects are independent of the use of the BoringCrypto implementation.
Abandon allows non-FIPS-approved settings.
If called from a non-test binary, it panics.
Force forces crypto/tls to restrict TLS configurations to FIPS-approved settings.
By design, this call is impossible to undo (except in tests).
Note that this call has an effect even in programs using
standard crypto (that is, even when Enabled = false).
Required reports whether FIPS-approved settings are required.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.