aboutsummaryrefslogtreecommitdiffstats
path: root/src/sbearssl
Commit message (Collapse)AuthorAgeFilesLines
* Fix case where s6-tls[cd] would sometimes not detect an application and ↵Laurent Bercot2017-03-227-77/+106
| | | | 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-1427-57/+0
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-1211-36/+28
|
* Delay client cert support, but make s6-networking build against bearssl-0.3Laurent Bercot2017-01-302-35/+6
|
* Fix variable scope in sbearssl_ta_certsLaurent Bercot2017-01-221-1/+1
|
* Types fix, first passLaurent Bercot2017-01-1013-11/+120
| | | | | | | 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)
* sbearssl: follow API change for br_x590_trust_anchorLaurent Bercot2016-12-142-4/+4
|
* Fix sbearssl buildLaurent Bercot2016-12-042-1/+3
|
* Remove s6-tls* dependency to libs6net. Improve gen-deps to make dynlinking ↵Laurent Bercot2016-12-045-4/+24
| | | | easier.
* s6-tls*: small bugfixes. Add documentation.Laurent Bercot2016-12-031-1/+6
|
* Fix closing bugs in sbearssl_run and tls_runLaurent Bercot2016-12-021-11/+28
|
* Fix several bugs in stls, make the engine workLaurent Bercot2016-12-011-10/+0
|
* sbearssl: allow DER-encoded certificates in TA directoryLaurent Bercot2016-11-3012-56/+155
|
* Small sbearssl bugfixes and usability messagesLaurent Bercot2016-11-283-6/+18
|
* Fix double close in sbearssl_cert_readfileLaurent Bercot2016-11-271-1/+0
|
* Add -z option to s6-tlsc/s6-tlsd to clean TLS env vars before spawning ↵Laurent Bercot2016-11-263-2/+5
| | | | (default)
* Add EC certificate issuer key type detection for sbearsslLaurent Bercot2016-11-253-1/+53
|
* Fix build bugs. It builds!Laurent Bercot2016-11-2528-98/+106
| | | | | | 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-2533-0/+1510
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.