Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-10-26 | crypto: sig - Fix oops on KEYCTL_PKEY_QUERY for RSA keys | 1 | -12/+24 | |
2024-10-05 | crypto: ecdsa - Move X9.62 signature size calculation into template | 1 | -0/+4 | |
2024-10-05 | crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize() | 1 | -1/+1 | |
2024-10-05 | crypto: sig - Move crypto_sig_*() API calls to include file | 1 | -46/+0 | |
2024-10-05 | crypto: akcipher - Drop sign/verify operations | 1 | -70/+0 | |
2024-10-05 | crypto: sig - Introduce sig_alg backend | 1 | -2/+141 | |
2024-04-02 | crypto: remove CONFIG_CRYPTO_STATS | 1 | -13/+0 | |
2023-07-20 | crypto: sig - Remove some unused functions | 1 | -5/+0 | |
2023-06-27 | crypto: sig - Fix verify call | 1 | -3/+1 | |
2023-06-23 | crypto: sig - Add interface for sign/verify | 1 | -0/+159 |