summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | crypto: skcipher - fix weak key check for lskciphersEric Biggers2023-10-203-11/+7
| * | | crypto: lskcipher - Return EINVAL when ecb_name fails sanity checksHerbert Xu2023-10-201-0/+1
| * | | crypto: mscode_parser - remove sha224 authenticode supportDimitri John Ledkov2023-10-201-3/+0
| * | | crypto: pkcs7 - remove sha1 supportDimitri John Ledkov2023-10-206-98/+2
| * | | crypto: adiantum - add fast path for single-page messagesEric Biggers2023-10-201-18/+47
| * | | crypto: shash - fold shash_digest_unaligned() into crypto_shash_digest()Eric Biggers2023-10-201-9/+2
| * | | crypto: shash - optimize the default digest and finupEric Biggers2023-10-201-2/+20
| * | | crypto: xts - use 'spawn' for underlying single-block cipherEric Biggers2023-10-201-8/+15
| * | | crypto: jitter - reuse allocated entropy collectorStephan Müller2023-10-133-12/+28
| * | | crypto: xts - Only access common skcipher fields on spawnHerbert Xu2023-10-131-5/+5
| * | | crypto: lrw - Only access common skcipher fields on spawnHerbert Xu2023-10-131-7/+5
| * | | crypto: hctr2 - Only access common skcipher fields on spawnHerbert Xu2023-10-131-4/+4
| * | | crypto: gcm - Only access common skcipher fields on spawnHerbert Xu2023-10-131-5/+4
| * | | crypto: cts - Only access common skcipher fields on spawnHerbert Xu2023-10-131-6/+6
| * | | crypto: ctr - Only access common skcipher fields on spawnHerbert Xu2023-10-131-8/+6
| * | | crypto: chacha20poly1305 - Only access common skcipher fields on spawnHerbert Xu2023-10-131-4/+4
| * | | crypto: ccm - Only access common skcipher fields on spawnHerbert Xu2023-10-131-5/+4
| * | | crypto: authencesn - Only access common skcipher fields on spawnHerbert Xu2023-10-131-4/+4
| * | | crypto: authenc - Only access common skcipher fields on spawnHerbert Xu2023-10-131-4/+4
| * | | crypto: adiantum - Only access common skcipher fields on spawnHerbert Xu2023-10-131-5/+5
| * | | crypto: cryptd - Only access common skcipher fields on spawnHerbert Xu2023-10-131-6/+6
| * | | crypto: essiv - Handle lskcipher spawnsHerbert Xu2023-10-131-10/+10
| * | | crypto: arc4 - Convert from skcipher to lskcipherHerbert Xu2023-10-132-38/+24
| * | | crypto: skcipher - Add dependency on ecbHerbert Xu2023-10-131-1/+2
| * | | crypto: testmgr - Remove zlib-deflateHerbert Xu2023-10-122-85/+0
| * | | crypto: deflate - Remove zlib-deflateHerbert Xu2023-10-121-44/+17
| * | | crypto: pkcs7 - remove md4 md5 x.509 supportDimitri John Ledkov2023-10-053-18/+0
| * | | 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