1. 1a263ae gcc-10: avoid shadowing standard library 'free()' in crypto by Linus Torvalds · 4 years, 8 months ago
  2. 72f3542 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 9 months ago
  3. fcb90d5 crypto: af_alg - bool type cosmetics by Lothar Rubusch · 4 years, 9 months ago
  4. 8ff357a crypto: testmgr - do comparison tests before inauthentic input tests by Eric Biggers · 4 years, 10 months ago
  5. 6f3a06d crypto: testmgr - use consistent IV copies for AEADs that need it by Eric Biggers · 4 years, 10 months ago
  6. 732e540 crypto: xts - simplify error handling in ->create() by Eric Biggers · 4 years, 10 months ago
  7. 0708bb4 crypto: rsa-pkcs1pad - simplify error handling in pkcs1pad_create() by Eric Biggers · 4 years, 10 months ago
  8. 07b24c7 crypto: pcrypt - simplify error handling in pcrypt_create_aead() by Eric Biggers · 4 years, 10 months ago
  9. d570631 crypto: lrw - simplify error handling in create() by Eric Biggers · 4 years, 10 months ago
  10. 376ffe1 crypto: geniv - simply error handling in aead_geniv_alloc() by Eric Biggers · 4 years, 10 months ago
  11. c4caa56 crypto: gcm - simplify error handling in crypto_rfc4543_create() by Eric Biggers · 4 years, 10 months ago
  12. 959ac1c crypto: gcm - simplify error handling in crypto_rfc4106_create() by Eric Biggers · 4 years, 10 months ago
  13. 3ff2bab crypto: cts - simplify error handling in crypto_cts_create() by Eric Biggers · 4 years, 10 months ago
  14. a108dfc crypto: ctr - simplify error handling in crypto_rfc3686_create() by Eric Biggers · 4 years, 10 months ago
  15. b8c0d74 crypto: cryptd - simplify error handling in cryptd_create_*() by Eric Biggers · 4 years, 10 months ago
  16. 64d6679 crypto: ccm - simplify error handling in crypto_rfc4309_create() by Eric Biggers · 4 years, 10 months ago
  17. d1dc4df crypto: authencesn - fix weird comma-terminated line by Eric Biggers · 4 years, 10 months ago
  18. 2fdddaf crypto: md5 - remove unused macros by YueHaibing · 4 years, 10 months ago
  19. ebe7aca Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 4 years, 10 months ago
  20. 6a30e1b crypto: rename sm3-256 to sm3 in hash_algo_name by Tianjia Zhang · 4 years, 11 months ago
  21. 3e71e12 Merge tag 's390-5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 11 months ago
  22. 64ae134 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 11 months ago
  23. c7ff857 crypto/testmgr: enable selftests for paes-s390 ciphers by Harald Freudenberger · 5 years ago
  24. 8e3b7fd crypto: tcrypt - fix printed skcipher [a]sync mode by Horia Geantă · 5 years ago
  25. 7f1cfe4 crypto: proc - simplify the c_show function by Tianjia Zhang · 5 years ago
  26. eed74b3 crypto: rng - Fix a refcounting bug in crypto_rng_reset() by Dan Carpenter · 5 years ago
  27. 2343d15 crypto: Kconfig - allow tests to be disabled when manager is disabled by Jason A. Donenfeld · 5 years ago
  28. 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
  29. a78208e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  30. ab3d436 crypto: essiv - fix AEAD capitalization and preposition use in help text by Geert Uytterhoeven · 5 years ago
  31. 1c08a10 crypto: poly1305 - add new 32 and 64-bit generic versions by Jason A. Donenfeld · 5 years ago
  32. d4fdc2d crypto: algapi - enforce that all instances have a ->free() method by Eric Biggers · 5 years ago
  33. a24a1fd crypto: algapi - remove crypto_template::{alloc,free}() by Eric Biggers · 5 years ago
  34. a39c66c crypto: shash - convert shash_free_instance() to new style by Eric Biggers · 5 years ago
  35. 758ec5a crypto: cryptd - convert to new way of freeing instances by Eric Biggers · 5 years ago
  36. 0f8f6d8 crypto: geniv - convert to new way of freeing instances by Eric Biggers · 5 years ago
  37. 48fb3e5 crypto: hash - add support for new way of freeing instances by Eric Biggers · 5 years ago
  38. aed11cf crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn() by Eric Biggers · 5 years ago
  39. 6d1b41f crypto: ahash - unexport crypto_ahash_type by Eric Biggers · 5 years ago
  40. 629f1af crypto: algapi - remove obsoleted instance creation helpers by Eric Biggers · 5 years ago
  41. d5ed3b6 crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn by Eric Biggers · 5 years ago
  42. 1e212a6 crypto: xcbc - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
  43. 3b4e73d crypto: vmac - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
  44. 1d0459c crypto: cmac - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
  45. 1667297 crypto: cbcmac - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
  46. aacd5b4 crypto: skcipher - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
  47. c282586 crypto: chacha20poly1305 - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
  48. 05b3bbb crypto: ccm - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
  49. ab6ffd3 crypto: gcm - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
  50. 3707388 crypto: authencesn - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
  51. 37a861a crypto: authenc - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
  52. 39e7a28 crypto: hmac - use crypto_grab_shash() and simplify error paths by Eric Biggers · 5 years ago
  53. 218c503 crypto: cryptd - use crypto_grab_shash() and simplify error paths by Eric Biggers · 5 years ago
  54. ba44840 crypto: adiantum - use crypto_grab_{cipher,shash} and simplify error paths by Eric Biggers · 5 years ago
  55. 84a9c93 crypto: ahash - introduce crypto_grab_ahash() by Eric Biggers · 5 years ago
  56. fdfad1f crypto: shash - introduce crypto_grab_shash() by Eric Biggers · 5 years ago
  57. de95c95 crypto: algapi - pass instance to crypto_grab_spawn() by Eric Biggers · 5 years ago
  58. 73bed26 crypto: akcipher - pass instance to crypto_grab_akcipher() by Eric Biggers · 5 years ago
  59. cd900f0 crypto: aead - pass instance to crypto_grab_aead() by Eric Biggers · 5 years ago
  60. b9f76dd crypto: skcipher - pass instance to crypto_grab_skcipher() by Eric Biggers · 5 years ago
  61. ca94e93 crypto: algapi - make crypto_grab_spawn() handle an ERR_PTR() name by Eric Biggers · 5 years ago
  62. ff67062 crypto: algapi - make crypto_drop_spawn() a no-op on uninitialized spawns by Eric Biggers · 5 years ago
  63. af5034e crypto: remove propagation of CRYPTO_TFM_RES_* flags by Eric Biggers · 5 years ago
  64. c4c4db0 crypto: remove CRYPTO_TFM_RES_WEAK_KEY by Eric Biggers · 5 years ago
  65. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  66. 70ffa8f crypto: skcipher - remove skcipher_walk_aead() by Eric Biggers · 5 years ago
  67. b3c16bf crypto: skcipher - Add skcipher_ialg_simple helper by Herbert Xu · 5 years ago
  68. 5f567ff crypto: api - Retain alg refcount in crypto_grab_spawn by Herbert Xu · 5 years ago
  69. c6d633a crypto: algapi - make unregistration functions return void by Eric Biggers · 5 years ago
  70. 2bbb337 crypto: api - fix unexpectedly getting generic implementation by Herbert Xu · 5 years ago
  71. 4a94c43 Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmdd by Linus Torvalds · 5 years ago
  72. bea3741 KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails by Eric Biggers · 5 years ago
  73. d9e1670 crypto: hmac - Use init_tfm/exit_tfm interface by Herbert Xu · 5 years ago
  74. fbce6be crypto: shash - Add init_tfm/exit_tfm and verify descsize by Herbert Xu · 5 years ago
  75. 02244ba crypto: api - Add more comments to crypto_remove_spawns by Herbert Xu · 5 years ago
  76. 4f87ee1 crypto: api - Do not zap spawn->alg by Herbert Xu · 5 years ago
  77. 73669cc crypto: api - Fix race condition in crypto_spawn_alg by Herbert Xu · 5 years ago
  78. 7db3b61 crypto: api - Check spawn->alg under lock in crypto_drop_spawn by Herbert Xu · 5 years ago
  79. 37f9669 crypto: af_alg - Use bh_lock_sock in sk_destruct by Herbert Xu · 5 years ago
  80. 91a71d6 padata: remove cpumask change notifier by Daniel Jordan · 5 years ago
  81. e8cfed5 crypto: cipher - remove crt_u.cipher (struct cipher_tfm) by Eric Biggers · 5 years ago
  82. c441a90 crypto: compress - remove crt_u.compress (struct compress_tfm) by Eric Biggers · 5 years ago
  83. 49763fc crypto: testmgr - generate inauthentic AEAD test vectors by Eric Biggers · 5 years ago
  84. 2ea9150 crypto: testmgr - create struct aead_extra_tests_ctx by Eric Biggers · 5 years ago
  85. fd8c37c crypto: testmgr - test setting misaligned keys by Eric Biggers · 5 years ago
  86. fd60f72 crypto: testmgr - check skcipher min_keysize by Eric Biggers · 5 years ago
  87. eb455db crypto: testmgr - don't try to decrypt uninitialized buffers by Eric Biggers · 5 years ago
  88. c288178 crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms by Eric Biggers · 5 years ago
  89. 89873b4 crypto: skcipher - remove crypto_skcipher_extsize() by Eric Biggers · 5 years ago
  90. 7e1c109 crypto: skcipher - remove crypto_skcipher::decrypt by Eric Biggers · 5 years ago
  91. 848755e crypto: skcipher - remove crypto_skcipher::encrypt by Eric Biggers · 5 years ago
  92. 15252d9 crypto: skcipher - remove crypto_skcipher::setkey by Eric Biggers · 5 years ago
  93. 9ac0d13 crypto: skcipher - remove crypto_skcipher::keysize by Eric Biggers · 5 years ago
  94. 140734d crypto: skcipher - remove crypto_skcipher::ivsize by Eric Biggers · 5 years ago
  95. 0a940d4 crypto: api - remove another reference to blkcipher by Eric Biggers · 5 years ago
  96. e8d9982 crypto: pcrypt - Do not clear MAY_SLEEP flag in original request by Herbert Xu · 5 years ago
  97. 9c1e883 crypto: x86 - Regularize glue function prototypes by Kees Cook · 5 years ago
  98. bbefa1d crypto: pcrypt - Avoid deadlock by using per-instance padata queues by Herbert Xu · 5 years ago
  99. 07bfd9b crypto: pcrypt - Fix user-after-free on module unload by Herbert Xu · 5 years ago
  100. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago