aboutsummaryrefslogtreecommitdiffstats
path: root/src/conn-tools/s6-tlsserver.c
Commit message (Collapse)AuthorAgeFilesLines
* Optimize to xpathexec ; prepare for 2.3.0.2Laurent Bercot2017-08-221-2/+1
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-121-16/+14
|
* Types fix, first passLaurent Bercot2017-01-101-1/+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-9/+3
|
* use S6_EXTBINPREFIX for s6-applyuidgid invocation in s6-tlsserverLaurent Bercot2016-11-271-1/+1
|
* Add -z option to s6-tlsc/s6-tlsd to clean TLS env vars before spawning ↵Laurent Bercot2016-11-261-3/+8
| | | | (default)
* Usability fixes for TLSLaurent Bercot2016-11-261-28/+38
|
* Fix build bugs. It builds!Laurent Bercot2016-11-251-5/+5
| | | | | | Two things remain to do: - how to pass SNI information to libtls - how to detect cert issuer key type for ECC in bearssl
* Alpha version of the SSL work.Laurent Bercot2016-11-251-0/+241
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.