aboutsummaryrefslogtreecommitdiffstats
path: root/src/sbearssl/sbearssl_skey_readfile.c
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-121-5/+4
|
* Types fix, first passLaurent Bercot2017-01-101-1/+1
| | | | | | | 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: allow DER-encoded certificates in TA directoryLaurent Bercot2016-11-301-4/+2
|
* Fix build bugs. It builds!Laurent Bercot2016-11-251-6/+6
| | | | | | 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/+71
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.