Skip to content

Commit 6daefeb

Browse files
committed
Remove FV tests for crypto package tied to FIPS.
1 parent a165be6 commit 6daefeb

File tree

10 files changed

+0
-163
lines changed

10 files changed

+0
-163
lines changed

.semaphore/semaphore-scheduled-builds.yml

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.semaphore/semaphore.yml

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.semaphore/semaphore.yml.d/blocks/20-crypto.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

crypto/Makefile

Lines changed: 0 additions & 29 deletions
This file was deleted.

crypto/deps.txt

Lines changed: 0 additions & 28 deletions
This file was deleted.

crypto/fv/expected-nmap.log

Lines changed: 0 additions & 17 deletions
This file was deleted.

crypto/fv/main/main.go

Lines changed: 0 additions & 32 deletions
This file was deleted.

crypto/pkg/tls/fipstls.go

Lines changed: 0 additions & 10 deletions
This file was deleted.

crypto/pkg/tls/nonfipstls.go

Lines changed: 0 additions & 6 deletions
This file was deleted.

crypto/pkg/tls/tls.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import (
2222
"strings"
2323

2424
apiv3 "github.com/projectcalico/api/pkg/apis/projectcalico/v3"
25-
log "github.com/sirupsen/logrus"
2625
)
2726

2827
// Ciphers supported by TLS 1.2
@@ -99,7 +98,6 @@ func ParseTLSCiphers(ciphers string) ([]uint16, error) {
9998
// NewTLSConfig returns a tls.Config with the recommended default settings for Calico components. Based on build flags,
10099
// boringCrypto may be used and fips strict mode may be enforced, which can override the parameters defined in this func.
101100
func NewTLSConfig() (*tls.Config, error) {
102-
log.WithField("BuiltWithBoringCrypto", BuiltWithBoringCrypto).Debug("creating a TLS config")
103101
env := os.Getenv("TLS_CIPHER_SUITES")
104102
ciphers, err := ParseTLSCiphers(env)
105103
if err != nil {

0 commit comments

Comments
 (0)