summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
2026-07-28Merge branch 'libcrypto-next' of https://git.kernel.org/pub/scm/linux/kernel/...Mark Brown
2026-07-22lib/crypto: aes: Add CCM supportEric Biggers
2026-07-22lib/crypto: aes: Add GCM supportEric Biggers
2026-07-19lib/crypto: aes: Add XTS supportEric Biggers
2026-07-19lib/crypto: aes: Add CTR and XCTR supportEric Biggers
2026-07-19lib/crypto: aes: Add CBC and CBC-CTS supportEric Biggers
2026-07-19lib/crypto: aes: Add ECB supportEric Biggers
2026-07-19crypto: xts - Split out __xts_verify_key() helperEric Biggers
2026-07-17crypto: powerpc/aes - use bool for encryption/decryption flagThorsten Blum
2026-07-05crypto: af_alg - Add af_alg_restrict sysctl, defaulting to 1Eric Biggers
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-06-16Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-06-11crypto: xilinx-trng - Replace crypto_drbg_ctr_df() with HMAC-SHA512Eric Biggers
2026-05-29crypto: af_alg - Drop support for off-CPU cryptographyDemi Marie Obenour
2026-05-29net: Remove support for AIO on socketsDemi Marie Obenour
2026-05-28crypto: cipher - Remove crypto_clone_cipher()Eric Biggers
2026-05-28crypto: hash - Remove support for cloning hash tfmsEric Biggers
2026-05-20crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checksDavid Howells
2026-05-07crypto: drbg - Eliminate use of 'drbg_string' and listsEric Biggers
2026-05-07crypto: drbg - Remove support for CTR_DRBGEric Biggers
2026-05-07crypto: drbg - Fold include/crypto/drbg.h into crypto/drbg.cEric Biggers
2026-05-07crypto: drbg - Remove obsolete FIPS 140-2 continuous testEric Biggers
2026-05-07crypto: drbg - Remove unhelpful helper functionsEric Biggers
2026-05-07crypto: drbg - Fix drbg_max_addtl() on 64-bit kernelsEric Biggers
2026-05-07crypto: drbg - Fix misaligned writes in CTR_DRBG and HASH_DRBGEric Biggers
2026-04-15Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-04-13Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-12crypto: geniv - Remove unused spinlock from struct aead_geniv_ctxHerbert Xu
2026-04-03crypto: rng - Make crypto_stdrng_get_bytes() use normal RNG in non-FIPS modeEric Biggers
2026-04-03crypto: rng - Unexport "default RNG" symbolsEric Biggers
2026-04-03crypto: rng - Add crypto_stdrng_get_bytes()Eric Biggers
2026-04-01lib/crypto: arm64/aes: Remove obsolete chunking logicEric Biggers
2026-03-31crypto: algif_aead - Revert to operating out-of-placeHerbert Xu
2026-03-30lib/crypto: tests: Migrate ChaCha20Poly1305 self-test to KUnitEric Biggers
2026-03-27crypto: remove HKDF libraryEric Biggers
2026-03-27crypto: cryptd - Remove unused functionsEric Biggers
2026-03-23crypto: sm3 - Remove 'struct sm3_state'Eric Biggers
2026-03-23crypto: sm3 - Remove the original "sm3_block_generic()"Eric Biggers
2026-03-23crypto: sm3 - Remove sm3_base.hEric Biggers
2026-03-23lib/crypto: sm3: Add SM3 library APIEric Biggers
2026-03-23crypto: sm3 - Remove sm3_zero_message_hash and SM3_T[1-2]Eric Biggers
2026-03-23crypto: sm3 - Fold sm3_init() into its callerEric Biggers
2026-03-23lib/crypto: aesgcm: Use GHASH library APIEric Biggers
2026-03-23lib/crypto: gf128hash: Remove unused content from ghash.hEric Biggers
2026-03-23lib/crypto: gf128mul: Remove unused 4k_lle functionsEric Biggers
2026-03-23lib/crypto: s390/ghash: Migrate optimized code into libraryEric Biggers
2026-03-23lib/crypto: riscv/ghash: Migrate optimized code into libraryEric Biggers
2026-03-23lib/crypto: powerpc/ghash: Migrate optimized code into libraryEric Biggers
2026-03-23lib/crypto: gf128hash: Add GHASH supportEric Biggers