1. 026a733 crypto: kdf - add SP800-108 counter key derivation function by Stephan Müller · 3 years, 1 month ago
  2. 04e85bb isystem: delete global -isystem compile option by Alexey Dobriyan · 3 years, 5 months ago
  3. ff1469a crypto: rmd320 - remove rmd320 in Makefile by Lukas Bulwahn · 3 years, 4 months ago
  4. 4e66029 crypto: ecdsa - Add support for ECDSA signature verification by Stefan Berger · 3 years, 10 months ago
  5. 663f63e crypto: salsa20 - remove Salsa20 stream cipher algorithm by Ard Biesheuvel · 4 years ago
  6. 87cd723 crypto: tgr192 - remove Tiger 128/160/192 hash algorithms by Ard Biesheuvel · 4 years ago
  7. c15d416 crypto: rmd256 - remove RIPE-MD 256 hash algorithm by Ard Biesheuvel · 4 years ago
  8. b21b9a5 crypto: rmd128 - remove RIPE-MD 128 hash algorithm by Ard Biesheuvel · 4 years ago
  9. ea7ecb6 crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm by Tianjia Zhang · 4 years, 3 months ago
  10. d63007e crypto: ablkcipher - remove deprecated and unused ablkcipher support by Ard Biesheuvel · 5 years ago
  11. ee772cb crypto: curve25519 - implement generic KPP driver by Ard Biesheuvel · 5 years ago
  12. 7f9b088 crypto: blake2s - implement generic shash driver by Ard Biesheuvel · 5 years ago
  13. 20cc01b crypto: aead - Split out geniv into its own module by Herbert Xu · 5 years ago
  14. b95bba5 crypto: skcipher - rename the crypto_blkcipher module and kconfig option by Eric Biggers · 5 years ago
  15. c65058b crypto: skcipher - remove the "blkcipher" algorithm type by Eric Biggers · 5 years ago
  16. 91d6893 crypto: blake2b - add blake2b generic implementation by David Sterba · 5 years ago
  17. 2eb2d19 crypto: aegis128-neon - use Clang compatible cflags for ARM by Ard Biesheuvel · 5 years ago
  18. 3e414b5 Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 5 years ago
  19. be1eb7f crypto: essiv - create wrapper template for ESSIV generation by Ard Biesheuvel · 5 years ago
  20. 1984296 crypto: arm64/aegis128 - implement plain NEON version by Ard Biesheuvel · 5 years ago
  21. a439763 crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics by Ard Biesheuvel · 5 years ago
  22. cf3d41a crypto: aegis128 - add support for SIMD acceleration by Ard Biesheuvel · 5 years ago
  23. dec0fb3 crypto: jitterentropy - build without sanitizer by Arnd Bergmann · 5 years ago
  24. c9f1fd4 Revert "crypto: aegis128 - add support for SIMD acceleration" by Herbert Xu · 5 years ago
  25. ecc8bc8 crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics by Ard Biesheuvel · 5 years ago
  26. 7cdc0dd crypto: aegis128 - add support for SIMD acceleration by Ard Biesheuvel · 5 years ago
  27. 520c199 crypto: aegis128l/aegis256 - remove x86 and generic implementations by Ard Biesheuvel · 5 years ago
  28. 5cb9770 crypto: morus - remove generic and x86 implementations by Ard Biesheuvel · 5 years ago
  29. 67882e7 crypto: xxhash - Implement xxhash support by Nikolay Borisov · 6 years ago
  30. 3e56e16 crypto: cryptd - move kcrypto_wq into cryptd by Eric Biggers · 6 years ago
  31. 0d7a786 crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm by Vitaly Chikunov · 6 years ago
  32. 4a2289d crypto: ecc - make ecc into separate module by Vitaly Chikunov · 6 years ago
  33. 45ec975 lib/lzo: separate lzo-rle from lzo by Dave Rodgman · 6 years ago
  34. 2ced260 crypto: user - made crypto_user_stat optional by Corentin Labbe · 6 years ago
  35. 059c2a4 crypto: adiantum - add Adiantum support by Eric Biggers · 6 years ago
  36. 26609a2 crypto: nhpoly1305 - add NHPoly1305 support by Eric Biggers · 6 years ago
  37. 1ca1b91 crypto: chacha20-generic - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  38. fe18957 crypto: streebog - add Streebog hash function by Vitaly Chikunov · 6 years ago
  39. e497c51 crypto: ofb - add output feedback mode by Gilad Ben-Yossef · 6 years ago
  40. cac5818 crypto: user - Implement a generic crypto statistics by Corentin Labbe · 6 years ago
  41. ab8085c crypto: x86 - remove SHA multibuffer routines and mcryptd by Ard Biesheuvel · 6 years ago
  42. 578bdaa crypto: speck - remove Speck by Jason A. Donenfeld · 6 years ago
  43. 2808f17 crypto: morus - Mark MORUS SIMD glue as x86-specific by Ondrej Mosnacek · 7 years ago
  44. 56e8e57 crypto: morus - Add common SIMD glue code for MORUS by Ondrej Mosnacek · 7 years ago
  45. 396be41 crypto: morus - Add generic MORUS AEAD implementations by Ondrej Mosnacek · 7 years ago
  46. f606a88 crypto: aegis - Add generic AEGIS AEAD implementations by Ondrej Mosnacek · 7 years ago
  47. d28fc3d crypto: zstd - Add zstd support by Nick Terrell · 7 years ago
  48. 4fa8bc9 kbuild: rename *-asn1.[ch] to *.asn1.[ch] by Masahiro Yamada · 7 years ago
  49. 3ca3273e kbuild: clean up *-asn1.[ch] patterns from top-level Makefile by Masahiro Yamada · 7 years ago
  50. 747c8ce crypto: sm4 - introduce SM4 symmetric cipher algorithm by Gilad Ben-Yossef · 7 years ago
  51. a7d85e0 crypto: cfb - add support for Cipher FeedBack mode by James Bottomley · 7 years ago
  52. 0e145b47 crypto: ablk_helper - remove ablk_helper by Eric Biggers · 7 years ago
  53. da7a0ab crypto: speck - add support for the Speck block cipher by Eric Biggers · 7 years ago
  54. 6e36719 crypto: aes-generic - fix aes-generic regression on powerpc by Arnd Bergmann · 7 years ago
  55. 148b974 crypto: aes-generic - build with -Os on gcc-7+ by Arnd Bergmann · 7 years ago
  56. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  57. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  58. 4f0fc16 crypto: sm3 - add OSCCA SM3 secure hash by Gilad Ben-Yossef · 7 years ago
  59. 6755fd2 crypto: ecdh - add privkey generation support by Tudor-Dan Ambarus · 8 years ago
  60. 7d6e910 crypto: improve gcc optimization flags for serpent and wp512 by Arnd Bergmann · 8 years ago
  61. b5e0b03 crypto: aes - add generic time invariant AES cipher by Ard Biesheuvel · 8 years ago
  62. 479d014 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  63. 5789163 crypto: rsa - Add Makefile dependencies to fix parallel builds by David Michael · 8 years ago
  64. 266d051 crypto: simd - Add simd skcipher helper by Herbert Xu · 8 years ago
  65. 6c0f400 crypto: acomp - fix dependency in Makefile by Giovanni Cabiddu · 8 years ago
  66. 1ab53a7 crypto: acomp - add driver-side scomp interface by Giovanni Cabiddu · 8 years ago
  67. 2ebda74 crypto: acomp - add asynchronous compression api by Giovanni Cabiddu · 8 years ago
  68. 3a01d0e crypto: skcipher - Remove top-level givcipher interface by Herbert Xu · 8 years ago
  69. 3c4b239 crypto: ecdh - Add ECDH software support by Salvatore Benedetto · 9 years ago
  70. 802c7f1 crypto: dh - Add DH software implementation by Salvatore Benedetto · 9 years ago
  71. 4e5f2c4 crypto: kpp - Key-agreement Protocol Primitives API (KPP) by Salvatore Benedetto · 9 years ago
  72. 53964b9 crypto: sha3 - Add SHA-3 hash algorithm by Jeff Garzik · 9 years ago
  73. 735d37b crypto: engine - Introduce the block request crypto engine framework by Baolin Wang · 9 years ago
  74. a7c58ac crypto: crc32 - Rename generic implementation by Herbert Xu · 9 years ago
  75. 1104921 crypto: compress - remove unused pcomp interface by Joonsoo Kim · 9 years ago
  76. 3d5b1ec crypto: rsa - RSA padding algorithm by Andrzej Zaborowski · 9 years ago
  77. 1c49678e crypto: keywrap - enable compilation by Stephan Mueller · 9 years ago
  78. 22287b0 crypto: akcipher - Changes to asymmetric key API by Tadeusz Struk · 9 years ago
  79. 7a7ffe6 crypto: skcipher - Add top-level skcipher interface by Herbert Xu · 9 years ago
  80. a26bcb0 crypto: null - Use NULL2 in Makefile by Herbert Xu · 9 years ago
  81. dfc9fa9 crypto: jitterentropy - avoid compiler warnings by Stephan Mueller · 10 years ago
  82. cfc2bb3 crypto: rsa - add a new rsa generic implementation by Tadeusz Struk · 10 years ago
  83. 3c339ab crypto: akcipher - add PKE API by Tadeusz Struk · 10 years ago
  84. fbb145b crypto: drbg - use pragmas for disabling optimization by Stephan Mueller · 10 years ago
  85. a5b151d crypto: rng - Remove krng by Herbert Xu · 10 years ago
  86. 71ebc4d crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539 by Martin Willi · 10 years ago
  87. f979e01 crypto: poly1305 - Add a generic Poly1305 authenticator implementation by Martin Willi · 10 years ago
  88. c08d0e6 crypto: chacha20 - Add a generic ChaCha20 stream cipher implementation by Martin Willi · 10 years ago
  89. bb5530e crypto: jitterentropy - add jitterentropy RNG by Stephan Mueller · 10 years ago
  90. a10f554 crypto: echainiv - Add encrypted chain IV generator by Herbert Xu · 10 years ago
  91. 44cac4f crypto: algif - enable AEAD interface compilation by Stephan Mueller · 10 years ago
  92. 2f375538 crypto: algif_rng - enable RNG interface compilation by Stephan Mueller · 10 years ago
  93. 1e65b81 crypto: sha-mb - multibuffer crypto infrastructure by Tim Chen · 10 years ago
  94. f2c89a1 crypto: drbg - Use Kconfig to ensure at least one RNG option is set by Herbert Xu · 10 years ago
  95. 5bfcf65 crypto: drbg - compile the DRBG code by Stephan Mueller · 11 years ago
  96. 06e5a1f CRC32C: Add soft module dependency to load other accelerated crc32c modules by Tim Chen · 11 years ago
  97. fe8c8a1 crypto: more robust crypto_memneq by Cesar Eduardo Barros · 11 years ago
  98. 26b265c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  99. ee08997 crypto: provide single place for hash algo information by Dmitry Kasatkin · 12 years ago
  100. 6bf37e5 crypto: crypto_memneq - add equality testing of memory regions w/o timing leaks by James Yonan · 11 years ago