mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2025-12-23 06:15:47 +00:00
10 lines
379 B
Go
10 lines
379 B
Go
// Copyright 2024 the Pinniped contributors. All Rights Reserved.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package ptls
|
|
|
|
// If you are coming here to look for unit tests for the FIPS-mode profiles,
|
|
// please instead see test/integration/ptls_fips_test.go.
|
|
// CI does not currently run the unit tests in FIPS mode, so these unit tests
|
|
// were instead written as integration tests.
|