1. d7c2e55 crypto: aead,cipher - zeroize key buffer after use by Hailey Mothershead · 7 months ago
  2. 8287a9d crypto: ecrdsa - Fix module auto-load on add_key by Vitaly Chikunov · 8 months ago
  3. b76d165 crypto: ecdsa - Fix module auto-load on add-key by Stefan Berger · 8 months ago
  4. 7e44291 Revert "crypto: api - Disallow identical driver names" by Greg Kroah-Hartman · 7 months ago
  5. 2049935c exit: Rename module_put_and_exit to module_put_and_kthread_exit by Eric W. Biederman · 3 years ago
  6. a6fec63 crypto: api - Disallow identical driver names by Herbert Xu · 11 months ago
  7. a5f2f91 crypto: scomp - fix req->dst buffer overflow by Chengming Zhou · 11 months ago
  8. d2205b9b crypto: af_alg - Disallow multiple in-flight AIO requests by Herbert Xu · 12 months ago
  9. 546c179 crypto: pcrypt - Fix hungtask for PADATA_RESET by Lu Jialin · 1 year, 2 months ago
  10. 6b0adfa crypto: lrw,xts - Replace strlcpy with strscpy by Azeem Shaikh · 1 year, 5 months ago
  11. 51ffed9 X.509: if signature is unsupported skip validation by Thore Sommer · 1 year, 3 months ago
  12. 048545d crypto: api - Use work queue in crypto_destroy_instance by Herbert Xu · 1 year, 3 months ago
  13. 104df1c crypto: rsa-pkcs1pad - Use helper to set reqsize by Herbert Xu · 2 years ago
  14. 6cb7e75 KEYS: asymmetric: Copy sig and digest in public_key_verify_signature() by Roberto Sassu · 2 years ago
  15. f716374 crypto: engine - fix crypto_queue backlog handling by Olivier Bacon · 1 year, 7 months ago
  16. fa4e304 crypto: engine - Use crypto_request_complete by Herbert Xu · 1 year, 10 months ago
  17. a8cc4d5 crypto: engine - check if BH is disabled during completion by Corentin Labbe · 2 years, 9 months ago
  18. 1056b20 crypto: drbg - Only fail when jent is unavailable in FIPS mode by Herbert Xu · 1 year, 8 months ago
  19. 9317d66 crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errors by Nicolai Stange · 3 years ago
  20. 63b7fba crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON() by Toke Høiland-Jørgensen · 1 year, 8 months ago
  21. 0efd9ed asymmetric_keys: log on fatal failures in PE/pkcs7 by Robbie Harwood · 1 year, 9 months ago
  22. ae2b44a verify_pefile: relax wrapper length check by Robbie Harwood · 1 year, 9 months ago
  23. b677cb4 crypto: rsa-pkcs1pad - Use akcipher_request_complete by Herbert Xu · 1 year, 10 months ago
  24. 912eb10 crypto: xts - Handle EBUSY correctly by Herbert Xu · 1 year, 10 months ago
  25. 36ec108 crypto: seqiv - Handle EBUSY correctly by Herbert Xu · 1 year, 10 months ago
  26. 840a1d3 crypto: essiv - Handle EBUSY correctly by Herbert Xu · 1 year, 10 months ago
  27. 2936952 KEYS: asymmetric: Fix ECDSA use via keyctl uapi by Denis Kenzior · 2 years, 3 months ago
  28. 221afb2 crypto: tcrypt - Fix multibuffer skcipher speed test mem leak by Zhang Yiqun · 2 years ago
  29. 442caec crypto: cryptd - Use request context instead of stack for sub-request by Herbert Xu · 2 years ago
  30. 779a993 crypto: akcipher - default implementation for setting a private key by Ignat Korchagin · 2 years, 2 months ago
  31. 84075af KEYS: asymmetric: enforce SM2 signature use pkey algo by Tianjia Zhang · 2 years, 5 months ago
  32. 3dd33a0 crypto: blake2s - remove shash module by Jason A. Donenfeld · 2 years, 6 months ago
  33. 795aa0c crypto: memneq - move into lib/ by Jason A. Donenfeld · 2 years, 6 months ago
  34. 2a30446 crypto: cryptd - Protect per-CPU resource by disabling BH. by Sebastian Andrzej Siewior · 2 years, 6 months ago
  35. 5763176 crypto: ecrdsa - Fix incorrect use of vli_cmp by Vitaly Chikunov · 2 years, 7 months ago
  36. e617179 crypto: drbg - make reseeding from get_random_bytes() synchronous by Nicolai Stange · 2 years, 5 months ago
  37. da20870 crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed() by Nicolai Stange · 2 years, 5 months ago
  38. 585f6b7 crypto: drbg - track whether DRBG was seeded with !rng_is_initialized() by Nicolai Stange · 2 years, 5 months ago
  39. fa99680 crypto: drbg - prepare for more fine-grained tracking of seeding state by Nicolai Stange · 2 years, 5 months ago
  40. e16cc79 lib/crypto: add prompts back to crypto libraries by Justin M. Forbes · 2 years, 5 months ago
  41. 6da877d random: replace custom notifier chain with standard one by Jason A. Donenfeld · 2 years, 9 months ago
  42. 4562644 lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI by Jason A. Donenfeld · 2 years, 10 months ago
  43. caba66e lib/crypto: blake2s: include as built-in by Jason A. Donenfeld · 2 years, 11 months ago
  44. f84b163 crypto: xts - Add softdep on ecb by Herbert Xu · 2 years, 9 months ago
  45. af3c34e crypto: authenc - Fix sleep in atomic context in decrypt_tail by Herbert Xu · 2 years, 10 months ago
  46. 2221a0f crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete() by Eric Biggers · 2 years, 10 months ago
  47. dc7cacd crypto: rsa-pkcs1pad - restore signature length check by Eric Biggers · 2 years, 10 months ago
  48. 5013dbd crypto: rsa-pkcs1pad - correctly get hash from source scatterlist by Eric Biggers · 2 years, 10 months ago
  49. 9c8d8f8 crypto: rsa-pkcs1pad - only allow with rsa by Eric Biggers · 2 years, 10 months ago
  50. a1e55db KEYS: asymmetric: properly validate hash_algo and encoding by Eric Biggers · 2 years, 9 months ago
  51. 255921f KEYS: asymmetric: enforce that sig algo matches key algo by Eric Biggers · 2 years, 9 months ago
  52. 40eb05e crypto: api - Move cryptomgr soft dependency into algapi by Herbert Xu · 2 years, 9 months ago
  53. bed51da crypto: jitter - consider 32 LSB for APT by Stephan Müller · 3 years ago
  54. fb657a4 crypto: pcrypt - Delay write to padata->info by Daniel Jordan · 3 years, 1 month ago
  55. 19bbbeb crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks by Horia Geantă · 3 years, 1 month ago
  56. a213407 crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency by Arnd Bergmann · 3 years, 2 months ago
  57. 44a7d44 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 3 months ago
  58. 6ae51ff crypto: sha512 - remove imaginary and mystifying clearing of variables by Lukas Bulwahn · 3 years, 3 months ago
  59. 5b2efa2 crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementation by Tianjia Zhang · 3 years, 3 months ago
  60. ff1469a crypto: rmd320 - remove rmd320 in Makefile by Lukas Bulwahn · 3 years, 3 months ago
  61. a4aed36 certs: Add support for using elliptic curve keys for signing modules by Stefan Berger · 3 years, 5 months ago
  62. abfc7fa crypto: skcipher - in_irq() cleanup by Changbin Du · 3 years, 3 months ago
  63. 357a753 crypto: tcrypt - add GCM/CCM mode test for SM4 algorithm by Tianjia Zhang · 3 years, 3 months ago
  64. 68039d6 crypto: testmgr - Add GCM/CCM mode test of SM4 algorithm by Tianjia Zhang · 3 years, 3 months ago
  65. 7b3d526 crypto: tcrypt - Fix missing return value check by Tianjia Zhang · 3 years, 3 months ago
  66. 9491923 crypto: wp512 - correct a non-kernel-doc comment by Randy Dunlap · 3 years, 3 months ago
  67. 0469ded crypto: ecc - handle unaligned input buffer in ecc_swap_digits by Mian Yousaf Kaukab · 3 years, 4 months ago
  68. a7fc80b crypto: tcrypt - add the asynchronous speed test for SM4 by Tianjia Zhang · 3 years, 4 months ago
  69. a7ee22e crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementation by Tianjia Zhang · 3 years, 4 months ago
  70. c59de48 crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-generic by Tianjia Zhang · 3 years, 4 months ago
  71. 2b31277 crypto: sm4 - create SM4 library based on sm4 generic code by Tianjia Zhang · 3 years, 4 months ago
  72. 5261cdf crypto: drbg - select SHA512 by Stephan Mueller · 3 years, 5 months ago
  73. d8dc121 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 4 months ago
  74. 6159c49 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 5 months ago
  75. 8833272 crypto: drbg - self test for HMAC(SHA-512) by Stephan Müller · 3 years, 5 months ago
  76. 5163ab5 crypto: api - Move crypto attr definitions out of crypto.h by Herbert Xu · 3 years, 5 months ago
  77. 10ff997 crypto: api - remove CRYPTOA_U32 and related functions by Liu Shixin · 3 years, 5 months ago
  78. 22ca9f4 crypto: shash - avoid comparing pointers to exported functions under CFI by Ard Biesheuvel · 3 years, 5 months ago
  79. 5cd259c crypto: sm2 - fix a memory leak in sm2 by Hongbo Li · 3 years, 5 months ago
  80. 9be148e async_xor: check src_offs is not NULL before updating it by Xiao Ni · 3 years, 6 months ago
  81. 7551a07 crypto: af_alg - use DIV_ROUND_UP helper macro for calculations by Wu Bo · 3 years, 6 months ago
  82. 8e568fc crypto: ecdh - add test suite for NIST P384 by Hui Tang · 3 years, 6 months ago
  83. 8154132 crypto: ecdh - register NIST P384 tfm by Hui Tang · 3 years, 6 months ago
  84. 8fd28fa crypto: ecdh - fix 'ecdh_init' by Hui Tang · 3 years, 6 months ago
  85. 6889fc2 crypto: ecdh - fix ecdh-nist-p192's entry in testmgr by Hui Tang · 3 years, 6 months ago
  86. 9b7b946 crypto: DRBG - switch to HMAC SHA512 DRBG as default DRBG by Stephan Müller · 3 years, 6 months ago
  87. aa22cd7 crypto: tcrypt - enable tests for xxhash and blake2 by Ard Biesheuvel · 3 years, 6 months ago
  88. 30836548 crypto: khazad,wp512 - remove leading spaces before tabs by Hui Tang · 3 years, 6 months ago
  89. c5ae16f crypto: ecdh - extend 'cra_driver_name' with curve name by Hui Tang · 3 years, 6 months ago
  90. 2d01667 crypto: testmgr - fix initialization of 'secret_size' by Hui Tang · 3 years, 6 months ago
  91. fc05860 Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 7 months ago
  92. ceaf296 async_xor: increase src_offs when dropping destination page by Xiao Ni · 3 years, 7 months ago
  93. a4a78bc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 7 months ago
  94. d17d922 crypto: camellia - drop duplicate "depends on CRYPTO" by Randy Dunlap · 3 years, 7 months ago
  95. b2a4411 crypto: doc - fix kernel-doc notation in chacha.c and af_alg.c by Randy Dunlap · 3 years, 7 months ago
  96. 0f049f7 crypto: crc32-generic - Use SPDX-License-Identifier by Christophe JAILLET · 3 years, 7 months ago
  97. fa07c1a crypto: ecc - delete a useless function declaration by Meng Yu · 3 years, 7 months ago
  98. 5c083eb crypto: fcrypt - Remove 'do while(0)' loop for single statement macro by Milan Djurovic · 3 years, 8 months ago
  99. c29da97 crypto: keywrap - Remove else after break statement by Milan Djurovic · 3 years, 8 months ago
  100. 30d0f6a9 crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATS by Eric Biggers · 3 years, 8 months ago