aboutsummaryrefslogtreecommitdiffstats
path: root/src/stls/stls_s6tlsd.c
Commit message (Collapse)AuthorAgeFilesLines
* Types fix, first passLaurent Bercot2017-01-101-15/+22
| | | | | | | 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)
* Remove s6-tls* dependency to libs6net. Improve gen-deps to make dynlinking ↵Laurent Bercot2016-12-041-2/+2
| | | | easier.
* Fix several bugs in stls, make the engine workLaurent Bercot2016-12-011-2/+2
|
* Small sbearssl bugfixes and usability messagesLaurent Bercot2016-11-281-1/+1
|
* Add -z option to s6-tlsc/s6-tlsd to clean TLS env vars before spawning ↵Laurent Bercot2016-11-261-1/+2
| | | | (default)
* Usability fixes for TLSLaurent Bercot2016-11-261-1/+1
|
* Fix build bugs. It builds!Laurent Bercot2016-11-251-3/+3
| | | | | | 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/+91
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.