Seth Hoenig
|
b3ea68948b
|
build: run gofmt on all go source files
Go 1.19 will forecefully format all your doc strings. To get this
out of the way, here is one big commit with all the changes gofmt
wants to make.
|
2022-08-16 11:14:11 -05:00 |
|
Seth Hoenig
|
2631659551
|
ci: swap ci parallelization for unconstrained gomaxprocs
|
2022-03-15 12:58:52 -05:00 |
|
Chelsea Holland Komlo
|
19e4a5489b
|
add support for tls PreferServerCipherSuites
add further tests for tls configuration
|
2018-05-25 13:20:00 -04:00 |
|
Chelsea Holland Komlo
|
38f611a7f2
|
refactor NewTLSConfiguration to pass in verifyIncoming/verifyOutgoing
add missing fields to TLS merge method
|
2018-05-23 18:35:30 -04:00 |
|
Chelsea Holland Komlo
|
796bae6f1b
|
allow configurable cipher suites
disallow 3DES and RC4 ciphers
add documentation for tls_cipher_suites
|
2018-05-09 17:15:31 -04:00 |
|
Chelsea Holland Komlo
|
b33d909bf9
|
add test to assert invalid files return error
|
2018-03-28 18:31:35 -04:00 |
|
Chelsea Holland Komlo
|
58ada9bc42
|
return error when setting checksum; don't reload
|
2018-03-28 18:15:50 -04:00 |
|
Chelsea Holland Komlo
|
2d5af7ff4d
|
set TLS checksum when parsing config
Refactor checksum comparison, always set checksum if it is empty
|
2018-03-28 09:56:11 -04:00 |
|
Chelsea Holland Komlo
|
6e6d6b7e33
|
check file contents when determining if agent should reload TLS configuration
|
2018-03-27 15:42:20 -04:00 |
|
Chelsea Holland Komlo
|
66e44cdb73
|
Allow TLS configurations for HTTP and RPC connections to be reloaded separately
|
2018-03-21 17:51:08 -04:00 |
|
Chelsea Holland Komlo
|
3f34b59ee6
|
remove unnecessary nil checks; default case
add tests for TLSConfig object
|
2018-01-08 09:24:28 -05:00 |
|
Chelsea Holland Komlo
|
5951222ccb
|
fix for rpc_upgrade_mode
|
2017-12-11 19:23:45 -05:00 |
|