1. ab62f0f crypto: drbg - make reseeding from get_random_bytes() synchronous by Nicolai Stange · 2 years, 4 months ago
  2. ba6a98f crypto: drbg - always try to free Jitter RNG instance by Stephan Müller · 4 years, 4 months ago
  3. f9d953c crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed() by Nicolai Stange · 2 years, 4 months ago
  4. d0ff784 crypto: drbg - track whether DRBG was seeded with !rng_is_initialized() by Nicolai Stange · 2 years, 4 months ago
  5. d858a3b crypto: drbg - prepare for more fine-grained tracking of seeding state by Nicolai Stange · 2 years, 4 months ago
  6. 157f128 crypto: drbg - always seeded with SP800-90B compliant noise source by Stephan Müller · 4 years, 5 months ago
  7. 674ffec crypto: drbg - add FIPS 140-2 CTRNG for noise source by Stephan Mueller · 5 years ago
  8. 3ddb66f random: replace custom notifier chain with standard one by Jason A. Donenfeld · 2 years, 7 months ago
  9. 70e9755 crypto: chacha20 - Fix chacha20_block() keystream alignment (again) by Eric Biggers · 6 years ago
  10. 365af44 crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array() by Andy Shevchenko · 7 years ago
  11. 63c60b6 crypto: chacha20 - Fix keystream alignment for chacha20_block() by Eric Biggers · 7 years ago
  12. f79e87c crypto: authenc - Fix sleep in atomic context in decrypt_tail by Herbert Xu · 2 years, 8 months ago
  13. 8c1f8ee crypto: pcrypt - Delay write to padata->info by Daniel Jordan · 3 years ago
  14. 35e9cf4 crypto: shash - avoid comparing pointers to exported functions under CFI by Ard Biesheuvel · 3 years, 4 months ago
  15. db5d063 crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key() by Daniele Alessandrelli · 3 years, 8 months ago
  16. f46af0e crypto: algif_aead - Do not set MAY_BACKLOG on the async path by Herbert Xu · 4 years, 2 months ago
  17. 04d462a crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock() by Herbert Xu · 4 years, 4 months ago
  18. 3f51fa2 crypto: algboss - don't wait during notifier callback by Eric Biggers · 4 years, 4 months ago
  19. 414eae1 gcc-10: avoid shadowing standard library 'free()' in crypto by Linus Torvalds · 4 years, 5 months ago
  20. a30df8f crypto: algif_skcipher - use ZERO_OR_NULL_PTR in skcipher_recvmsg_async by yangerkun · 4 years, 7 months ago
  21. 96ad8d5 crypto: api - Fix race condition in crypto_spawn_alg by Herbert Xu · 4 years, 10 months ago
  22. 0edb47d crypto: pcrypt - Do not clear MAY_SLEEP flag in original request by Herbert Xu · 4 years, 10 months ago
  23. 1d6bd3f crypto: api - Check spawn->alg under lock in crypto_drop_spawn by Herbert Xu · 4 years, 10 months ago
  24. b814f7f crypto: pcrypt - Fix user-after-free on module unload by Herbert Xu · 4 years, 10 months ago
  25. 7e20255 crypto: af_alg - Use bh_lock_sock in sk_destruct by Herbert Xu · 4 years, 10 months ago
  26. 3dda2ad crypto: tgr192 - fix unaligned memory access by Eric Biggers · 6 years ago
  27. a3f01dc pcrypt: use format specifier in kobject_add by Colin Ian King · 6 years ago
  28. f427e1f crypto: user - fix memory leak in crypto_report by Navid Emamdoost · 5 years ago
  29. e4895f5 crypto: ecdh - fix big endian bug in ECC library by Ard Biesheuvel · 5 years ago
  30. 5de3963e crypto: user - support incremental algorithm dumps by Eric Biggers · 6 years ago
  31. 3d9fb62 crypto: fix a memory leak in rsa-kcs1pad's encryption mode by Dan Aloni · 6 years ago
  32. 16102fb crypto: chacha20poly1305 - fix atomic sleep when using async algorithm by Eric Biggers · 5 years ago
  33. dee2408 crypto: ghash - fix unaligned memory access in ghash_setkey() by Eric Biggers · 5 years ago
  34. 796f458 crypto: asymmetric_keys - select CRYPTO_HASH where needed by Arnd Bergmann · 5 years ago
  35. cd6f206 crypto: user - prevent operating on larval algorithms by Eric Biggers · 5 years ago
  36. 9107843 crypto: salsa20 - don't access already-freed walk.iv by Eric Biggers · 5 years ago
  37. 62d629a crypto: gcm - fix incompatibility between "gcm" and "gcm_base" by Eric Biggers · 5 years ago
  38. 2f95ee0b crypto: gcm - Fix error return code in crypto_gcm_create_common() by Wei Yongjun · 8 years ago
  39. ccb5b8f crypto: crct10dif-generic - fix use via crypto_shash_digest() by Eric Biggers · 5 years ago
  40. fa2876c crypto: chacha20poly1305 - set cra_name correctly by Eric Biggers · 5 years ago
  41. 4bd24d8 crypto: x86/poly1305 - fix overflow during partial reduction by Eric Biggers · 5 years ago
  42. a329c15 crypto: pcbc - remove bogus memcpy()s with src == dest by Eric Biggers · 6 years ago
  43. dd39aff crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails by Eric Biggers · 6 years ago
  44. 38605cc crypto: ahash - fix another early termination in hash walk by Eric Biggers · 6 years ago
  45. 6ddfcf0 crypto: authenc - fix parsing key with misaligned rta_len by Eric Biggers · 6 years ago
  46. 5e743ea crypto: authencesn - Avoid twice completion call in decrypt path by Harsh Jain · 6 years ago
  47. 491cd06 crypto: tcrypt - fix ghash-generic speed test by Horia Geantă · 6 years ago
  48. b957cd4 crypto: lrw - Fix out-of bounds access on counter overflow by Ondrej Mosnacek · 6 years ago
  49. 79d47dd crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unaligned by Jia-Ju Bai · 7 years ago
  50. 5810485 crypto: skcipher - Fix -Wstringop-truncation warnings by Stafford Horne · 6 years ago
  51. eddbab1 evm: Don't deadlock if a crypto algorithm is unavailable by Matthew Garrett · 6 years ago
  52. 40b08cd Replace magic for trusting the secondary keyring with #define by Yannik Sembritzki · 6 years ago
  53. b7c2b69 crypto: ablkcipher - fix crash flushing dcache in error path by Eric Biggers · 6 years ago
  54. afd5c42 crypto: blkcipher - fix crash flushing dcache in error path by Eric Biggers · 6 years ago
  55. 81ad8a8 crypto: vmac - separate tfm and request context by Eric Biggers · 6 years ago
  56. 371c35c crypto: vmac - require a block cipher with 128-bit block size by Eric Biggers · 6 years ago
  57. 15aa793 crypto: authenc - don't leak pointers to authenc keys by Tudor-Dan Ambarus · 6 years ago
  58. 6b4cdfa crypto: authencesn - don't leak pointers to authenc keys by Tudor-Dan Ambarus · 6 years ago
  59. 41b1d57 X.509: unpack RSA signatureValue field from BIT STRING by Maciej S. Szmigiero · 6 years ago
  60. 4d7388a PKCS#7: fix direct verification of SignerInfo signature by Eric Biggers · 7 years ago
  61. 7b38b6d crypto: af_alg - fix possible uninit-value in alg_bind() by Eric Dumazet · 6 years ago
  62. 2e2d6f1 crypto: drbg - set freed buffers to NULL by Stephan Mueller · 6 years ago
  63. 4b8fd8d X.509: Fix error code in x509_cert_parse() by Dan Carpenter · 7 years ago
  64. e226b4e async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome() by Anup Patel · 7 years ago
  65. 7246bf3 crypto: ahash - Fix early termination in hash walk by Herbert Xu · 7 years ago
  66. f291598 X.509: fix NULL dereference when restricting key with unsupported_sig by Eric Biggers · 7 years ago
  67. e4b02ca PKCS#7: fix certificate chain verification by Eric Biggers · 7 years ago
  68. c60e246 X.509: fix BUG_ON() when hash algorithm is unsupported by Eric Biggers · 7 years ago
  69. adf26e8 crypto: hash - prevent using keyed hashes without setting key by Eric Biggers · 7 years ago
  70. b392a53 crypto: hash - annotate algorithms taking optional key by Eric Biggers · 7 years ago
  71. b9372834 crypto: poly1305 - remove ->setkey() method by Eric Biggers · 7 years ago
  72. 45f3110 crypto: mcryptd - pass through absence of ->setkey() by Eric Biggers · 7 years ago
  73. c1ebf9f crypto: cryptd - pass through absence of ->setkey() by Eric Biggers · 7 years ago
  74. d2b492b crypto: hash - introduce crypto_hash_alg_has_setkey() by Eric Biggers · 7 years ago
  75. 7c17a1e crypto: tcrypt - fix S/G table for test_aead_speed() by Robert Baronescu · 7 years ago
  76. b7edc45 crypto: af_alg - whitelist mask and type by Stephan Mueller · 7 years ago
  77. 1ce8e52 crypto: sha3-generic - fixes for alignment and big endian operation by Ard Biesheuvel · 7 years ago
  78. f180320 crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH by Hauke Mehrtens · 7 years ago
  79. 3752d2f crypto: algapi - fix NULL dereference in crypto_remove_spawns() by Eric Biggers · 7 years ago
  80. c195a4c crypto: pcrypt - fix freeing pcrypt instances by Eric Biggers · 7 years ago
  81. 868f50b crypto: chacha20poly1305 - validate the digest size by Eric Biggers · 7 years ago
  82. e81cff1 crypto: mcryptd - protect the per-CPU queue with a lock by Sebastian Andrzej Siewior · 7 years ago
  83. 18498f1c crypto: tcrypt - fix buffer lengths in test_aead_speed() by Robert Baronescu · 7 years ago
  84. c32e053 crypto: salsa20 - fix blkcipher_walk API usage by Eric Biggers · 7 years ago
  85. 43259d0 crypto: hmac - require that the underlying hash algorithm is unkeyed by Eric Biggers · 7 years ago
  86. cd9b598 crypto: rsa - fix buffer overread when stripping leading zeroes by Eric Biggers · 7 years ago
  87. 3d46962 X.509: fix comparisons of ->pkey_algo by Eric Biggers · 7 years ago
  88. d4f1347 X.509: reject invalid BIT STRING for subjectPublicKey by Eric Biggers · 7 years ago
  89. aa15fe4 crypto: dh - Fix double free of ctx->p by Eric Biggers · 7 years ago
  90. 4a7e023 crypto: dh - fix memleak in setkey by Tudor-Dan Ambarus · 7 years ago
  91. 11fdb41 crypto: dh - Don't permit 'key' or 'g' size longer than 'p' by Eric Biggers · 7 years ago
  92. 2d3a0d9 crypto: dh - Don't permit 'p' to be 0 by Eric Biggers · 7 years ago
  93. d8ce2b0 Revert "crypto: xts - Add ECB dependency" by Sasha Levin · 7 years ago
  94. 58ed8a4 crypto: ccm - preserve the IV buffer by Romain Izard · 7 years ago
  95. 1c33c8f pkcs7: Prevent NULL pointer dereference, since sinfo is not always set. by Eric Sesterhenn · 7 years ago
  96. 6145171 crypto: xts - Add ECB dependency by Milan Broz · 8 years ago
  97. 91daaef crypto: shash - Fix zero-length shash ahash digest crash by Herbert Xu · 7 years ago
  98. 7e1b2b2 crypto: drbg - fix freeing of resources by Stephan Mueller · 7 years ago
  99. e684db9 crypto: AF_ALG - remove SGL terminator indicator when chaining by Stephan Mueller · 7 years ago
  100. 9e0a643 crypto: algif_skcipher - only call put_page on referenced and used pages by Stephan Mueller · 7 years ago