cloudflared-mirror/cmd/cloudflared/tunnel
Nuno Diegues 70e675f42c TUN-5551: Reintroduce FIPS compliance for linux amd64 now as separate binaries
This is a cherry-pick of 157f5d1412
followed by build/CI changes so that amd64/linux FIPS compliance is
provided by new/separate binaries/artifacts/packages.

The reasoning being that FIPS compliance places excessive requirements
in the encryption algorithms used for regular users that do not care
about that. This can cause cloudflared to reject HTTPS origins that
would otherwise be accepted without FIPS checks.

This way, by having separate binaries, existing ones remain as they
were, and only FIPS-needy users will opt-in to the new FIPS binaries.
2021-12-20 21:50:42 +00:00
..
cmd.go TUN-5361: Commands for managing virtual networks 2021-12-03 08:48:52 +00:00
cmd_test.go TUN-1669: Update license message in help text. Also fix test 2019-04-18 10:42:48 -05:00
config_test.go TUN-4075: Dedup test should not compare order of list 2021-03-10 13:48:59 -06:00
configuration.go TUN-5138: Switch to QUIC on auto protocol based on threshold 2021-10-14 09:18:20 +01:00
configuration_test.go TUN-5551: Reintroduce FIPS compliance for linux amd64 now as separate binaries 2021-12-20 21:50:42 +00:00
credential_finder.go TUN-4063: Cleanup dependencies between packages. 2021-03-09 14:02:59 +00:00
filesystem.go TUN-3581: Tunnels can be run by name using only --credentials-file, no 2020-11-25 09:54:28 -06:00
info.go TUN-4067: Reformat code for consistent import order, grouping, and fix formatting. Added goimports target to the Makefile to make this easier in the future. 2021-03-24 10:53:29 -05:00
ingress_subcommands.go TUN-4359: Warn about unused keys in 'tunnel ingress validate' 2021-05-13 02:05:19 +01:00
login.go AUTH-3426: Point to new transfer service URL and eliminate PUT /ok 2021-05-19 19:39:56 +00:00
quick_tunnel.go TUN-5246: Use protocol: quic for Quick tunnels if one is not already set 2021-10-13 08:04:21 +00:00
server.go Add max upstream connections dns-proxy option (#290) 2021-02-12 21:32:29 +04:00
signal.go TUN-4067: Reformat code for consistent import order, grouping, and fix formatting. Added goimports target to the Makefile to make this easier in the future. 2021-03-24 10:53:29 -05:00
signal_test.go TUN-5551: Reintroduce FIPS compliance for linux amd64 now as separate binaries 2021-12-20 21:50:42 +00:00
subcommand_context.go Merge pull request #478 from echtish/secret-flag 2021-11-02 16:21:01 -05:00
subcommand_context_teamnet.go TUN-5362: Adjust route ip commands to be aware of virtual networks 2021-12-03 09:10:20 +00:00
subcommand_context_test.go TUN-5262: Improvements to `max-fetch-size` that allow to deal with large number of tunnels in account 2021-10-19 18:28:29 +01:00
subcommand_context_vnets.go TUN-5361: Commands for managing virtual networks 2021-12-03 08:48:52 +00:00
subcommands.go TUN-5361: Commands for managing virtual networks 2021-12-03 08:48:52 +00:00
subcommands_test.go Setup a Github action for checking the cloudflared build 2021-05-04 14:31:22 +01:00
tag.go TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00
tag_test.go TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00
teamnet_subcommands.go TUN-5362: Adjust route ip commands to be aware of virtual networks 2021-12-03 09:10:20 +00:00
vnets_subcommands.go TUN-5361: Commands for managing virtual networks 2021-12-03 08:48:52 +00:00