aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2016-09-08client: Initial support for TLS in the clientHolger Hans Peter Freyther1-0/+2
Use GNUtls because it is GPL compatible and instead of mbedTLS seems to have a working non-blocking I/O integration. GNUtls has various issues that could not be resolved easily: * Pick spdy as sub protocol * gmt_time not randomized * private key loaded to RAM (but not verified) This is the beginning and not the end. Client support might need more work with actual tls verification. Maybe more manual x509 cert verification is needed and maybe client certs don't work at all. I try to ignore renegotiation as I threw away the key. Reload x509 creds and keys as they might have changed from one connection to another. Change-Id: I9128e14084da1fc2705f858393f98b8133996172
2016-08-04server: Add zmq interface for publishing eventsHolger Hans Peter Freyther1-0/+1
Change-Id: I383558bb9aad3cb149f35e13910a1d6aa79afc84
2016-08-03ci: Add travis.yml for the github accountHolger Hans Peter Freyther1-0/+22
Change-Id: I26de644a9cf4c6d6fb366c8a8fd701570005b9a8