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