1. c12abf3 crypto: powerpc - CRYPT_CRC32C_VPMSUM should depend on ALTIVEC by Michael Ellerman · 8 years ago
  2. 6dd7a82 crypto: powerpc - Add POWER8 optimised crc32c by Anton Blanchard · 8 years ago
  3. 026bb8a crypto: sha512-mb - Enable SHA512 multibuffer support by Megha Dey · 8 years ago
  4. 9be7e24 crypto: sha256-mb - Enable multibuffer support by Megha Dey · 8 years ago
  5. 3c4b239 crypto: ecdh - Add ECDH software support by Salvatore Benedetto · 8 years ago
  6. 802c7f1 crypto: dh - Add DH software implementation by Salvatore Benedetto · 8 years ago
  7. 4e5f2c4 crypto: kpp - Key-agreement Protocol Primitives API (KPP) by Salvatore Benedetto · 8 years ago
  8. 53964b9 crypto: sha3 - Add SHA-3 hash algorithm by Jeff Garzik · 8 years ago
  9. 3559128 crypto: drbg - use CTR AES instead of ECB AES by Stephan Mueller · 8 years ago
  10. 58446fe crypto: rsa - select crypto mgr dependency by Tadeusz Struk · 8 years ago
  11. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  12. 735d37b crypto: engine - Introduce the block request crypto engine framework by Baolin Wang · 8 years ago
  13. 2f313e0 crypto: jitterentropy - always select CRYPTO_RNG by Arnd Bergmann · 8 years ago
  14. 1104921 crypto: compress - remove unused pcomp interface by Joonsoo Kim · 8 years ago
  15. 578c60fbe crypto: ghash,poly1305 - select CRYPTO_HASH where needed by Arnd Bergmann · 8 years ago
  16. 1c49678e crypto: keywrap - enable compilation by Stephan Mueller · 9 years ago
  17. e38b6b7f crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 and SHA256 by tim · 9 years ago
  18. b793c00 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  19. dd43c4e crypto: null - Add missing Kconfig tristate for NULL2 by Herbert Xu · 9 years ago
  20. 149a397 crypto: aead - Add type-safe geniv init/exit helpers by Herbert Xu · 9 years ago
  21. cfc411e Move certificate handling to its own directory by David Howells · 9 years ago
  22. e94c6a7 crypto: authenc - Add Kconfig dependency on CRYPTO_NULL by Herbert Xu · 9 years ago
  23. b1ccc8f crypto: poly1305 - Add a four block AVX2 variant for x86_64 by Martin Willi · 9 years ago
  24. c70f4ab crypto: poly1305 - Add a SSE2 SIMD variant for x86_64 by Martin Willi · 9 years ago
  25. 3d1e93c crypto: chacha20 - Add an eight block AVX2 variant for x86_64 by Martin Willi · 9 years ago
  26. c9320b6 crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64 by Martin Willi · 9 years ago
  27. 425e017 crypto: rsa - fix invalid select for AKCIPHER by Tadeusz Struk · 9 years ago
  28. 946cc46 crypto: testmgr - add tests vectors for RSA by Tadeusz Struk · 9 years ago
  29. cfc2bb3 crypto: rsa - add a new rsa generic implementation by Tadeusz Struk · 9 years ago
  30. 3c339ab crypto: akcipher - add PKE API by Tadeusz Struk · 9 years ago
  31. 826775b crypto: drbg - Add select on sha256 by Herbert Xu · 9 years ago
  32. 401e423 crypto: rng - Make DRBG the default RNG by Herbert Xu · 9 years ago
  33. 3491244 crypto: echainiv - Set Kconfig default to m by Herbert Xu · 9 years ago
  34. 71ebc4d crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539 by Martin Willi · 9 years ago
  35. f979e01 crypto: poly1305 - Add a generic Poly1305 authenticator implementation by Martin Willi · 9 years ago
  36. c08d0e6 crypto: chacha20 - Add a generic ChaCha20 stream cipher implementation by Martin Willi · 9 years ago
  37. b64a2d9 Revert "crypto: algif_aead - Disable AEAD user-space for now" by Herbert Xu · 9 years ago
  38. 6d7e3d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 9 years ago
  39. bb5530e crypto: jitterentropy - add jitterentropy RNG by Stephan Mueller · 9 years ago
  40. f858c7b crypto: algif_aead - Disable AEAD user-space for now by Herbert Xu · 9 years ago
  41. a10f554 crypto: echainiv - Add encrypted chain IV generator by Herbert Xu · 9 years ago
  42. 856e3f40 crypto: seqiv - Add support for new AEAD interface by Herbert Xu · 9 years ago
  43. 2062c5b crypto: 842 - change 842 alg to use software by Dan Streetman · 9 years ago
  44. 1e6232f crypto: serpent_sse2 - Fix a typo in Kconfig by Masanari Iida · 9 years ago
  45. 652ccae crypto: arm - move ARM specific Kconfig definitions to a dedicated file by Ard Biesheuvel · 9 years ago
  46. efdb6f6 crypto: octeon - enable OCTEON SHA1/256/512 module selection by Aaro Koskinen · 9 years ago
  47. e8e5995 crypto: powerpc/md5 - kernel config by Markus Stockhausen · 9 years ago
  48. 44cac4f crypto: algif - enable AEAD interface compilation by Stephan Mueller · 9 years ago
  49. d9850fc crypto: powerpc/sha1 - kernel config by Markus Stockhausen · 9 years ago
  50. 504c614 crypto: powerpc/aes - kernel config by Markus Stockhausen · 9 years ago
  51. 2ecc1e9 crypto: ppc/sha256 - kernel config by Markus Stockhausen · 9 years ago
  52. 2f375538 crypto: algif_rng - enable RNG interface compilation by Stephan Mueller · 9 years ago
  53. d69e75d crypto: octeon - enable OCTEON MD5 module selection by Aaro Koskinen · 9 years ago
  54. 87d7bce Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  55. 0e56673 crypto: mcryptd - Fix typos in CRYPTO_MCRYPTD description by Ted Percival · 10 years ago
  56. 31e1a60 ARM: 8126/1: crypto: enable NEON SHA-384/SHA-512 for big endian by Ard Biesheuvel · 10 years ago
  57. 0777e3e ARM: 8125/1: crypto: enable NEON SHA-1 for big endian by Ard Biesheuvel · 10 years ago
  58. 1e65b81 crypto: sha-mb - multibuffer crypto infrastructure by Tim Chen · 10 years ago
  59. c489d98 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  60. c8611d7 ARM: 8120/1: crypto: sha512: add ARM NEON implementation by Jussi Kivilinna · 10 years ago
  61. 6046825 ARM: 8119/1: crypto: sha1: add ARM NEON implementation by Jussi Kivilinna · 10 years ago
  62. f2c89a1 crypto: drbg - Use Kconfig to ensure at least one RNG option is set by Herbert Xu · 10 years ago
  63. 002c77a crypto: fips - only panic on bad/missing crypto mod signatures by Jarod Wilson · 10 years ago
  64. 6574e6c crypto: des_3des - add x86-64 assembly implementation by Jussi Kivilinna · 10 years ago
  65. 419090c crypto: drbg - DRBG kernel configuration options by Stephan Mueller · 10 years ago
  66. 7c1da8d crypto: sha - SHA1 transform x86_64 AVX2 by chandramouli narayanan · 10 years ago
  67. 26b265c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  68. 78dc53c Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  69. ee08997 crypto: provide single place for hash algo information by Dmitry Kasatkin · 11 years ago
  70. e4e7f10 ARM: add support for bit sliced AES using NEON instructions by Ard Biesheuvel · 11 years ago
  71. 801201a crypto: move x86 to the generic version of ablk_helper by Ard Biesheuvel · 11 years ago
  72. a62b01c crypto: create generic version of ablk_helper by Ard Biesheuvel · 11 years ago
  73. 68411521 Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
  74. b48a97b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  75. e70308e Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
  76. 0ea8530 crypto: add lz4 Cryptographic API by Chanho Min · 11 years ago
  77. 99f42f9 Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher" by Jussi Kivilinna · 11 years ago
  78. 3d387ef Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher" by Jussi Kivilinna · 11 years ago
  79. 0b95a7f8 crypto: crct10dif - Glue code to cast accelerated CRCT10DIF assembly as a crypto transform by Tim Chen · 11 years ago
  80. 2d31e51 crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework by Tim Chen · 11 years ago
  81. f3f935a crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher by Jussi Kivilinna · 11 years ago
  82. 56d76c9 crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher by Jussi Kivilinna · 11 years ago
  83. cf1521a crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher by Jussi Kivilinna · 11 years ago
  84. 6048801 crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher by Jussi Kivilinna · 11 years ago
  85. 7643a11 crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86 by Jussi Kivilinna · 11 years ago
  86. c456a9c crypto: aesni_intel - add more optimized XTS mode for x86-64 by Jussi Kivilinna · 11 years ago
  87. 93b5e86 crypto: add CMAC support to CryptoAPI by Jussi Kivilinna · 11 years ago
  88. 9489667d crypto: gcm - make GMAC work when dst and src are different by Jussi Kivilinna · 11 years ago
  89. 87de457 crypto: sha512 - Create module providing optimized SHA512 routines using SSSE3, AVX or AVX2 instructions. by Tim Chen · 11 years ago
  90. 8275d1a crypto: sha256 - Create module providing optimized SHA256 routines using SSSE3, AVX or AVX2 instructions. by Tim Chen · 11 years ago
  91. ca81a1a crypto: crc32c - Kill pointless CRYPTO_CRC32C_X86_64 option by Herbert Xu · 11 years ago
  92. 32dc43e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  93. 9d3cae2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  94. 78c37d1 crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table implementation by Alexander Boyko · 11 years ago
  95. 3b4afaf crypto: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  96. 323a6bf powerpc: Add a powerpc implementation of SHA-1 by Michael Ellerman · 12 years ago
  97. 044ab52 crypto: cast5/cast6 - move lookup tables to shared module by Jussi Kivilinna · 11 years ago
  98. d9b1d2e crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia cipher by Jussi Kivilinna · 12 years ago
  99. 6a8ce1e crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instruction by Tim Chen · 12 years ago
  100. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago