aboutsummaryrefslogtreecommitdiff
path: root/Makefile
generated by cgit v1.2.3 (git 2.25.1) at 2024-11-26 23:33:56 +0000 enerated by cgit v1.2.3 (git 2.25.1) at 2024-11-26 23:33:56 +0000
AgeCommit message (Collapse)Author
2017-04-15Logging infrastructure.Rob Austein
2017-03-09Merge branch 'hw_ecdsa_p256' into pymuxRob Austein
Support for core/pkey/ecdsa256 and core/pkey/ecdsa384.
2017-03-08Clean up libhal build system a bit.Rob Austein
Exporting CFLAGS as an environment variable turns out to interact badly with certain other settings here. I *think* this only happens when we use one of the shorthand targets which re-runs make in the same directory with non-default settings, but this is complicated enough without having to remember which voodoo triggers it. So instead of exporting CFLAGS as an environment variable we just pass it on the command line in the handful of cases where it's needed.
2017-03-06Bump size of some static tables, particuarly pkey slots.Rob Austein
2017-02-27Compile-time configuration of software-only hash cores.Rob Austein
2017-02-02Add locking around keystore operations.Rob Austein