Skip to content

Commit 3472777

Browse files
authored
Merge pull request #192 from openziti/fips-algos-tls-server-ciphers
enforce fips mode at build time
2 parents b129013 + 5a04236 commit 3472777

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fips.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
//go:build fips
2+
3+
package channel
4+
5+
import _ "crypto/tls/fipsonly"

0 commit comments

Comments
 (0)