aboutsummaryrefslogtreecommitdiffstats
path: root/src/stls
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup superfluous includesLaurent Bercot2017-03-144-5/+0
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-123-15/+12
|
* Types fix, first passLaurent Bercot2017-01-105-15/+26
| | | | | | | 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-045-14/+36
| | | | easier.
* s6-tls*: small bugfixes. Add documentation.Laurent Bercot2016-12-032-4/+3
|
* 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-013-25/+41
|
* Small sbearssl bugfixes and usability messagesLaurent Bercot2016-11-282-2/+2
|
* Add -z option to s6-tlsc/s6-tlsd to clean TLS env vars before spawning ↵Laurent Bercot2016-11-263-2/+5
| | | | (default)
* stls_run: fix "read from peer" error messageLaurent Bercot2016-11-261-1/+1
|
* Fix warning messages in libtls engineLaurent Bercot2016-11-261-3/+3
|
* Usability fixes for TLSLaurent Bercot2016-11-261-1/+1
|
* SNI support for libtlsLaurent Bercot2016-11-251-8/+6
|
* Fix build bugs. It builds!Laurent Bercot2016-11-252-7/+7
| | | | | | 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-254-0/+465
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.