aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa-p1363.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-16crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERYLukas Wunner1-2/+4
2025-02-09crypto: ecdsa - Harden against integer overflows in DIV_ROUND_UP()Lukas Wunner1-1/+1
2024-10-05crypto: ecdsa - Support P1363 signature decodingLukas Wunner1-0/+159