Age | Commit message (Expand) | Author |
2021-03-08 | crypto: mips/poly1305 - enable for all MIPS processors | Maciej W. Rozycki |
2021-02-10 | crypto: serpent - get rid of obsolete tnepres variant | Ard Biesheuvel |
2021-01-29 | crypto: salsa20 - remove Salsa20 stream cipher algorithm | Ard Biesheuvel |
2021-01-29 | crypto: tgr192 - remove Tiger 128/160/192 hash algorithms | Ard Biesheuvel |
2021-01-29 | crypto: rmd320 - remove RIPE-MD 320 hash algorithm | Ard Biesheuvel |
2021-01-29 | crypto: rmd256 - remove RIPE-MD 256 hash algorithm | Ard Biesheuvel |
2021-01-29 | crypto: rmd128 - remove RIPE-MD 128 hash algorithm | Ard Biesheuvel |
2021-01-14 | crypto: x86 - remove glue helper module | Ard Biesheuvel |
2021-01-14 | crypto: x86/twofish - drop dependency on glue helper | Ard Biesheuvel |
2021-01-14 | crypto: x86/cast6 - drop dependency on glue helper | Ard Biesheuvel |
2021-01-14 | crypto: x86/serpent - drop dependency on glue helper | Ard Biesheuvel |
2021-01-14 | crypto: x86/camellia - drop dependency on glue helper | Ard Biesheuvel |
2021-01-14 | crypto: x86/blowfish - drop CTR mode implementation | Ard Biesheuvel |
2021-01-14 | crypto: x86/des - drop CTR mode implementation | Ard Biesheuvel |
2021-01-14 | crypto: x86/twofish - drop CTR mode implementation | Ard Biesheuvel |
2021-01-14 | crypto: x86/cast6 - drop CTR mode implementation | Ard Biesheuvel |
2021-01-14 | crypto: x86/cast5 - drop CTR mode implementation | Ard Biesheuvel |
2021-01-14 | crypto: x86/serpent - drop CTR mode implementation | Ard Biesheuvel |
2021-01-14 | crypto: x86/camellia - drop CTR mode implementation | Ard Biesheuvel |
2021-01-14 | crypto: x86/twofish - switch to XTS template | Ard Biesheuvel |
2021-01-14 | crypto: x86/serpent- switch to XTS template | Ard Biesheuvel |
2021-01-14 | crypto: x86/cast6 - switch to XTS template | Ard Biesheuvel |
2021-01-14 | crypto: x86/camellia - switch to XTS template | Ard Biesheuvel |
2021-01-08 | crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helper | Ard Biesheuvel |
2020-11-27 | crypto: tcrypt - permit tcrypt.ko to be builtin | Ard Biesheuvel |
2020-11-13 | crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the manager | Jason A. Donenfeld |
2020-09-25 | crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm | Tianjia Zhang |
2020-09-25 | crypto: af_alg - add extra parameters for DRBG interface | Elena Petrova |
2020-09-18 | crypto: Kconfig - mark unused ciphers as obsolete | Ard Biesheuvel |
2020-09-11 | crypto: arc4 - mark ecb(arc4) skcipher as obsolete | Ard Biesheuvel |
2020-07-23 | crypto: Replace HTTP links with HTTPS ones | Alexander A. Klimov |
2020-06-10 | Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-04-30 | crypto: drbg - should select CTR | Corentin Labbe |
2020-04-30 | crypto: ctr - no longer needs CRYPTO_SEQIV | Corentin Labbe |
2020-04-15 | compiler/gcc: Raise minimum GCC version for kernel builds to 4.8 | Will Deacon |
2020-02-05 | crypto: Kconfig - allow tests to be disabled when manager is disabled | Jason A. Donenfeld |
2020-01-16 | crypto: essiv - fix AEAD capitalization and preposition use in help text | Geert Uytterhoeven |
2019-11-22 | crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER | Eric Biggers |
2019-11-17 | crypto: curve25519 - x86_64 library and KPP implementations | Jason A. Donenfeld |
2019-11-17 | crypto: curve25519 - implement generic KPP driver | Ard Biesheuvel |
2019-11-17 | crypto: blake2s - x86_64 SIMD implementation | Jason A. Donenfeld |
2019-11-17 | crypto: blake2s - implement generic shash driver | Ard Biesheuvel |
2019-11-17 | crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation | Ard Biesheuvel |
2019-11-17 | crypto: x86/poly1305 - expose existing driver as poly1305 library | Ard Biesheuvel |
2019-11-17 | crypto: x86/poly1305 - depend on generic library not generic shash | Ard Biesheuvel |
2019-11-17 | crypto: poly1305 - move core routines into a separate library | Ard Biesheuvel |
2019-11-17 | crypto: mips/chacha - wire up accelerated 32r2 code from Zinc | Ard Biesheuvel |
2019-11-17 | crypto: x86/chacha - expose SIMD ChaCha routine as library function | Ard Biesheuvel |
2019-11-17 | crypto: x86/chacha - depend on generic chacha library instead of crypto driver | Ard Biesheuvel |
2019-11-17 | crypto: chacha - move existing library code into lib/crypto | Ard Biesheuvel |