| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sbearssl_sni_policy_vtable: use the COPY macro for ec as well | Laurent Bercot | 2022-08-12 | 1 | -3/+3 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Allow SNI wildcarding for *.example.com | Laurent Bercot | 2021-11-18 | 1 | -5/+27 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | No need for twice the workaround ^^' | Laurent Bercot | 2021-11-08 | 1 | -1/+0 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Workaround for a bearssl bug in do_sign | Laurent Bercot | 2021-10-19 | 1 | -0/+1 |
| | | | | | | | Credit to Erico Nogueira for reporting and helping find the bug. Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Inline functions | Laurent Bercot | 2021-06-03 | 1 | -2/+2 |
| | | |||||
| * | Don't hardcode ecdsa signature implementation in sni_policy | Laurent Bercot | 2021-06-03 | 1 | -1/+1 |
| | | |||||
| * | Debug session. Now works. | Laurent Bercot | 2021-06-02 | 1 | -35/+14 |
| | | | | | | The environment given to the application still needs to be cleaned up of SNI variables. | ||||
| * | Add servername to storagedev | Laurent Bercot | 2021-06-01 | 1 | -1/+1 |
| | | |||||
| * | Make stuff build | Laurent Bercot | 2021-06-01 | 1 | -4/+18 |
| | | | | | Still not working: we need to add servername to the storage | ||||
| * | Add all the missing pieces for sni_policy | Laurent Bercot | 2021-06-01 | 1 | -42/+162 |
| | | | | | | sbearssl_server_init_and_run is yet unchanged, the next step is to rewrite it using the new primitives. | ||||
| * | Start work on bearssl server-side sni | Laurent Bercot | 2021-05-30 | 1 | -0/+71 |
