aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-07Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds11-12/+15
2023-05-04Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds1-0/+3
2023-05-02crypto: api - Fix CRYPTO_USER checks for report functionOndrej Mosnacek9-9/+9
2023-05-01LoongArch: crypto: Add crc32 and crc32c hw accelerationMin Zhou1-0/+3
2023-04-28crypto: engine - fix crypto_queue backlog handlingOlivier Bacon2-3/+6
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-1/+0
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds28-851/+1137
2023-04-24integrity: machine keyring CA configurationEric Snowberg1-0/+2
2023-04-24KEYS: CA link restrictionEric Snowberg1-0/+38
2023-04-24KEYS: X.509: Parse Key UsageEric Snowberg1-0/+28
2023-04-24KEYS: X.509: Parse Basic Constraints for CAEric Snowberg1-0/+22
2023-04-20crypto: testmgr - Add some test vectors for cmac(camellia)David Howells2-0/+53
2023-04-20crypto: cryptd - Add support for cloning hashesHerbert Xu1-0/+16
2023-04-20crypto: cryptd - Convert hash to use modern init_tfm/exit_tfmHerbert Xu1-9/+9
2023-04-20crypto: hmac - Add support for cloningHerbert Xu1-0/+15
2023-04-20crypto: hash - Add crypto_clone_ahash/shashHerbert Xu3-0/+107
2023-04-20crypto: api - Add crypto_clone_tfmHerbert Xu2-9/+52
2023-04-20crypto: api - Add crypto_tfm_getHerbert Xu2-0/+10
2023-04-14crypto: api - Move low-level functions into algapi.hHerbert Xu2-4/+9
2023-04-13KEYS: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-06crypto: hash - Remove maximum statesize limitHerbert Xu1-2/+1
2023-04-06crypto: algif_hash - Allocate hash state with kmallocHerbert Xu1-4/+15
2023-04-06crypto: drbg - Only fail when jent is unavailable in FIPS modeHerbert Xu1-1/+1
2023-04-06crypto: jitter - permanent and intermittent health errorsStephan Müller3-120/+76
2023-03-24async_tx: fix kernel-doc notation warningsRandy Dunlap2-7/+7
2023-03-24crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON()Toke Høiland-Jørgensen1-1/+3
2023-03-21asymmetric_keys: log on fatal failures in PE/pkcs7Robbie Harwood2-17/+17
2023-03-21verify_pefile: relax wrapper length checkRobbie Harwood1-4/+8
2023-03-17crypto: fips - simplify one-level sysctl registration for crypto_sysctl_tableLuis Chamberlain1-10/+1
2023-03-14crypto: testmgr - fix RNG performance in fuzz testsEric Biggers1-97/+169
2023-03-14crypto: api - Check CRYPTO_USER instead of NET for reportHerbert Xu9-72/+36
2023-03-14crypto: rng - Count error stats differentlyHerbert Xu3-77/+48
2023-03-14crypto: skcipher - Count error stats differentlyHerbert Xu3-55/+87
2023-03-14crypto: kpp - Count error stats differentlyHerbert Xu3-58/+34
2023-03-14crypto: acomp - Count error stats differentlyHerbert Xu5-74/+101
2023-03-14crypto: hash - Count error stats differentlyHerbert Xu5-117/+176
2023-03-14crypto: akcipher - Count error stats differentlyHerbert Xu3-76/+34
2023-03-14crypto: aead - Count error stats differentlyHerbert Xu3-60/+73
2023-03-14crypto: algapi - Move stat reporting into algapiHerbert Xu1-0/+6
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+1
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds29-415/+400
2023-02-14crypto: proc - Print fips statusHerbert Xu1-0/+6
2023-02-14crypto: ecc - Silence sparse warningHerbert Xu1-2/+4
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu19-139/+124
2023-02-13crypto: cryptd - Use request_complete helpersHerbert Xu1-108/+126
2023-02-13crypto: rsa-pkcs1pad - Use akcipher_request_completeHerbert Xu1-19/+15
2023-02-13crypto: engine - Use crypto_request_completeHerbert Xu1-3/+3
2023-02-13crypto: hash - Use crypto_request_completeHerbert Xu1-105/+74
2023-02-13crypto: cryptd - Use subreq for AEADHerbert Xu1-4/+16
2023-02-13KEYS: asymmetric: Fix ECDSA use via keyctl uapiDenis Kenzior1-2/+22