bc7ffd37a6
Co-authored-by: Joshua Casey <joshuatcasey@gmail.com>
7 lines
297 B
Go
7 lines
297 B
Go
// Copyright 2023 the Pinniped contributors. All Rights Reserved.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package fips can be imported to enable fipsonly tls mode when compiling with fips_strict.
|
|
// It will also cause cgo to be explicitly imported when compiling with fips_strict.
|
|
package fips
|