summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | X.509: Add missing IMPLICIT annotations to AKID ASN.1 moduleLukas Wunner2023-10-051-7/+17
| * | | crypto: engine - Make crypto_engine_exit() return voidUwe Kleine-König2023-10-011-6/+2
| * | | crypto: jitter - Allow configuration of oversampling rateStephan Müller2023-10-012-2/+21
| * | | crypto: jitter - Allow configuration of memory sizeStephan Müller2023-10-014-7/+65
| * | | crypto: jitter - add RCT/APT support for different OSRsStephan Müller2023-10-013-117/+123
| * | | crypto: cbc - Convert from skcipher to lskcipherHerbert Xu2023-09-201-102/+61
| * | | crypto: ecb - Convert from skcipher to lskcipherHerbert Xu2023-09-201-34/+156
| * | | crypto: testmgr - Add support for lskcipher algorithmsHerbert Xu2023-09-201-0/+19
| * | | crypto: lskcipher - Add compatibility wrapper around ECBHerbert Xu2023-09-201-5/+52
| * | | crypto: skcipher - Add lskcipherHerbert Xu2023-09-205-19/+688
| * | | crypto: hash - Hide CRYPTO_ALG_TYPE_AHASH_MASKHerbert Xu2023-09-201-0/+2
| * | | crypto: aead - Add crypto_has_aeadHerbert Xu2023-09-201-0/+6
| * | | crypto: api - Remove unnecessary NULL initialisationLi zeming2023-09-201-1/+1
| * | | crypto: pcrypt - Fix hungtask for PADATA_RESETLu Jialin2023-09-151-0/+4
* | | | Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-11-021-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | certs: Only allow certs signed by keys on the builtin keyringMimi Zohar2023-10-311-0/+4
* | | | KEYS: asymmetric: Fix sign/verify on pkcs1pad without a hashHerbert Xu2023-10-181-3/+2
|/ / /
* / / crypto: sm2 - Fix crash caused by uninitialized contextTianjia Zhang2023-09-201-1/+5
|/ /
* | Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-08-300-0/+0
|\|
| * Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen2023-08-0727-688/+1434
| |\
* | \ Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-08-2910-68/+238
|\ \ \
| * | | X.509: if signature is unsupported skip validationThore Sommer2023-08-251-0/+5
| * | | crypto: engine - Remove crypto_engine_ctxHerbert Xu2023-08-181-9/+3
| * | | crypto: engine - Move crypto_engine_ops from request into crypto_algHerbert Xu2023-08-181-12/+203
| * | | crypto: engine - Create internal/engine.hHerbert Xu2023-08-181-1/+1
| * | | crypto: engine - Move crypto inclusions out of header fileHerbert Xu2023-08-181-1/+6
| * | | crypto: engine - Remove prepare/unprepare requestHerbert Xu2023-08-181-41/+1
| * | | crypto: jitter - Add clarifying comments to Jitter Entropy RCT cutoff valuesJoachim Vandersmissen2023-08-111-3/+7
| * | | crypto: api - Use work queue in crypto_destroy_instanceHerbert Xu2023-08-111-2/+14
| * | | crypto: af_alg - Decrement struct key.usage in alg_set_by_key_serial()Frederick Lawler2023-08-111-0/+3
| * | | crypto: af_alg - Fix missing initialisation affecting gcm-aes-s390David Howells2023-08-041-0/+1
| * | | KEYS: use kfree_sensitive with keyMahmoud Adam2023-07-281-4/+4
| * | | crypto: sig - Remove some unused functionsJiapeng Chong2023-07-201-5/+0
| * | | crypto: lrw,xts - Replace strlcpy with strscpyAzeem Shaikh2023-07-142-6/+6
| * | | KEYS: fix kernel-doc warnings in verify_pefileGaosheng Cui2023-07-141-1/+1
| | |/ | |/|
* | | Merge tag 'tpmdd-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkk...Linus Torvalds2023-08-291-0/+44
|\ \ \
| * | | KEYS: DigitalSignature link restrictionEric Snowberg2023-08-171-0/+44
| |/ /
* / / crypto: fix uninit-value in af_alg_free_resourcesPavel Skripkin2023-08-181-2/+2
|/ /
* | crypto: algif_hash - Fix race between MORE and non-MORE sendsDavid Howells2023-07-081-1/+3
* | KEYS: asymmetric: Fix error codesDan Carpenter2023-07-071-5/+15
* | crypto: af_alg - Fix merging of written data into spliced pagesDavid Howells2023-07-051-3/+4
* | Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-06-3022-411/+1249
|\ \
| * | crypto: akcipher - Do not copy dst if it is NULLHerbert Xu2023-06-271-1/+2
| * | crypto: sig - Fix verify callHerbert Xu2023-06-273-7/+11
| * | crypto: akcipher - Set request tfm on sync pathHerbert Xu2023-06-271-0/+1
| * | KEYS: asymmetric: Use new crypto interface without scatterlistsHerbert Xu2023-06-231-97/+137
| * | KEYS: asymmetric: Move sm2 code into x509_public_keyHerbert Xu2023-06-233-111/+91
| * | crypto: sig - Add interface for sign/verifyHerbert Xu2023-06-235-17/+226
| * | crypto: akcipher - Add sync interface without SG listsHerbert Xu2023-06-231-0/+95
| * | crypto: cipher - On clone do crypto_mod_get()Dmitry Safonov2023-06-231-1/+6