1. 8b0a3e0 crypto: api - Fix race condition in crypto_spawn_alg by Herbert Xu · 4 years, 8 months ago
  2. c90aa32 crypto: pcrypt - Do not clear MAY_SLEEP flag in original request by Herbert Xu · 4 years, 8 months ago
  3. 12fa296 crypto: api - Check spawn->alg under lock in crypto_drop_spawn by Herbert Xu · 4 years, 8 months ago
  4. 47ef5cb crypto: pcrypt - Fix user-after-free on module unload by Herbert Xu · 4 years, 9 months ago
  5. 6b544ca crypto: af_alg - Use bh_lock_sock in sk_destruct by Herbert Xu · 4 years, 8 months ago
  6. 5fc07a4 crypto: tgr192 - fix unaligned memory access by Eric Biggers · 6 years ago
  7. e0e7ae6 pcrypt: use format specifier in kobject_add by Colin Ian King · 6 years ago
  8. 351a567 crypto: user - fix memory leak in crypto_report by Navid Emamdoost · 4 years, 10 months ago
  9. cdaeaea crypto: ecdh - fix big endian bug in ECC library by Ard Biesheuvel · 4 years, 9 months ago
  10. dac1187 crypto: af_alg - cast ki_complete ternary op to int by Ayush Sawal · 4 years, 10 months ago
  11. a2b797b crypto: ecc - check for invalid values in the key verification test by Vitaly Chikunov · 6 years ago
  12. 48d37cc crypto: user - support incremental algorithm dumps by Eric Biggers · 6 years ago
  13. 8888689 crypto: testmgr - fix sizeof() on COMP_BUF_SIZE by Michael Schupikov · 6 years ago
  14. 98ca4f3 crypto: fix a memory leak in rsa-kcs1pad's encryption mode by Dan Aloni · 6 years ago
  15. ad28c2b crypto: chacha20 - Fix chacha20_block() keystream alignment (again) by Eric Biggers · 6 years ago
  16. cd8e0a5 crypto: skcipher - Unmap pages after an external error by Herbert Xu · 5 years ago
  17. 1c9b0a7 crypto: chacha20poly1305 - fix atomic sleep when using async algorithm by Eric Biggers · 5 years ago
  18. bed97f6 crypto: ghash - fix unaligned memory access in ghash_setkey() by Eric Biggers · 5 years ago
  19. 0388597 crypto: asymmetric_keys - select CRYPTO_HASH where needed by Arnd Bergmann · 5 years ago
  20. 1dea395 crypto: serpent - mark __serpent_setkey_sbox noinline by Arnd Bergmann · 5 years ago
  21. ae3fa28 crypto: cryptd - Fix skcipher instance memory leak by Vincent Whitchurch · 5 years ago
  22. 015c205 crypto: user - prevent operating on larval algorithms by Eric Biggers · 5 years ago
  23. a80da82 crypto: ccm - fix incompatibility between "ccm" and "ccm_base" by Eric Biggers · 5 years ago
  24. 9a61ab6 crypto: gcm - fix incompatibility between "gcm" and "gcm_base" by Eric Biggers · 5 years ago
  25. 7a19a4b crypto: crct10dif-generic - fix use via crypto_shash_digest() by Eric Biggers · 5 years ago
  26. aabf86f crypto: skcipher - don't WARN on unprocessed data after slow walk step by Eric Biggers · 5 years ago
  27. fe632ee crypto: chacha20poly1305 - set cra_name correctly by Eric Biggers · 5 years ago
  28. 3b5ddd5 crypto: salsa20 - don't access already-freed walk.iv by Eric Biggers · 5 years ago
  29. fbe5cff crypto: x86/poly1305 - fix overflow during partial reduction by Eric Biggers · 5 years ago
  30. 574c19d crypto: testmgr - skip crc32c context test for ahash algorithms by Eric Biggers · 6 years ago
  31. e6c703f crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails by Eric Biggers · 6 years ago
  32. bb1ae0a crypto: pcbc - remove bogus memcpy()s with src == dest by Eric Biggers · 6 years ago
  33. c0bfdac crypto: morus - fix handling chunked inputs by Eric Biggers · 5 years ago
  34. dc410d2 crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails by Eric Biggers · 6 years ago
  35. 4c152af crypto: aegis - fix handling chunked inputs by Eric Biggers · 5 years ago
  36. 736807d crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails by Eric Biggers · 6 years ago
  37. 3c5d770 crypto: ahash - fix another early termination in hash walk by Eric Biggers · 5 years ago
  38. 1a10e6b crypto: cfb - remove bogus memcpy() with src == dest by Eric Biggers · 6 years ago
  39. 0b1871d crypto: cfb - add missing 'chunksize' property by Eric Biggers · 6 years ago
  40. eb5e686 net: crypto set sk to NULL when af_alg_release. by Mao Wenan · 5 years ago
  41. 99eed8a crypto: aes_ti - disable interrupts while accessing S-box by Eric Biggers · 6 years ago
  42. dbb97f7 crypto: ecc - regularize scalar for scalar multiplication by Vitaly Chikunov · 6 years ago
  43. 44c6740 crypto: authenc - fix parsing key with misaligned rta_len by Eric Biggers · 6 years ago
  44. 6590803 crypto: authencesn - Avoid twice completion call in decrypt path by Harsh Jain · 6 years ago
  45. 68afc7c crypto: sm3 - fix undefined shift by >= width of value by Eric Biggers · 6 years ago
  46. 99dcd45 crypto: cfb - fix decryption by Dmitry Eremin-Solenikov · 6 years ago
  47. d8e4b24 crypto: testmgr - add AES-CFB tests by Dmitry Eremin-Solenikov · 6 years ago
  48. 2f94605 crypto: do not free algorithm before using by Pan Bian · 6 years ago
  49. c587ba4 crypto: simd - correctly take reqsize of wrapped skcipher into account by Ard Biesheuvel · 6 years ago
  50. a0f044f crypto: user - fix leaking uninitialized memory to userspace by Eric Biggers · 6 years ago
  51. 3252b60 crypto: speck - remove Speck by Jason A. Donenfeld · 6 years ago
  52. 4f1f952 crypto: aegis/generic - fix for big endian systems by Ard Biesheuvel · 6 years ago
  53. 964f374 crypto: morus/generic - fix for big endian systems by Ard Biesheuvel · 6 years ago
  54. 94c7bb6 crypto: tcrypt - fix ghash-generic speed test by Horia Geantă · 6 years ago
  55. c2ff394 crypto: lrw - Fix out-of bounds access on counter overflow by Ondrej Mosnacek · 6 years ago
  56. fd54c18 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  57. 13bf2cf Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 6 years ago
  58. 817aef2 Replace magic for trusting the secondary keyring with #define by Yannik Sembritzki · 6 years ago
  59. f91e654 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  60. dafa5f6 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  61. d6e4379 crypto: dh - make crypto_dh_encode_key() make robust by Eric Biggers · 6 years ago
  62. 35f7d52 crypto: dh - fix calculating encoded key size by Eric Biggers · 6 years ago
  63. 318abdf crypto: ablkcipher - fix crash flushing dcache in error path by Eric Biggers · 6 years ago
  64. 0868def crypto: blkcipher - fix crash flushing dcache in error path by Eric Biggers · 6 years ago
  65. 8088d3d crypto: skcipher - fix crash flushing dcache in error path by Eric Biggers · 6 years ago
  66. 2a57c0b crypto: skcipher - remove unnecessary setting of walk->nbytes by Eric Biggers · 6 years ago
  67. 8c30fbe crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain() by Eric Biggers · 6 years ago
  68. 0567fc9 crypto: skcipher - fix aligning block size in skcipher_copy_iv() by Eric Biggers · 6 years ago
  69. 2af6329 crypto: tcrypt - reschedule during speed tests by Horia Geantă · 6 years ago
  70. 43490e8 crypto: drbg - in-place cipher operation for CTR by Stephan Müller · 6 years ago
  71. c5f5aee Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 6 years ago
  72. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  73. a478908 crypto: rmd320 - use swap macro in rmd320_transform by Gustavo A. R. Silva · 6 years ago
  74. d75f482 crypto: rmd256 - use swap macro in rmd256_transform by Gustavo A. R. Silva · 6 years ago
  75. aef6658 crypto: ecdh - fix typo of P-192 b value by Stephan Mueller · 6 years ago
  76. c98fae5 crypto: dh - update test for public key verification by Stephan Mueller · 6 years ago
  77. cf862cb crypto: drbg - eliminate constant reinitialization of SGL by Stephan Mueller · 6 years ago
  78. 3fd8093 crypto: dh - fix memory leak by Gustavo A. R. Silva · 6 years ago
  79. b4394c3 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  80. e2861fa evm: Don't deadlock if a crypto algorithm is unavailable by Matthew Garrett · 6 years ago
  81. 2546da9 crypto: af_alg - Initialize sg_num_bytes in error code path by Stephan Mueller · 6 years ago
  82. 7671509 crypto: testmgr - add hash finup tests by Gilad Ben-Yossef · 6 years ago
  83. 3f4a537 crypto: aead - remove useless setting of type flags by Eric Biggers · 6 years ago
  84. e50944e crypto: shash - remove useless setting of type flags by Eric Biggers · 6 years ago
  85. e478901 crypto: sha512_generic - add cra_priority by Eric Biggers · 6 years ago
  86. b73b7ac crypto: sha256_generic - add cra_priority by Eric Biggers · 6 years ago
  87. 90ef3e4 crypto: sha1_generic - add cra_priority by Eric Biggers · 6 years ago
  88. e3fe0ae crypto: dh - add public key verification test by Stephan Mueller · 6 years ago
  89. cefd769 crypto: skcipher - Fix -Wstringop-truncation warnings by Stafford Horne · 6 years ago
  90. ea169a3 crypto: ecdh - add public key verification test by Stephan Mueller · 6 years ago
  91. e4e4730 crypto: skcipher - remove the exporting of skcipher_walk_next by Denis Efremov · 6 years ago
  92. 0917b87 crypto: vmac - remove insecure version with hardcoded nonce by Eric Biggers · 6 years ago
  93. ed331ad crypto: vmac - add nonced version with big endian digest by Eric Biggers · 6 years ago
  94. bb29648 crypto: vmac - separate tfm and request context by Eric Biggers · 6 years ago
  95. 73bf20e crypto: vmac - require a block cipher with 128-bit block size by Eric Biggers · 6 years ago
  96. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  97. 8138350 Merge branch 'fixes-v4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  98. b65c32e X.509: unpack RSA signatureValue field from BIT STRING by Maciej S. Szmigiero · 6 years ago
  99. 2dd3f7c9 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  100. b25c119 crypto: aegis - fix indentation of a statement by Colin Ian King · 6 years ago