summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2024-03-25Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-22Revert "crypto: pkcs7 - remove sha1 support"Eric Biggers
2024-03-15Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-13Revert "crypto: remove CONFIG_CRYPTO_STATS"Herbert Xu
2024-03-08crypto: scomp - remove memcpy if sg_nents is 1 and pages are lowmemBarry Song
2024-03-08crypto: tcrypt - add ffdhe2048(dh) testVladis Dronov
2024-03-01crypto: remove CONFIG_CRYPTO_STATSEric Biggers
2024-03-01crypto: dh - Make public key test FIPS-onlyHerbert Xu
2024-02-24crypto: jitter - fix CRYPTO_JITTERENTROPY help textRandy Dunlap
2024-02-24crypto: lskcipher - Copy IV in lskcipher glue code alwaysHerbert Xu
2024-02-22treewide: update LLVM Bugzilla linksNathan Chancellor
2024-02-09crypto: rsa - restrict plaintext/ciphertext values moreJoachim Vandersmissen
2024-02-02crypto: ahash - unexport crypto_hash_alg_has_setkey()Eric Biggers
2024-02-02crypto: algif_hash - Remove bogus SGL free on zero-length error pathHerbert Xu
2024-02-02crypto: cbc - Ensure statesize is zeroHerbert Xu
2024-01-26crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.cJoachim Vandersmissen
2024-01-26crypto: asymmetric_keys - remove redundant pointer secsColin Ian King
2024-01-26crypto: pcbc - remove redundant assignment to nbytesColin Ian King
2024-01-22RISC-V: hook new crypto subdir into build-systemHeiko Stuebner
2023-12-29crypto: scomp - fix req->dst buffer overflowChengming Zhou
2023-12-22crypto: skcipher - Pass statesize for simple lskcipher instancesHerbert Xu
2023-12-15crypto: api - Disallow identical driver namesHerbert Xu
2023-12-15crypto: iaa - Add support for deflate-iaa compression algorithmTom Zanussi
2023-12-08crypto: algif_skcipher - Fix stream cipher chainingHerbert Xu
2023-12-08crypto: arc4 - Add internal stateHerbert Xu
2023-12-08crypto: skcipher - Make use of internal stateHerbert Xu
2023-12-08crypto: skcipher - Add internal state supportHerbert Xu
2023-12-08crypto: cfb,ofb - Remove cfb and ofbHerbert Xu
2023-12-08crypto: testmgr - Remove cfb and ofbHerbert Xu
2023-12-08crypto: tcrypt - Remove cfb and ofbHerbert Xu
2023-12-08crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu
2023-11-17crypto: drbg - Remove SHA1 from drbgDimitri John Ledkov
2023-11-17crypto: drbg - ensure drbg hmac sha512 is used in FIPS selftestsDimitri John Ledkov
2023-11-17crypto: drbg - update FIPS CTR self-checks to aes256Dimitri John Ledkov
2023-11-17crypto: drbg - ensure most preferred type is FIPS health checkedDimitri John Ledkov
2023-11-17crypto: rsa - add a check for allocation failureDan Carpenter
2023-11-17crypto: shash - don't exclude async statuses from error statsEric Biggers
2023-11-09Merge tag 'v6.7-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-11-07crypto: ahash - Set using_shash for cloned ahash wrapper over shashDmitry Safonov
2023-11-07crypto: jitterentropy - Hide esoteric Kconfig options under FIPS and EXPERTHerbert Xu
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-11-02Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2023-11-01crypto: adiantum - flush destination page before unmappingEric Biggers
2023-11-01crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct placeEric Biggers
2023-10-31certs: Only allow certs signed by keys on the builtin keyringMimi Zohar
2023-10-27crypto: asymmetric_keys - allow FIPS 202 SHA-3 signaturesDimitri John Ledkov
2023-10-27crypto: rsa-pkcs1pad - Add FIPS 202 SHA-3 supportDimitri John Ledkov
2023-10-27crypto: FIPS 202 SHA-3 register in hash info for IMADimitri John Ledkov