aboutsummaryrefslogtreecommitdiffstats
path: root/src/sbearssl/sbearssl_skey_from.c
Commit message (Collapse)AuthorAgeFilesLines
* Add all the missing pieces for sni_policyLaurent Bercot2021-06-011-2/+1
| | | | | sbearssl_server_init_and_run is yet unchanged, the next step is to rewrite it using the new primitives.
* Cleanup superfluous includesLaurent Bercot2017-03-141-1/+0
|
* Fix build bugs. It builds!Laurent Bercot2016-11-251-2/+2
| | | | | | 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/+23
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.