Derek Collison
61e0b758d7
Updates for Go client rename, update vendor dependencies
2016-11-20 13:15:37 -08:00
Ivan Kozlovic
8f7f6e9f8b
[FIXED] Client certificate verification when verify is true.
...
Server was incorrectly requiring a client certificate, but not
verifying it.
Resolves #336
2016-08-25 15:33:13 -06:00
Ivan Kozlovic
6263c66a40
Fixed code and tests to run on Windows
...
Mainly tests, but also a fix in route.go to reject a route when the
server is being shutdown.
2016-03-07 18:47:20 -07:00
Derek Collison
d63b7eadcf
spelling
2016-02-29 21:56:14 -08:00
Derek Collison
9fac37dd66
bad auth error test
2016-02-13 18:48:05 -08:00
Derek Collison
25732e087b
New client TLS handling
2016-01-16 17:46:04 -08:00
Ivan Kozlovic
9b25a379b8
Increase TLS timeout in config files
...
We would get failures on Travis, I would think because of small TLS timeout. Increase (or set) the TLS timeout to 2 seconds in most configuration files. Update tests that relied on the original value.
2015-12-08 15:20:20 -07:00
Ivan Kozlovic
5036bbbf36
Fix TLS issue where server started to receive TLS data on non TLS connection.
...
Without the server fix, tls_test.go would likely report an error. The server would show a parser error with protocol snippet containing "random" bytes, likely encrypted data.
2015-12-07 19:44:12 -07:00
Derek Collison
2a8293a11d
Move defer closer
2015-11-22 16:31:16 -08:00
Derek Collison
1a2dab0494
Run TLS pub/sub under complex example
2015-11-22 16:22:27 -08:00
Derek Collison
8ff37c03ec
Allow EOF as well
2015-11-22 16:17:29 -08:00
Derek Collison
647213b1d7
TLS timeout handling for routes
2015-11-22 15:07:44 -08:00
Derek Collison
3b64567f00
tls flags, proper timeouts
2015-11-22 14:43:16 -08:00
Derek Collison
1c7f708217
Added in support for requiring client certificates
2015-11-08 10:48:39 -08:00
Derek Collison
a7b74468dd
more cleanup
2015-11-05 18:09:07 -08:00
Derek Collison
5004efe54b
new files for TLS
2015-10-22 03:32:11 +02:00