summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown2023-04-271-1/+0
|\
| * KEYS: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
* | Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown2023-04-271-1/+3
|\ \
* \ \ Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-04-2628-851/+1137
|\ \ \
| * | | crypto: testmgr - Add some test vectors for cmac(camellia)David Howells2023-04-202-0/+53
| * | | crypto: cryptd - Add support for cloning hashesHerbert Xu2023-04-201-0/+16
| * | | crypto: cryptd - Convert hash to use modern init_tfm/exit_tfmHerbert Xu2023-04-201-9/+9
| * | | crypto: hmac - Add support for cloningHerbert Xu2023-04-201-0/+15
| * | | crypto: hash - Add crypto_clone_ahash/shashHerbert Xu2023-04-203-0/+107
| * | | crypto: api - Add crypto_clone_tfmHerbert Xu2023-04-202-9/+52
| * | | crypto: api - Add crypto_tfm_getHerbert Xu2023-04-202-0/+10
| * | | crypto: api - Move low-level functions into algapi.hHerbert Xu2023-04-142-4/+9
| * | | crypto: hash - Remove maximum statesize limitHerbert Xu2023-04-061-2/+1
| * | | crypto: algif_hash - Allocate hash state with kmallocHerbert Xu2023-04-061-4/+15
| * | | crypto: drbg - Only fail when jent is unavailable in FIPS modeHerbert Xu2023-04-061-1/+1
| * | | crypto: jitter - permanent and intermittent health errorsStephan Müller2023-04-063-120/+76
| * | | async_tx: fix kernel-doc notation warningsRandy Dunlap2023-03-242-7/+7
| * | | crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON()Toke Høiland-Jørgensen2023-03-241-1/+3
| * | | crypto: fips - simplify one-level sysctl registration for crypto_sysctl_tableLuis Chamberlain2023-03-171-10/+1
| * | | crypto: testmgr - fix RNG performance in fuzz testsEric Biggers2023-03-141-97/+169
| * | | crypto: api - Check CRYPTO_USER instead of NET for reportHerbert Xu2023-03-149-72/+36
| * | | crypto: rng - Count error stats differentlyHerbert Xu2023-03-143-77/+48
| * | | crypto: skcipher - Count error stats differentlyHerbert Xu2023-03-143-55/+87
| * | | crypto: kpp - Count error stats differentlyHerbert Xu2023-03-143-58/+34
| * | | crypto: acomp - Count error stats differentlyHerbert Xu2023-03-145-74/+101
| * | | crypto: hash - Count error stats differentlyHerbert Xu2023-03-145-117/+176
| * | | crypto: akcipher - Count error stats differentlyHerbert Xu2023-03-143-76/+34
| * | | crypto: aead - Count error stats differentlyHerbert Xu2023-03-143-60/+73
| * | | crypto: algapi - Move stat reporting into algapiHerbert Xu2023-03-141-0/+6
| | |/ | |/|
* | | integrity: machine keyring CA configurationEric Snowberg2023-04-241-0/+2
* | | KEYS: CA link restrictionEric Snowberg2023-04-241-0/+38
* | | KEYS: X.509: Parse Key UsageEric Snowberg2023-04-241-0/+28
* | | KEYS: X.509: Parse Basic Constraints for CAEric Snowberg2023-04-241-0/+22
| |/ |/|
* | asymmetric_keys: log on fatal failures in PE/pkcs7Robbie Harwood2023-03-212-17/+17
* | verify_pefile: relax wrapper length checkRobbie Harwood2023-03-211-4/+8
|/
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-0/+1
|\
| * wifi: cfg80211: Deduplicate certificate loadingLukas Wunner2023-01-191-0/+1
* | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-02-2129-415/+400
|\ \
| * | crypto: proc - Print fips statusHerbert Xu2023-02-141-0/+6
| * | crypto: ecc - Silence sparse warningHerbert Xu2023-02-141-2/+4
| * | crypto: api - Use data directly in completion functionHerbert Xu2023-02-1319-139/+124
| * | crypto: cryptd - Use request_complete helpersHerbert Xu2023-02-131-108/+126
| * | crypto: rsa-pkcs1pad - Use akcipher_request_completeHerbert Xu2023-02-131-19/+15
| * | crypto: engine - Use crypto_request_completeHerbert Xu2023-02-131-3/+3
| * | crypto: hash - Use crypto_request_completeHerbert Xu2023-02-131-105/+74
| * | crypto: cryptd - Use subreq for AEADHerbert Xu2023-02-131-4/+16
| * | crypto: testmgr - add diff-splits of src/dst into default cipher configZhang Yiqun2023-02-101-0/+8
| * | Revert "crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad...Herbert Xu2023-02-031-1/+1
| * | crypto: engine - Fix excess parameter doc warningHerbert Xu2023-01-271-1/+1
| * | crypto: xts - Handle EBUSY correctlyHerbert Xu2023-01-271-4/+4