1. 0e48eaf KEYS: asymmetric: enforce SM2 signature use pkey algo by Tianjia Zhang · 3 years, 6 months ago
  2. d721986 crypto: memneq - move into lib/ by Jason A. Donenfeld · 3 years, 7 months ago
  3. 76badb0 crypto: cryptd - Protect per-CPU resource by disabling BH. by Sebastian Andrzej Siewior · 3 years, 8 months ago
  4. 6a1cc25 crypto: ecrdsa - Fix incorrect use of vli_cmp by Vitaly Chikunov · 3 years, 9 months ago
  5. 44f1ce5 crypto: drbg - make reseeding from get_random_bytes() synchronous by Nicolai Stange · 3 years, 7 months ago
  6. e744e34 crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed() by Nicolai Stange · 3 years, 7 months ago
  7. 54700e8 crypto: drbg - track whether DRBG was seeded with !rng_is_initialized() by Nicolai Stange · 3 years, 7 months ago
  8. b2bef55 crypto: drbg - prepare for more fine-grained tracking of seeding state by Nicolai Stange · 3 years, 7 months ago
  9. 630192a lib/crypto: add prompts back to crypto libraries by Justin M. Forbes · 3 years, 7 months ago
  10. 849e7b7 random: replace custom notifier chain with standard one by Jason A. Donenfeld · 3 years, 10 months ago
  11. ae33c50 lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI by Jason A. Donenfeld · 4 years ago
  12. 62531d4 lib/crypto: blake2s: include as built-in by Jason A. Donenfeld · 4 years ago
  13. 6c362b7 crypto: blake2s - share the "shash" API boilerplate code by Eric Biggers · 5 years ago
  14. e467a55 crypto: blake2s - remove unneeded includes by Eric Biggers · 5 years ago
  15. 89f9ee9 crypto: blake2s - define shash_alg structs using macros by Eric Biggers · 5 years ago
  16. ec1d372 crypto: authenc - Fix sleep in atomic context in decrypt_tail by Herbert Xu · 4 years ago
  17. 37d2b4f crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete() by Eric Biggers · 4 years ago
  18. b89fb8b crypto: rsa-pkcs1pad - restore signature length check by Eric Biggers · 4 years ago
  19. f38c318 crypto: rsa-pkcs1pad - correctly get hash from source scatterlist by Eric Biggers · 4 years ago
  20. c1db3f4 crypto: rsa-pkcs1pad - only allow with rsa by Eric Biggers · 4 years ago
  21. 2951d21 crypto: api - Move cryptomgr soft dependency into algapi by Herbert Xu · 4 years ago
  22. 8a6371d crypto: jitter - consider 32 LSB for APT by Stephan Müller · 4 years, 1 month ago
  23. 71ec65c crypto: pcrypt - Delay write to padata->info by Daniel Jordan · 4 years, 2 months ago
  24. 66f7de1 crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency by Arnd Bergmann · 4 years, 3 months ago
  25. cd909eb crypto: sm2 - fix a memory leak in sm2 by Hongbo Li · 4 years, 7 months ago
  26. d598b8b crypto: sm2 - remove unnecessary reset operations by Tianjia Zhang · 5 years ago
  27. c34f391 crypto: shash - avoid comparing pointers to exported functions under CFI by Ard Biesheuvel · 4 years, 7 months ago
  28. bf240fee async_xor: check src_offs is not NULL before updating it by Xiao Ni · 4 years, 7 months ago
  29. cab2e8e async_xor: increase src_offs when dropping destination page by Xiao Ni · 4 years, 8 months ago
  30. 015cc7a crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATS by Eric Biggers · 4 years, 10 months ago
  31. 92f3337 crypto: api - check for ERR pointers in crypto_destroy_tfm() by Ard Biesheuvel · 4 years, 10 months ago
  32. b0454a2 crypto: mips/poly1305 - enable for all MIPS processors by Maciej W. Rozycki · 4 years, 10 months ago
  33. ed51ffe crypto: tcrypt - avoid signed overflow in byte count by Ard Biesheuvel · 5 years ago
  34. 84c93e8 crypto: michael_mic - fix broken misalignment handling by Ard Biesheuvel · 5 years ago
  35. ea914be crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key() by Daniele Alessandrelli · 5 years ago
  36. 367733d crypto: xor - Fix divide error in do_xor_speed() by Kirill Tkhai · 5 years ago
  37. 90bd4a0 X.509: Fix crash caused by NULL pointer by Tianjia Zhang · 5 years ago
  38. 80a3644 crypto: asym_tpm: correct zero out potential secrets by Greg Kroah-Hartman · 5 years ago
  39. 3f20005 crypto: ecdh - avoid buffer overflow in ecdh_set_secret() by Ard Biesheuvel · 5 years ago
  40. c49bfdb crypto: ecdh - avoid unaligned accesses in ecdh_set_secret() by Ard Biesheuvel · 5 years ago
  41. 4110602 crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the manager by Jason A. Donenfeld · 5 years ago
  42. 709b2d0 crypto: af_alg - avoid undefined behavior accessing salg_name by Eric Biggers · 5 years ago
  43. 7cd4ecd Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  44. 39a5101 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  45. 3093e7c X.509: Fix modular build of public_key_sm2 by Herbert Xu · 5 years ago
  46. 10b0f78 crypto: xor - Remove unused variable count in do_xor_speed by Nathan Chancellor · 5 years ago
  47. 4f28945 X.509: fix error return value on the failed path by Tianjia Zhang · 5 years ago
  48. c055e3e crypto: xor - use ktime for template benchmarking by Ard Biesheuvel · 5 years ago
  49. 524ccdb crypto: xor - defer load time benchmark to a later time by Ard Biesheuvel · 5 years ago
  50. 2155256 X.509: support OSCCA SM2-with-SM3 certificate verification by Tianjia Zhang · 5 years ago
  51. 254f84f X.509: support OSCCA certificate parse by Tianjia Zhang · 5 years ago
  52. 8b805b9 crypto: sm2 - add SM2 test vectors to testmgr by Tianjia Zhang · 5 years ago
  53. 2b40386 crypto: testmgr - Fix potential memory leak in test_akcipher_one() by Tianjia Zhang · 5 years ago
  54. a1f62c2 crypto: testmgr - support test with different ciphertext per encryption by Tianjia Zhang · 5 years ago
  55. ea7ecb6 crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm by Tianjia Zhang · 5 years ago
  56. f492828 crypto: sm3 - export crypto_sm3_final function by Tianjia Zhang · 5 years ago
  57. 77ebdab crypto: af_alg - add extra parameters for DRBG interface by Elena Petrova · 5 years ago
  58. fde2f57 crypto: proc - Removing some useless only space lines by Corentin Labbe · 5 years ago
  59. 4f86ff5 md/raid6: let async recovery function support different page offset by Yufen Yu · 5 years ago
  60. d69454b md/raid6: let syndrome computor support different page offset by Yufen Yu · 5 years ago
  61. 29bcff7 md/raid5: add new xor function to support different page offset by Yufen Yu · 5 years ago
  62. 1674aea crypto: Kconfig - mark unused ciphers as obsolete by Ard Biesheuvel · 5 years ago
  63. 5f254dd crypto: cbc - Remove cbc.h by Herbert Xu · 5 years ago
  64. 9ace677 crypto: arc4 - mark ecb(arc4) skcipher as obsolete by Ard Biesheuvel · 5 years ago
  65. e43327c Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  66. e73d340 crypto: ahash - Add init_tfm/exit_tfm by Herbert Xu · 5 years ago
  67. c195d66 crypto: af_alg - Work around empty control messages without MSG_MORE by Herbert Xu · 5 years ago
  68. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 5 years ago
  69. 8afa25a crypto: hash - Remove unused async iterators by Ira Weiny · 5 years ago
  70. ba974ad crypto: tcrypt - Add support for hash speed testing with keys by Herbert Xu · 5 years ago
  71. cbdad1f crypto: algif_aead - Do not set MAY_BACKLOG on the async path by Herbert Xu · 5 years ago
  72. 2a05b02 crypto: algif_skcipher - EBUSY on aio should be an error by Herbert Xu · 5 years ago
  73. 129a4db crypto: tcrypt - delete duplicated words in messages by Randy Dunlap · 5 years ago
  74. 40a3af4 crypto: engine - delete duplicated word by Randy Dunlap · 5 years ago
  75. 71952d7 crypto: crct10dif_generic - fix duplicated words by Randy Dunlap · 5 years ago
  76. 743b915 crypto: crc32c_generic - delete and fix duplicated words by Randy Dunlap · 5 years ago
  77. 4eb57bc crypto: algif_aead - delete duplicated word by Randy Dunlap · 5 years ago
  78. 0c3dc78 crypto: algapi - Remove skbuff.h inclusion by Herbert Xu · 5 years ago
  79. 1dbb920 crypto: algapi - Move crypto_yield into internal.h by Herbert Xu · 5 years ago
  80. d9361cb Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  81. 21dfbcd1 crypto: algif_aead - fix uninitialized ctx->init by Ondrej Mosnacek · 5 years ago
  82. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 5 years ago
  83. 6d2b84a Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  84. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  85. 2324d50 Merge tag 'docs-5.9' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  86. ab5c60b7 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  87. 958ea4e crypto: xts - Replace memcpy() invocation with simple assignment by Ard Biesheuvel · 5 years ago
  88. 6914dd5 crypto: ecc - SP800-56A rev 3 local public key validation by Stephan Müller · 5 years ago
  89. 2ed5ba6 crypto: dh - SP800-56A rev 3 local public key validation by Stephan Müller · 5 years ago
  90. 90fa9ae crypto: dh - check validity of Z before export by Stephan Müller · 5 years ago
  91. e7d2b41 crypto: ecdh - check validity of Z before export by Stephan Müller · 5 years ago
  92. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  93. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 5 years ago
  94. e493b31 crypto: testmgr - delete duplicated words by Randy Dunlap · 5 years ago
  95. 9332a9e crypto: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 5 years ago
  96. 3f25719 padata: fold padata_alloc_possible() into padata_alloc() by Daniel Jordan · 5 years ago
  97. 350ef05 padata: remove stop function by Daniel Jordan · 5 years ago
  98. bd25b488 padata: remove start function by Daniel Jordan · 5 years ago
  99. a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 5 years ago
  100. e456ef6 crypto: lrw - prefix function and struct names with "lrw" by Eric Biggers · 5 years ago