aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/s6tls_prep_tlscio.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix stls_run; sbearssl_run needs a rewriteLaurent Bercot2023-11-171-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add -J and -j to the TLS tools to check for peer close_notify.Laurent Bercot2023-11-161-0/+1
| | | | | | | | Also, and more importantly, significantly rewrite stls_run() for better full-duplex support. This implementation isn't fully tested yet. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.7.0.0. Better s6-tlsc-io interface.Laurent Bercot2023-11-101-5/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fully defork s6-tlsc and s6-tlsdLaurent Bercot2023-09-081-5/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Refactor s6-tls[cd] so they're ready to port to posix_spawnLaurent Bercot2023-09-081-0/+50
Signed-off-by: Laurent Bercot <ska@appnovation.com>