summaryrefslogtreecommitdiff
path: root/lib/crypto
AgeCommit message (Expand)Author
11 dayslib/crypto: aes-cmac: Use __cleanup() instead of memzero_explicit()Thomas Huth
11 dayslib/crypto: tests: Add KUnit test suite for AES-GCMEric Biggers
11 dayslib/crypto: tests: Add KUnit test suite for AES-CCMEric Biggers
11 dayslib/crypto: tests: Add aead-test-template.hEric Biggers
11 dayslib/crypto: tests: Use per-test-case buffers in hash testsEric Biggers
11 dayslib/crypto: tests: Create test-utils.hEric Biggers
11 dayslib/crypto: aes: Add FIPS self-tests for GCM and CCMEric Biggers
11 dayslib/crypto: aes: Add FIPS self-tests for unauthenticated modesEric Biggers
11 dayslib/crypto: fips: Split fips.h into fips-aes.h and fips-sha.hEric Biggers
2026-07-23lib/crypto: aesgcm: Remove old AES-GCM libraryEric Biggers
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-09crypto: aes - Fix conditions for selecting MAC dependenciesEric Biggers
2026-07-05lib/crypto: md5: Remove support for md5_mod_init_arch()Eric Biggers
2026-06-11lib/crypto: gf128hash: mark clmul32() as noinline_for_stackArnd Bergmann
2026-05-09lib/crypto: powerpc/md5: Drop powerpc optimized MD5 codeEric Biggers
2026-04-21Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-14lib/crypto: mpi: Fix integer underflow in mpi_read_raw_from_sgl()Lukas Wunner
2026-04-14Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linuxLinus Torvalds
2026-04-13Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-01lib/crypto: arm64: Assume a little-endian kernelEric Biggers
2026-04-01lib/crypto: arm64/sha3: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/sha512: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/sha256: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/sha1: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/poly1305: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/gf128hash: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/chacha: Remove obsolete chunking logicEric Biggers
2026-04-01lib/crypto: arm64/aes: Remove obsolete chunking logicEric Biggers
2026-03-31lib/crypto: Include <crypto/utils.h> instead of <crypto/algapi.h>Eric Biggers
2026-03-31lib/crypto: aesgcm: Don't disable IRQs during AES block encryptionEric Biggers
2026-03-31lib/crypto: aescfb: Don't disable IRQs during AES block encryptionEric Biggers
2026-03-30lib/crypto: tests: Migrate ChaCha20Poly1305 self-test to KUnitEric Biggers
2026-03-30lib/crypto: sparc: Drop optimized MD5 codeEric Biggers
2026-03-30lib/crypto: mips: Drop optimized MD5 codeEric Biggers
2026-03-27lib/crypto: chacha: Zeroize permuted_state before it leaves scopeEric Biggers
2026-03-23lib: Move crypto library tests to Runtime Testing menuEric Biggers
2026-03-23crypto: sm3 - Remove the original "sm3_block_generic()"Eric Biggers
2026-03-23lib/crypto: x86/sm3: Migrate optimized code into libraryEric Biggers
2026-03-23lib/crypto: riscv/sm3: Migrate optimized code into libraryEric Biggers
2026-03-23lib/crypto: arm64/sm3: Migrate optimized code into libraryEric Biggers
2026-03-23lib/crypto: tests: Add KUnit tests for SM3Eric Biggers
2026-03-23lib/crypto: sm3: Add SM3 library APIEric Biggers
2026-03-23lib/crypto: aesgcm: Use GHASH library APIEric Biggers
2026-03-23lib/crypto: gf128mul: Remove unused 4k_lle functionsEric Biggers
2026-03-23lib/crypto: x86/ghash: Migrate optimized code into libraryEric Biggers