syncthing/lib/connections
Jakob Borg b8c1c0e048 cmd/syncthing: Enable better crypto, print negotiated cipher suite
This adds support for AES_256_GCM_SHA384 (in there since Go 1.5, a bit
of a shame we missed it) and ChaCha20-Poly1305 (if built with Go 1.8;
ignored on older Gos).

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3822
2016-12-18 21:07:44 +00:00
..
connections_test.go lib/connections: Fix port fixup in Go 1.8 (fixes #3817) 2016-12-18 11:28:18 +00:00
debug.go Implement facility based logger, debugging via REST API 2015-10-03 18:09:53 +02:00
limitedreader.go Decouple connections service from model 2015-09-25 12:19:30 -04:00
limitedwriter.go Decouple connections service from model 2015-09-25 12:19:30 -04:00
relay_dial.go lib/connections, lib/model: Connection service should expose a single interface 2016-11-30 07:54:20 +00:00
relay_listen.go lib/connections, lib/model: Connection service should expose a single interface 2016-11-30 07:54:20 +00:00
service.go cmd/syncthing: Enable better crypto, print negotiated cipher suite 2016-12-18 21:07:44 +00:00
structs.go lib/connections, lib/model: Connection service should expose a single interface 2016-11-30 07:54:20 +00:00
tcp_dial.go lib/connections, lib/model: Connection service should expose a single interface 2016-11-30 07:54:20 +00:00
tcp_listen.go lib/connections: Fix port fixup in Go 1.8 (fixes #3817) 2016-12-18 11:28:18 +00:00