Age | Commit message (Expand) | Author | Files | Lines |
2025-04-16 | crypto: api - Add support for duplicating algorithms before registration | Herbert Xu | 1 | -0/+1 |
2025-04-16 | crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERY | Lukas Wunner | 1 | -2/+7 |
2024-12-10 | crypto: sig - Set maskset to CRYPTO_ALG_TYPE_MASK | Herbert Xu | 1 | -3/+1 |
2024-10-26 | crypto: sig - Fix oops on KEYCTL_PKEY_QUERY for RSA keys | Lukas Wunner | 1 | -12/+24 |
2024-10-05 | crypto: ecdsa - Move X9.62 signature size calculation into template | Lukas Wunner | 1 | -0/+4 |
2024-10-05 | crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize() | Lukas Wunner | 1 | -1/+1 |
2024-10-05 | crypto: sig - Move crypto_sig_*() API calls to include file | Lukas Wunner | 1 | -46/+0 |
2024-10-05 | crypto: akcipher - Drop sign/verify operations | Lukas Wunner | 1 | -70/+0 |
2024-10-05 | crypto: sig - Introduce sig_alg backend | Lukas Wunner | 1 | -2/+141 |
2024-04-02 | crypto: remove CONFIG_CRYPTO_STATS | Eric Biggers | 1 | -13/+0 |
2023-07-20 | crypto: sig - Remove some unused functions | Jiapeng Chong | 1 | -5/+0 |
2023-06-27 | crypto: sig - Fix verify call | Herbert Xu | 1 | -3/+1 |
2023-06-23 | crypto: sig - Add interface for sign/verify | Herbert Xu | 1 | -0/+159 |