refactor ptls to clarify the difference between FIPS and non-FIPS modes

and backfill some basic tests
This commit is contained in:
Ryan Richard
2024-05-13 16:08:56 -07:00
parent f96cbea521
commit e13f4a7f29
10 changed files with 410 additions and 192 deletions

View File

@@ -0,0 +1,9 @@
// 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.