1. a73586b BACKPORT, FROMGIT: crypto: adiantum - add Adiantum support by Eric Biggers · 5 years ago
  2. 481f661 BACKPORT, FROMGIT: crypto: nhpoly1305 - add NHPoly1305 support by Eric Biggers · 5 years ago
  3. b8181f3 BACKPORT, FROMGIT: crypto: chacha20-generic - refactor to allow varying number of rounds by Eric Biggers · 5 years ago
  4. 826f328 Revert "BACKPORT, FROMGIT: crypto: speck - add support for the Speck block cipher" by Alistair Strachan · 6 years ago
  5. cc388d2 BACKPORT: crypto: zstd - Add zstd support by Nick Terrell · 6 years ago
  6. a24846d BACKPORT, FROMGIT: crypto: speck - add support for the Speck block cipher by Eric Biggers · 6 years ago
  7. 2c1820e crypto: improve gcc optimization flags for serpent and wp512 by Arnd Bergmann · 7 years ago
  8. 5789163 crypto: rsa - Add Makefile dependencies to fix parallel builds by David Michael · 7 years ago
  9. 3a01d0e crypto: skcipher - Remove top-level givcipher interface by Herbert Xu · 8 years ago
  10. 3c4b239 crypto: ecdh - Add ECDH software support by Salvatore Benedetto · 8 years ago
  11. 802c7f1 crypto: dh - Add DH software implementation by Salvatore Benedetto · 8 years ago
  12. 4e5f2c4 crypto: kpp - Key-agreement Protocol Primitives API (KPP) by Salvatore Benedetto · 8 years ago
  13. 53964b9 crypto: sha3 - Add SHA-3 hash algorithm by Jeff Garzik · 8 years ago
  14. 735d37b crypto: engine - Introduce the block request crypto engine framework by Baolin Wang · 8 years ago
  15. a7c58ac crypto: crc32 - Rename generic implementation by Herbert Xu · 8 years ago
  16. 1104921 crypto: compress - remove unused pcomp interface by Joonsoo Kim · 8 years ago
  17. 3d5b1ec crypto: rsa - RSA padding algorithm by Andrzej Zaborowski · 8 years ago
  18. 1c49678e crypto: keywrap - enable compilation by Stephan Mueller · 9 years ago
  19. 22287b0 crypto: akcipher - Changes to asymmetric key API by Tadeusz Struk · 9 years ago
  20. 7a7ffe6 crypto: skcipher - Add top-level skcipher interface by Herbert Xu · 9 years ago
  21. a26bcb0 crypto: null - Use NULL2 in Makefile by Herbert Xu · 9 years ago
  22. dfc9fa9 crypto: jitterentropy - avoid compiler warnings by Stephan Mueller · 9 years ago
  23. cfc2bb3 crypto: rsa - add a new rsa generic implementation by Tadeusz Struk · 9 years ago
  24. 3c339ab crypto: akcipher - add PKE API by Tadeusz Struk · 9 years ago
  25. fbb145b crypto: drbg - use pragmas for disabling optimization by Stephan Mueller · 9 years ago
  26. a5b151d crypto: rng - Remove krng by Herbert Xu · 9 years ago
  27. 71ebc4d crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539 by Martin Willi · 9 years ago
  28. f979e01 crypto: poly1305 - Add a generic Poly1305 authenticator implementation by Martin Willi · 9 years ago
  29. c08d0e6 crypto: chacha20 - Add a generic ChaCha20 stream cipher implementation by Martin Willi · 9 years ago
  30. bb5530e crypto: jitterentropy - add jitterentropy RNG by Stephan Mueller · 9 years ago
  31. a10f554 crypto: echainiv - Add encrypted chain IV generator by Herbert Xu · 9 years ago
  32. 44cac4f crypto: algif - enable AEAD interface compilation by Stephan Mueller · 9 years ago
  33. 2f375538 crypto: algif_rng - enable RNG interface compilation by Stephan Mueller · 9 years ago
  34. 1e65b81 crypto: sha-mb - multibuffer crypto infrastructure by Tim Chen · 10 years ago
  35. f2c89a1 crypto: drbg - Use Kconfig to ensure at least one RNG option is set by Herbert Xu · 10 years ago
  36. 5bfcf65 crypto: drbg - compile the DRBG code by Stephan Mueller · 10 years ago
  37. 06e5a1f CRC32C: Add soft module dependency to load other accelerated crc32c modules by Tim Chen · 10 years ago
  38. fe8c8a1 crypto: more robust crypto_memneq by Cesar Eduardo Barros · 10 years ago
  39. 26b265c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  40. ee08997 crypto: provide single place for hash algo information by Dmitry Kasatkin · 11 years ago
  41. 6bf37e5 crypto: crypto_memneq - add equality testing of memory regions w/o timing leaks by James Yonan · 11 years ago
  42. a62b01c crypto: create generic version of ablk_helper by Ard Biesheuvel · 11 years ago
  43. 26052f9 crypto: crct10dif - Add fallback for broken initrds by Herbert Xu · 11 years ago
  44. 68411521 Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
  45. b48a97b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  46. e70308e Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
  47. 0ea8530 crypto: add lz4 Cryptographic API by Chanho Min · 11 years ago
  48. 2d31e51 crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework by Tim Chen · 11 years ago
  49. 93b5e86 crypto: add CMAC support to CryptoAPI by Jussi Kivilinna · 11 years ago
  50. 78c37d1 crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table implementation by Alexander Boyko · 11 years ago
  51. 044ab52 crypto: cast5/cast6 - move lookup tables to shared module by Jussi Kivilinna · 11 years ago
  52. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  53. 964f3b3 KEYS: Implement asymmetric key type by David Howells · 12 years ago
  54. 35a1fc1 powerpc/crypto: add 842 crypto driver by Seth Jennings · 12 years ago
  55. 2b49b90 crypto: cast6 - prepare generic module for optimized implementations by Johannes Goetzfried · 12 years ago
  56. 270b0c6 crypto: cast5 - prepare generic module for optimized implementations by Johannes Goetzfried · 12 years ago
  57. 617ae7c crypto: camellia - rename camellia.c to camellia_generic.c by Jussi Kivilinna · 12 years ago
  58. 075e39d crypto: camellia - rename camellia module to camellia_generic by Jussi Kivilinna · 12 years ago
  59. 2deed78 crypto: serpent - rename serpent.c to serpent_generic.c by Jussi Kivilinna · 12 years ago
  60. dd6eec2 crypto: serpent - rename module from serpent to serpent_generic by Jussi Kivilinna · 13 years ago
  61. a38f790 crypto: Add userspace configuration API by Steffen Klassert · 13 years ago
  62. 3f2a5d2 crypto: blowfish - rename C-version to blowfish_generic by Jussi Kivilinna · 13 years ago
  63. 52ba867 crypto: blowfish - split generic and common c code by Jussi Kivilinna · 13 years ago
  64. a5079d0 crypto: authencesn - Add algorithm to handle IPsec extended sequence numbers by Steffen Klassert · 13 years ago
  65. 21ea28a crypto: Makefile clean up by Tracey Dent · 13 years ago
  66. 8ff5909 crypto: algif_skcipher - User-space interface for skcipher operations by Herbert Xu · 14 years ago
  67. fe869cd crypto: algif_hash - User-space interface for hash operations by Herbert Xu · 14 years ago
  68. 03c8efc crypto: af_alg - User-space interface for Crypto API by Herbert Xu · 14 years ago
  69. 5b04fc1 crypto: twofish: Rename twofish to twofish_generic and add an alias by Joachim Fritschi · 14 years ago
  70. bc94e59 crypto: pcomp - Fix illegal Kconfig configuration by Herbert Xu · 14 years ago
  71. 5068c7a crypto: pcrypt - Add pcrypt crypto parallelization wrapper by Steffen Klassert · 14 years ago
  72. f1939f7 crypto: vmac - New hash algorithm for intel_txt support by Shane Wang · 15 years ago
  73. 2cdc689 crypto: ghash - Add GHASH digest algorithm for GCM by Huang Ying · 15 years ago
  74. 6941c3a crypto: hash - Remove legacy hash/digest implementaion by Herbert Xu · 15 years ago
  75. bf68e65 crypto: zlib - New zlib crypto module, using pcomp by Geert Uytterhoeven · 15 years ago
  76. a1d2f09 crypto: compress - Add pcomp interface by Geert Uytterhoeven · 15 years ago
  77. 25c38d3 crypto: api - Use dedicated workqueue for crypto subsystem by Huang Ying · 15 years ago
  78. 7b5a080b crypto: hash - Add shash interface by Herbert Xu · 16 years ago
  79. 6a0fcbb crypto: api - Disallow cryptomgr as a module if algorithms are built-in by Herbert Xu · 15 years ago
  80. 17f0f4a crypto: rng - RNG interface and implementation by Neil Horman · 16 years ago
  81. ccb778e crypto: api - Add fips_enable flag by Neil Horman · 16 years ago
  82. 5be5e66 crypto: skcipher - Move IV generators into their own modules by Herbert Xu · 16 years ago
  83. da7f033 crypto: cryptomgr - Add test infrastructure by Herbert Xu · 16 years ago
  84. 7890ea1 Revert crypto: prng - Deterministic CPRNG by Herbert Xu · 16 years ago
  85. b8454ee crypto: prng - Deterministic CPRNG by Neil Horman · 16 years ago
  86. 004a403 [CRYPTO] hash: Add asynchronous hash support by Loc Ho · 16 years ago
  87. c555c28 [CRYPTO] ripemd: Add support for RIPEMD-256 and RIPEMD-320 by Adrian-Ken Rueegsegger · 16 years ago
  88. c6580eb [CRYPTO] ripemd: Add support for RIPEMD hash algorithms by Adrian-Ken Rueegsegger · 16 years ago
  89. c3715cb9 [CRYPTO] api: Make the crypto subsystem fully modular by Sebastian Siewior · 16 years ago
  90. 76cb952 [CRYPTO] cts: Add CTS mode required for Kerberos AES support by Kevin Coffman · 16 years ago
  91. 78f8b3a [CRYPTO] sha512: Rename sha512 to sha512_generic by Jan Glauber · 16 years ago
  92. 76fc60a [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module by Herbert Xu · 16 years ago
  93. 4a49b49 [CRYPTO] ccm: Added CCM mode by Joy Latten · 16 years ago
  94. 0a27032 [CRYPTO] seqiv: Add Sequence Number IV Generator by Herbert Xu · 16 years ago
  95. 806d183 [CRYPTO] eseqiv: Add Encrypted Sequence Number IV Generator by Herbert Xu · 16 years ago
  96. 7f47073 [CRYPTO] chainiv: Add chain IV generator by Herbert Xu · 16 years ago
  97. 653ebd9 [CRYPTO] blkcipher: Merge ablkcipher and blkcipher into one option/module by Herbert Xu · 16 years ago
  98. 0b77abb [CRYPTO] lzo: Add LZO compression algorithm support by Zoltan Sogor · 16 years ago
  99. 28db8e3 [CRYPTO] gcm: New algorithm by Mikko Herranen · 16 years ago
  100. 2407d60 [CRYPTO] salsa20: Salsa20 stream cipher by Tan Swee Heng · 16 years ago