summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
33 hoursMerge tag 'v7.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
3 daysMerge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
6 dayscrypto: lskcipher - propagate errors from unaligned cryptKarl Mehltretter
6 dayscrypto: krb5 - use kfree_sensitive() for derived key buffersJan Sebastian Götte
11 daysMerge tag 'v7.2-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
11 dayscrypto: af_alg - Stop after finding name in allowlistEric Biggers
11 dayscrypto: af_alg - Replace 'bool privileged' with flagsEric Biggers
11 dayscrypto: af_alg - Make cbc(paes) privileged-onlyEric Biggers
2026-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2026-07-30crypto: af_alg - Allow cbc(paes)Richard Weinberger
2026-07-30crypto: ccm - Set rfc4309 maxauthsize from childHerbert Xu
2026-07-22crypto: aes - Add CCM support using libraryEric Biggers
2026-07-22crypto: aes - Add GCM support using libraryEric Biggers
2026-07-22crypto: aes - Add XTS support using libraryEric Biggers
2026-07-22crypto: aes - Add CTR and XCTR support using libraryEric Biggers
2026-07-22crypto: aes - Add CBC and CBC-CTS support using libraryEric Biggers
2026-07-22crypto: aes - Add ECB support using libraryEric Biggers
2026-07-17crypto: af_alg - Allow additional ciphers for cryptsetupEric Biggers
2026-07-09crypto: aes - Fix conditions for selecting MAC dependenciesEric Biggers
2026-07-05crypto: af_alg - Add af_alg_restrict sysctl, defaulting to 1Eric Biggers
2026-07-05crypto: ecc - Optimize vli additive operations using compiler builtinsFabian Blatter
2026-07-05crypto: use 2-arg strscpy where destination size is knownThorsten Blum
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds
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 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2026-06-16Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-06-12crypto: rng - Free default RNG on module exitHerbert Xu
2026-06-12crypto: testmgr - allow authenc(hmac(sha{256,384}),cts(cbc(aes))) in FIPS modeIlya Dryomov
2026-06-11crypto: xilinx-trng - Replace crypto_drbg_ctr_df() with HMAC-SHA512Eric Biggers
2026-06-09crypto: pcbc - Remove support for PCBC modeEric Biggers
2026-06-09crypto: fcrypt - Remove support for FCrypt block cipherEric Biggers
2026-06-05crypto: chacha20poly1305 - validate poly1305 template argumentXiaonan Zhao
2026-06-05crypto: pcrypt - restore callback for non-parallel fallbackRuijie Li
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-29crypto: ecrdsa - remove empty sig_alg exit callbackThorsten Blum
2026-05-28raid6: hide internalsChristoph Hellwig
2026-05-28raid6: improve the public interfaceChristoph Hellwig
2026-05-28raid6: remove raid6_get_zero_pageChristoph Hellwig
2026-05-28crypto: api - Fold crypto_alloc_tfmmem() into crypto_create_tfm_node()Eric Biggers
2026-05-28crypto: api - Fold __crypto_alloc_tfmgfp() into __crypto_alloc_tfm()Eric Biggers
2026-05-28crypto: api - Remove per-tfm refcountEric Biggers
2026-05-28crypto: api - Remove crypto_clone_tfm()Eric Biggers
2026-05-28crypto: cipher - Remove crypto_clone_cipher()Eric Biggers
2026-05-28crypto: hash - Remove support for cloning hash tfmsEric Biggers
2026-05-28crypto: aegis128 - Use neon-intrinsics.h on ARM tooArd Biesheuvel
2026-05-22MIPS: Remove unused arch/mips/crypto directoryEthan Nelson-Moore
2026-05-22LoongArch: Remove unused arch/loongarch/crypto directoryEthan Nelson-Moore
2026-05-22X.509: Fix validation of ASN.1 certificate headerLukas Wunner
2026-05-22crypto: ecc - Fix carry overflow in vli multiplicationAnastasia Tishchenko