ContainerImage.Pinniped/test/testlib/securetls_preference_nonfips.go
Joshua Casey 976dd6c8e1 wip
2023-04-07 19:39:42 -05:00

14 lines
475 B
Go

// Copyright 2022-2023 the Pinniped contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
//go:build !goexperiment.boringcrypto
// +build !goexperiment.boringcrypto
package testlib
// Because of a bug in nmap, the cipher suite preference is
// incorrectly shown as 'client' in some cases.
// in fips-only mode, it correctly shows the cipher preference
// as 'server', while in non-fips mode it shows as 'client'.
const cipherSuitePreference = "client"