- 5d95ff8 Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 1 year, 8 months ago
- 486bfb0 crypto: akcipher - Do not copy dst if it is NULL by Herbert Xu · 1 year, 8 months ago
- 891ebfd crypto: sig - Fix verify call by Herbert Xu · 1 year, 8 months ago
- 767cfee crypto: akcipher - Set request tfm on sync path by Herbert Xu · 1 year, 8 months ago
- dc97391 sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) by David Howells · 1 year, 8 months ago
- 63ba4d6 KEYS: asymmetric: Use new crypto interface without scatterlists by Herbert Xu · 1 year, 9 months ago
- e5221fa KEYS: asymmetric: Move sm2 code into x509_public_key by Herbert Xu · 1 year, 9 months ago
- 6cb8815 crypto: sig - Add interface for sign/verify by Herbert Xu · 1 year, 9 months ago
- addde1f crypto: akcipher - Add sync interface without SG lists by Herbert Xu · 1 year, 9 months ago
- 9979c6e crypto: cipher - On clone do crypto_mod_get() by Dmitry Safonov · 1 year, 9 months ago
- fa3b356 crypto: api - Add __crypto_alloc_tfmgfp by Herbert Xu · 1 year, 9 months ago
- fa919f9 crypto: api - Remove crypto_init_ops() by Dmitry Safonov · 1 year, 9 months ago
- 6637e11 crypto: rsa - allow only odd e and restrict value in FIPS mode by Mahmoud Adam · 1 year, 9 months ago
- ba51738 crypto: geniv - Split geniv out of AEAD Kconfig option by Herbert Xu · 1 year, 9 months ago
- fb28fab crypto: algboss - Add missing dependency on RNG2 by Herbert Xu · 1 year, 9 months ago
- b6d972f crypto: af_alg/hash: Fix recvmsg() after sendmsg(MSG_MORE) by David Howells · 1 year, 9 months ago
- 4380499 crypto: Fix af_alg_sendmsg(MSG_SPLICE_PAGES) sglist limit by David Howells · 1 year, 9 months ago
- f75bd28 crypto: hmac - Add missing blank line by Franziska Naepelt · 1 year, 9 months ago
- 345ee3e algif: Remove hash_sendpage*() by David Howells · 1 year, 9 months ago
- 449f6bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 9 months ago
- c662b04 crypto: af_alg/hash: Support MSG_SPLICE_PAGES by David Howells · 1 year, 9 months ago
- fb800fa crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES by David Howells · 1 year, 9 months ago
- bf63e25 crypto: af_alg: Support MSG_SPLICE_PAGES by David Howells · 1 year, 9 months ago
- 73d7409 crypto: af_alg: Indent the loop in af_alg_sendmsg() by David Howells · 1 year, 9 months ago
- c1abe6f5 crypto: af_alg: Use extract_iter_to_sg() to create scatterlists by David Howells · 1 year, 9 months ago
- f9e7a5f crypto: af_alg: Pin pages rather than ref'ing if appropriate by David Howells · 1 year, 9 months ago
- c3d03e8 KEYS: asymmetric: Copy sig and digest in public_key_verify_signature() by Roberto Sassu · 2 years, 3 months ago
- d236597 crypto: jitter - correct health test during initialization by Stephan Müller · 1 year, 9 months ago
- 66dd59b crypto: Kconfig - warn about performance overhead of CRYPTO_STATS by Eric Biggers · 1 year, 9 months ago
- b7be31b crypto: shash - Allow cloning on algorithms with no init_tfm by Herbert Xu · 1 year, 10 months ago
- ed51bba crypto: cmac - Add support for cloning by Herbert Xu · 1 year, 10 months ago
- 51d8d6d crypto: cipher - Add crypto_clone_cipher by Herbert Xu · 1 year, 10 months ago
- cf2eddc crypto: cmac - Use modern init_tfm/exit_tfm by Herbert Xu · 1 year, 10 months ago
- 4e3901f crypto: aegis128-neon - add header for internal prototypes by Arnd Bergmann · 1 year, 10 months ago
- 69f1c38 crypto: jitter - add interface for gathering of raw entropy by Stephan Müller · 1 year, 10 months ago
- bb897c5 crypto: jitter - replace LFSR with SHA3-256 by Stephan Müller · 1 year, 10 months ago
- 3908edf crypto: hash - Make crypto_ahash_alg helper available by Herbert Xu · 1 year, 10 months ago
- c7535fb crypto: hash - Add statesize to crypto_ahash by Herbert Xu · 1 year, 10 months ago
- 6f69c98 Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 1 year, 10 months ago
- 611c9d8 Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson by Linus Torvalds · 1 year, 10 months ago
- b8969a1 crypto: api - Fix CRYPTO_USER checks for report function by Ondrej Mosnacek · 1 year, 10 months ago
- 2f16482 LoongArch: crypto: Add crc32 and crc32c hw acceleration by Min Zhou · 1 year, 10 months ago
- 4140aaf crypto: engine - fix crypto_queue backlog handling by Olivier Bacon · 1 year, 10 months ago
- b6a7828 Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 1 year, 10 months ago
- 733f7e9c Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 1 year, 10 months ago
- 099f26f integrity: machine keyring CA configuration by Eric Snowberg · 2 years ago
- 76adb2f KEYS: CA link restriction by Eric Snowberg · 2 years ago
- 5676712 KEYS: X.509: Parse Key Usage by Eric Snowberg · 2 years ago
- 30eae2b KEYS: X.509: Parse Basic Constraints for CA by Eric Snowberg · 2 years ago
- ba24b8e crypto: testmgr - Add some test vectors for cmac(camellia) by David Howells · 1 year, 11 months ago
- cfbda73 crypto: cryptd - Add support for cloning hashes by Herbert Xu · 1 year, 11 months ago
- 0303b7f crypto: cryptd - Convert hash to use modern init_tfm/exit_tfm by Herbert Xu · 1 year, 11 months ago
- 8538e60 crypto: hmac - Add support for cloning by Herbert Xu · 1 year, 11 months ago
- ed3630b crypto: hash - Add crypto_clone_ahash/shash by Herbert Xu · 1 year, 11 months ago
- 3c3a24c crypto: api - Add crypto_clone_tfm by Herbert Xu · 1 year, 11 months ago
- ae131f4 crypto: api - Add crypto_tfm_get by Herbert Xu · 1 year, 11 months ago
- 01f727c crypto: api - Move low-level functions into algapi.h by Herbert Xu · 1 year, 11 months ago
- 8a8dd17d KEYS: remove MODULE_LICENSE in non-modules by Nick Alcock · 2 years ago
- 9697b32 crypto: hash - Remove maximum statesize limit by Herbert Xu · 1 year, 11 months ago
- acc03d8 crypto: algif_hash - Allocate hash state with kmalloc by Herbert Xu · 1 year, 11 months ago
- 686cd97 crypto: drbg - Only fail when jent is unavailable in FIPS mode by Herbert Xu · 1 year, 11 months ago
- 3fde2fe crypto: jitter - permanent and intermittent health errors by Stephan Müller · 1 year, 11 months ago
- 0dee6cd async_tx: fix kernel-doc notation warnings by Randy Dunlap · 2 years ago
- a543ada crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON() by Toke Høiland-Jørgensen · 2 years ago
- 3584c1d asymmetric_keys: log on fatal failures in PE/pkcs7 by Robbie Harwood · 2 years ago
- 4fc5c74 verify_pefile: relax wrapper length check by Robbie Harwood · 2 years ago
- 6862918 crypto: fips - simplify one-level sysctl registration for crypto_sysctl_table by Luis Chamberlain · 2 years ago
- f900fde2 crypto: testmgr - fix RNG performance in fuzz tests by Eric Biggers · 2 years ago
- c0f9e01 crypto: api - Check CRYPTO_USER instead of NET for report by Herbert Xu · 2 years ago
- 9807e49 crypto: rng - Count error stats differently by Herbert Xu · 2 years ago
- 1085680 crypto: skcipher - Count error stats differently by Herbert Xu · 2 years ago
- e2950bf crypto: kpp - Count error stats differently by Herbert Xu · 2 years ago
- 0a74238 crypto: acomp - Count error stats differently by Herbert Xu · 2 years ago
- 42808e5 crypto: hash - Count error stats differently by Herbert Xu · 2 years ago
- 035d78a crypto: akcipher - Count error stats differently by Herbert Xu · 2 years ago
- 0df4adf crypto: aead - Count error stats differently by Herbert Xu · 2 years ago
- ed0733e crypto: algapi - Move stat reporting into algapi by Herbert Xu · 2 years ago
- 5b7c4ca Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 2 years ago
- 36289a03b Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 2 years ago
- c43cc88 crypto: proc - Print fips status by Herbert Xu · 2 years, 1 month ago
- 5072b1c crypto: ecc - Silence sparse warning by Herbert Xu · 2 years, 1 month ago
- 255e48e crypto: api - Use data directly in completion function by Herbert Xu · 2 years, 1 month ago
- f27c94a crypto: cryptd - Use request_complete helpers by Herbert Xu · 2 years, 1 month ago
- 564cabc crypto: rsa-pkcs1pad - Use akcipher_request_complete by Herbert Xu · 2 years, 1 month ago
- 6909823 crypto: engine - Use crypto_request_complete by Herbert Xu · 2 years, 1 month ago
- d958804 crypto: hash - Use crypto_request_complete by Herbert Xu · 2 years, 1 month ago
- 256f9e5 crypto: cryptd - Use subreq for AEAD by Herbert Xu · 2 years, 1 month ago
- 10de7b5 KEYS: asymmetric: Fix ECDSA use via keyctl uapi by Denis Kenzior · 2 years, 6 months ago
- 0f5d4a0 crypto: certs: fix FIPS selftest dependency by Arnd Bergmann · 2 years, 3 months ago
- acd4045 crypto: testmgr - add diff-splits of src/dst into default cipher config by Zhang Yiqun · 2 years, 1 month ago
- d52b0c7 Revert "crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad_encrypt_sign_complete" by Herbert Xu · 2 years, 1 month ago
- 42a9a08 crypto: engine - Fix excess parameter doc warning by Herbert Xu · 2 years, 1 month ago
- 51c0825 crypto: xts - Handle EBUSY correctly by Herbert Xu · 2 years, 1 month ago
- e16dda2 crypto: cryptd - Remove unnecessary skcipher_request_zero by Herbert Xu · 2 years, 1 month ago
- 1b4744e crypto: testmgr - disallow certain DRBG hash functions in FIPS mode by Vladis Dronov · 2 years, 1 month ago
- 32e6202 crypto: seqiv - Handle EBUSY correctly by Herbert Xu · 2 years, 2 months ago
- b5a772a crypto: essiv - Handle EBUSY correctly by Herbert Xu · 2 years, 2 months ago
- 425359a crypto: tcrypt - include larger key sizes in RFC4106 benchmark by Ard Biesheuvel · 2 years, 3 months ago
- 3609ff6 wifi: cfg80211: Deduplicate certificate loading by Lukas Wunner · 2 years, 2 months ago
- d07bd95 crypto: skcipher - Use scatterwalk (un)map interface for dst and src buffers by Ard Biesheuvel · 2 years, 2 months ago