1. 6c810cf crypto: mips/poly1305 - enable for all MIPS processors by Maciej W. Rozycki · 3 years, 10 months ago
  2. c03c21b Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 3 years, 10 months ago
  3. 31caf8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 10 months ago
  4. 40d32b5 keys: Update comment for restrict_link_by_key_or_keyring_chain by Andrew Zaborowski · 4 years ago
  5. cfb28fd crypto: xor - Fix typo of optimization by Bhaskar Chowdhury · 3 years, 11 months ago
  6. a53ab94 crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key() by Daniele Alessandrelli · 3 years, 11 months ago
  7. af1050a crypto: twofish - use unaligned accessors instead of alignmask by Ard Biesheuvel · 4 years ago
  8. e9cbaef crypto: fcrypt - drop unneeded alignmask by Ard Biesheuvel · 4 years ago
  9. 80879dd crypto: cast6 - use unaligned accessors instead of alignmask by Ard Biesheuvel · 4 years ago
  10. 24a2ee4 crypto: cast5 - use unaligned accessors instead of alignmask by Ard Biesheuvel · 4 years ago
  11. 8338541 crypto: camellia - use unaligned accessors instead of alignmask by Ard Biesheuvel · 4 years ago
  12. 50a3a9f crypto: blowfish - use unaligned accessors instead of alignmask by Ard Biesheuvel · 4 years ago
  13. 81d091a crypto: serpent - use unaligned accessors instead of alignmask by Ard Biesheuvel · 4 years ago
  14. 784506a crypto: serpent - get rid of obsolete tnepres variant by Ard Biesheuvel · 4 years ago
  15. e1b2d98 crypto: michael_mic - fix broken misalignment handling by Ard Biesheuvel · 4 years ago
  16. 663f63e crypto: salsa20 - remove Salsa20 stream cipher algorithm by Ard Biesheuvel · 4 years ago
  17. 87cd723 crypto: tgr192 - remove Tiger 128/160/192 hash algorithms by Ard Biesheuvel · 4 years ago
  18. 93f6420 crypto: rmd320 - remove RIPE-MD 320 hash algorithm by Ard Biesheuvel · 4 years ago
  19. c15d416 crypto: rmd256 - remove RIPE-MD 256 hash algorithm by Ard Biesheuvel · 4 years ago
  20. b21b9a5 crypto: rmd128 - remove RIPE-MD 128 hash algorithm by Ard Biesheuvel · 4 years ago
  21. 3c0940c crypto: pkcs7: Use match_string() helper to simplify the code by YueHaibing · 4 years, 4 months ago
  22. d13fc87 PKCS#7: drop function from kernel-doc pkcs7_validate_trust_one by Alex Shi · 4 years, 2 months ago
  23. 1539dd7 crypto: asymmetric_keys: fix some comments in pkcs7_parser.h by Randy Dunlap · 4 years, 5 months ago
  24. 60f0f0b KEYS: asymmetric: Fix kerneldoc by Krzysztof Kozlowski · 4 years, 2 months ago
  25. 7178a10 X.509: Fix crash caused by NULL pointer by Tianjia Zhang · 4 years ago
  26. fd3958e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years ago
  27. 64ca771 crypto: x86 - remove glue helper module by Ard Biesheuvel · 4 years ago
  28. 165f357 crypto: x86/twofish - drop dependency on glue helper by Ard Biesheuvel · 4 years ago
  29. ea55cfc crypto: x86/cast6 - drop dependency on glue helper by Ard Biesheuvel · 4 years ago
  30. 9ad58b4 crypto: x86/serpent - drop dependency on glue helper by Ard Biesheuvel · 4 years ago
  31. 407d409 crypto: x86/camellia - drop dependency on glue helper by Ard Biesheuvel · 4 years ago
  32. c0a6492 crypto: x86/blowfish - drop CTR mode implementation by Ard Biesheuvel · 4 years ago
  33. 768db5f crypto: x86/des - drop CTR mode implementation by Ard Biesheuvel · 4 years ago
  34. f43dcaf crypto: x86/twofish - drop CTR mode implementation by Ard Biesheuvel · 4 years ago
  35. 7a6623c crypto: x86/cast6 - drop CTR mode implementation by Ard Biesheuvel · 4 years ago
  36. e2d60e2 crypto: x86/cast5 - drop CTR mode implementation by Ard Biesheuvel · 4 years ago
  37. 2e9440a crypto: x86/serpent - drop CTR mode implementation by Ard Biesheuvel · 4 years ago
  38. a1f91ec crypto: x86/camellia - drop CTR mode implementation by Ard Biesheuvel · 4 years ago
  39. da4df93 crypto: x86/twofish - switch to XTS template by Ard Biesheuvel · 4 years ago
  40. 9ec0af8 crypto: x86/serpent- switch to XTS template by Ard Biesheuvel · 4 years ago
  41. 2cc0fed crypto: x86/cast6 - switch to XTS template by Ard Biesheuvel · 4 years ago
  42. 55a7e88 crypto: x86/camellia - switch to XTS template by Ard Biesheuvel · 4 years ago
  43. e07cd2f Merge tag 'char-misc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years ago
  44. 2481104 crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helper by Ard Biesheuvel · 4 years ago
  45. 3c02e04 crypto: xor - Fix divide error in do_xor_speed() by Kirill Tkhai · 4 years ago
  46. 0cdc438 crypto: blake2b - update file comment by Eric Biggers · 4 years ago
  47. 28dcca4 crypto: blake2b - sync with blake2s implementation by Eric Biggers · 4 years ago
  48. 8c4a93a crypto: blake2s - share the "shash" API boilerplate code by Eric Biggers · 4 years ago
  49. df412e7 crypto: blake2s - remove unneeded includes by Eric Biggers · 4 years ago
  50. 0d39605 crypto: blake2s - define shash_alg structs using macros by Eric Biggers · 4 years ago
  51. 0eb76ba crypto: remove cipher routines from public crypto API by Ard Biesheuvel · 4 years, 1 month ago
  52. 303fd3e crypto: tcrypt - avoid signed overflow in byte count by Ard Biesheuvel · 4 years, 1 month ago
  53. 0aa171e crypto: ecdh - avoid buffer overflow in ecdh_set_secret() by Ard Biesheuvel · 4 years ago
  54. f93274e crypto: asym_tpm: correct zero out potential secrets by Greg Kroah-Hartman · 4 years, 1 month ago
  55. 0464e0e crypto: aegis128 - avoid spurious references crypto_aegis128_update_simd by Ard Biesheuvel · 4 years, 1 month ago
  56. 1069e97 crypto: seed - remove trailing semicolon in macro definition by Tom Rix · 4 years, 1 month ago
  57. 17858b1 crypto: ecdh - avoid unaligned accesses in ecdh_set_secret() by Ard Biesheuvel · 4 years, 1 month ago
  58. ad6d66b crypto: tcrypt - include 1420 byte blocks in aead and skcipher benchmarks by Ard Biesheuvel · 4 years, 1 month ago
  59. 00ea27f crypto: tcrypt - permit tcrypt.ko to be builtin by Ard Biesheuvel · 4 years, 1 month ago
  60. 08a7e33 crypto: tcrypt - don't initialize at subsys_initcall time by Ard Biesheuvel · 4 years, 1 month ago
  61. ac50aec crypto: aegis128 - expose SIMD code path as separate driver by Ard Biesheuvel · 4 years, 1 month ago
  62. 97b7018 crypto: aegis128/neon - move final tag check to SIMD domain by Ard Biesheuvel · 4 years, 1 month ago
  63. ad00d41 crypto: aegis128/neon - optimize tail block handling by Ard Biesheuvel · 4 years, 1 month ago
  64. 0268590 crypto: aegis128 - wipe plaintext and tag if decryption fails by Ard Biesheuvel · 4 years, 1 month ago
  65. a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 2 months ago
  66. 6569e30 crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the manager by Jason A. Donenfeld · 4 years, 2 months ago
  67. 92eb6c3 crypto: af_alg - avoid undefined behavior accessing salg_name by Eric Biggers · 4 years, 2 months ago
  68. 09a5ef9 crypto: testmgr - WARN on test failure by Eric Biggers · 4 years, 2 months ago
  69. 6e5972f crypto: testmgr - always print the actual skcipher driver name by Eric Biggers · 4 years, 2 months ago
  70. 2257f47 crypto: testmgr - always print the actual AEAD driver name by Eric Biggers · 4 years, 2 months ago
  71. 79cafe9 crypto: testmgr - always print the actual hash driver name by Eric Biggers · 4 years, 2 months ago
  72. 1bc608b crypto: sm2 - remove unnecessary reset operations by Tianjia Zhang · 4 years, 3 months ago
  73. 7cd4ecd Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  74. 39a5101 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 3 months ago
  75. 3093e7c X.509: Fix modular build of public_key_sm2 by Herbert Xu · 4 years, 3 months ago
  76. 10b0f78 crypto: xor - Remove unused variable count in do_xor_speed by Nathan Chancellor · 4 years, 3 months ago
  77. 4f28945 X.509: fix error return value on the failed path by Tianjia Zhang · 4 years, 3 months ago
  78. c055e3e crypto: xor - use ktime for template benchmarking by Ard Biesheuvel · 4 years, 3 months ago
  79. 524ccdb crypto: xor - defer load time benchmark to a later time by Ard Biesheuvel · 4 years, 3 months ago
  80. 2155256 X.509: support OSCCA SM2-with-SM3 certificate verification by Tianjia Zhang · 4 years, 3 months ago
  81. 254f84f X.509: support OSCCA certificate parse by Tianjia Zhang · 4 years, 3 months ago
  82. 8b805b9 crypto: sm2 - add SM2 test vectors to testmgr by Tianjia Zhang · 4 years, 3 months ago
  83. 2b40386 crypto: testmgr - Fix potential memory leak in test_akcipher_one() by Tianjia Zhang · 4 years, 3 months ago
  84. a1f62c2 crypto: testmgr - support test with different ciphertext per encryption by Tianjia Zhang · 4 years, 3 months ago
  85. ea7ecb6 crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm by Tianjia Zhang · 4 years, 3 months ago
  86. f492828 crypto: sm3 - export crypto_sm3_final function by Tianjia Zhang · 4 years, 3 months ago
  87. 77ebdab crypto: af_alg - add extra parameters for DRBG interface by Elena Petrova · 4 years, 3 months ago
  88. fde2f57 crypto: proc - Removing some useless only space lines by Corentin Labbe · 4 years, 3 months ago
  89. 4f86ff5 md/raid6: let async recovery function support different page offset by Yufen Yu · 4 years, 4 months ago
  90. d69454b md/raid6: let syndrome computor support different page offset by Yufen Yu · 4 years, 4 months ago
  91. 29bcff7 md/raid5: add new xor function to support different page offset by Yufen Yu · 4 years, 4 months ago
  92. 1674aea crypto: Kconfig - mark unused ciphers as obsolete by Ard Biesheuvel · 4 years, 4 months ago
  93. 5f254dd crypto: cbc - Remove cbc.h by Herbert Xu · 4 years, 4 months ago
  94. 9ace677 crypto: arc4 - mark ecb(arc4) skcipher as obsolete by Ard Biesheuvel · 4 years, 4 months ago
  95. e43327c Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 4 months ago
  96. e73d340 crypto: ahash - Add init_tfm/exit_tfm by Herbert Xu · 4 years, 4 months ago
  97. c195d66 crypto: af_alg - Work around empty control messages without MSG_MORE by Herbert Xu · 4 years, 4 months ago
  98. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  99. 8afa25a crypto: hash - Remove unused async iterators by Ira Weiny · 4 years, 5 months ago
  100. ba974ad crypto: tcrypt - Add support for hash speed testing with keys by Herbert Xu · 4 years, 5 months ago