summaryrefslogtreecommitdiffstats
path: root/src/crypto/ecdsa.c
Commit message (Collapse)AuthorAgeFilesLines
* [build] Mark known reviewed files as permitted for UEFI Secure BootMichael Brown2026-01-141-0/+1
| | | | | | | | | Some past security reviews carried out for UEFI Secure Boot signing submissions have covered specific drivers or functional areas of iPXE. Mark all of the files comprising these areas as permitted for UEFI Secure Boot. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [crypto] Allow ecPublicKey to be identified as a public-key algorithmMichael Brown2025-12-191-1/+16
| | | | | | | | Add a public-key algorithm to the definition of the "ecPublicKey" OID-identified algorithm, and move this definition to ecdsa.c to avoid unconditionally dragging in ECDSA support. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [crypto] Add support for ECDSA signaturesMichael Brown2025-12-191-0/+928
Signed-off-by: Michael Brown <mcb30@ipxe.org>