Age | Commit message (Expand) | Author |
---|---|---|
2025-04-16 | crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERY | Lukas Wunner |
2025-02-09 | crypto: sig - Prepare for algorithms with variable signature size | Lukas Wunner |
2024-10-05 | crypto: ecdsa - Move X9.62 signature size calculation into template | Lukas Wunner |
2024-10-05 | crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize() | Lukas Wunner |
2024-10-05 | crypto: sig - Move crypto_sig_*() API calls to include file | Lukas Wunner |
2024-10-05 | crypto: sig - Introduce sig_alg backend | Lukas Wunner |
2023-10-05 | crypto: sig - fix kernel-doc typo | Randy Dunlap |
2023-06-23 | crypto: sig - Add interface for sign/verify | Herbert Xu |