Skip to content

Commit 7e81430

Browse files
authored
Merge pull request #442 from openziti/fips-stop-setting-tls-version
stop setting tls version in fips mode
2 parents 970ff9a + 76d16ff commit 7e81430

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tlz/cipher.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ func GetMinTlsVersion() uint16 {
5353
}
5454

5555
func GetMaxTlsVersion() uint16 {
56-
if FipsEnabled() {
57-
return tls.VersionTLS12
58-
}
5956
return tls.VersionTLS13
6057
}
6158

0 commit comments

Comments
 (0)