aboutsummaryrefslogtreecommitdiffstats
path: root/src/stls/stls_run.c
Commit message (Collapse)AuthorAgeFilesLines
* Moderately big hammer: force kill on s6-tlsd when it has nothing to write ↵Laurent Bercot2017-08-281-1/+5
| | | | to the network
* Revert big hammer. Data still needs to be flushed to the network even when ↵Laurent Bercot2017-08-281-5/+1
| | | | the local app dies.
* Explicitly make s6-tls[cd] die when the app diesLaurent Bercot2017-05-111-1/+5
| | | | | I have no explanation for the fact that they sometimes survive their app, and I'm fed up with it, so it's time to use the big hammer.
* Fix case where s6-tls[cd] would sometimes not detect an application and ↵Laurent Bercot2017-03-221-15/+48
| | | | remain there forever with its zombie, both condemned to err in limbo for all eternity, the living and the dead, hand in hand
* Cleanup superfluous includesLaurent Bercot2017-03-141-1/+0
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-121-13/+12
|
* Types fix, first passLaurent Bercot2017-01-101-0/+1
| | | | | | | XXX marks what must change when skalibs changes. Also started writing functions for client certificate support in sbearssl, but it's not working yet (need more high-level support from BearSSL before it can work)
* s6-tls*: small bugfixes. Add documentation.Laurent Bercot2016-12-031-3/+2
|
* Fix closing bugs in sbearssl_run and tls_runLaurent Bercot2016-12-021-25/+25
|
* Fix several bugs in stls, make the engine workLaurent Bercot2016-12-011-21/+26
|
* stls_run: fix "read from peer" error messageLaurent Bercot2016-11-261-1/+1
|
* Fix warning messages in libtls engineLaurent Bercot2016-11-261-3/+3
|
* Alpha version of the SSL work.Laurent Bercot2016-11-251-0/+274
Doesn't build yet, but I'm scared of losing it, so using git as storage. Will fix the stupid bugs now, the tricky bugs later.