summaryrefslogtreecommitdiff
path: root/lib/ecdsa
AgeCommit message (Expand)Author
2025-07-14ecdsa: fix segfault in mkimage when "-r" option is not setLucas Dietrich
2025-06-25lib: ecdsa: Add support for loading ECDSA public key from FDTJamin Lin
2025-04-11Kbuild: Always use $(PHASE_)Tom Rini
2025-03-03lib: ecdsa: fix prevent memory leak in ecdsa_add_verify_dataAnton Moryakov
2024-10-21lib: ecdsa: Add ECDSA384 supportChia-Wei Wang
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-07mkimage: ecdsa: add nodes to signature/key nodeMatthias Pritschet
2024-10-07mkimage: ecdsa: add signature/key nodes to dtb if missingMatthias Pritschet
2024-10-02Add mkimage secp521r1 ECDSA curve supportJoakim Tjernlund
2024-03-07Check curve_name for null to avoid crashBob Wolff
2023-06-20mkimage: ecdsa: password for signing from environmentStefano Babic
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini
2022-01-26image: Return destination node for add_verify_data() methodSimon Glass
2021-12-26tools: avoid OpenSSL deprecation warningsHeinrich Schuchardt
2021-08-16lib: ecdsa: Implement UCLASS_ECDSA verification on targetAlexandru Gagniuc
2021-04-14lib/ecdsa: Use the 'keydir' argument from mkimage if appropriateAlexandru Gagniuc
2021-04-14lib: Add support for ECDSA image signingAlexandru Gagniuc