Open
Description
Proposal Details
Similar to crypto/tls/fipsonly
add golang.org/x/crypto/ssh/fipsonly
//go:build boringcrypto
// Package fipsonly restricts all SSH configuration to FIPS-approved settings.
//
// The effect is triggered by importing the package anywhere in a program, as in:
//
// import _ "golang.org/x/crypto/ssh/fipsonly"
//
// This package only exists when using Go compiled with GOEXPERIMENT=boringcrypto.
Metadata
Metadata
Assignees
Type
Projects
Status
Accepted