Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-07-07 | upstream portable fix for ocsp_test | bcook | 1 | -1/+6 | |
2023-07-07 | Unbreak the namespace build after a broken mk.conf and tool misfire had | beck | 117 | -1982/+320 | |
me aliasing symbols not in the headers I was procesing. This unbreaks the namespace build so it will pass again ok tb@ | |||||
2023-07-07 | Provide optimised bn_mulw() for riscv64. | jsing | 1 | -7/+11 | |
This provides a 1.5-2x performance gain for BN multiplication, with a similar improvement being seen for RSA operations. | |||||
2023-07-07 | Remove symbols already declared in the public header | tb | 1 | -6/+1 | |
ok bcook beck jsing |