aboutsummaryrefslogtreecommitdiffstats
path: root/src/sbearssl/sbearssl_cert_readfile.c
Commit message (Collapse)AuthorAgeFilesLines
* Add all the missing pieces for sni_policyLaurent Bercot2021-06-011-1/+3
| | | | | sbearssl_server_init_and_run is yet unchanged, the next step is to rewrite it using the new primitives.
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-121-6/+5
|
* 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-22/+34
|
* Fix double close in sbearssl_cert_readfileLaurent Bercot2016-11-271-1/+0
|
* Fix build bugs. It builds!Laurent Bercot2016-11-251-4/+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-251-0/+52
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.