aboutsummaryrefslogtreecommitdiffstats
path: root/src/sbearssl
Commit message (Collapse)AuthorAgeFilesLines
* 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.