1. 04f740d Merge 4.14.41 into android-4.14 by Greg Kroah-Hartman · 7 years ago
  2. 1b6d0db crypto: af_alg - fix possible uninit-value in alg_bind() by Eric Dumazet · 7 years ago
  3. c50e5cb Merge 4.14.39 into android-4.14 by Greg Kroah-Hartman · 7 years ago
  4. 674d38e crypto: drbg - set freed buffers to NULL by Stephan Mueller · 7 years ago
  5. 7e76ead Merge 4.14.34 into android-4.14 by Greg Kroah-Hartman · 7 years ago
  6. 7cae67e crypto: aes-generic - build with -Os on gcc-7+ by Arnd Bergmann · 7 years ago
  7. 27e69ad Merge 4.14.33 into android-4.14 by Greg Kroah-Hartman · 7 years ago
  8. c3657fd crypto: ahash - Fix early termination in hash walk by Herbert Xu · 7 years ago
  9. ad35fdc crypto: testmgr - Fix incorrect values in PKCS#1 test vector by Conor McLoughlin · 7 years ago
  10. 77827f3 crypto: lrw - Free rctx->ext with kzfree by Herbert Xu · 7 years ago
  11. 267c6ef Merge 4.14.28 into android-4.14 by Greg Kroah-Hartman · 7 years ago
  12. 90cf769 crypto: ecc - Fix NULL pointer deref. on no default_rng by Pierre · 7 years ago
  13. 85ab9a0 Merge 4.14.24 into android-4.14 by Greg Kroah-Hartman · 7 years ago
  14. 36d0a67 crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t by Jonathan Cameron · 7 years ago
  15. 2c71b7c Merge 4.14.23 into android-4.14 by Dmitry Shmidt · 7 years ago
  16. 29e76b2 PKCS#7: fix certificate blacklisting by Eric Biggers · 7 years ago
  17. 1a1f7f7 PKCS#7: fix certificate chain verification by Eric Biggers · 7 years ago
  18. 99b2095 X.509: fix NULL dereference when restricting key with unsupported_sig by Eric Biggers · 7 years ago
  19. dcb04cc X.509: fix BUG_ON() when hash algorithm is unsupported by Eric Biggers · 7 years ago
  20. 921c886 FROMGIT: crypto: speck - add test vectors for Speck64-XTS by Eric Biggers · 7 years ago
  21. dfd5e02 FROMGIT: crypto: speck - add test vectors for Speck128-XTS by Eric Biggers · 7 years ago
  22. b456dae FROMGIT: crypto: speck - export common helpers by Eric Biggers · 7 years ago
  23. 1b5dd71 FROMGIT: crypto: speck - add support for the Speck block cipher by Eric Biggers · 7 years ago
  24. 474d3c4 Merge 4.14.21 into android-4.14 by Greg Kroah-Hartman · 7 years ago
  25. ae63fd2 kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  26. 0a91e84 Merge 4.14.20 into android-4.14 by Greg Kroah-Hartman · 7 years ago
  27. 2f00eb2 crypto: hash - prevent using keyed hashes without setting key by Eric Biggers · 7 years ago
  28. 8d906d1 crypto: hash - annotate algorithms taking optional key by Eric Biggers · 7 years ago
  29. b806c0c crypto: poly1305 - remove ->setkey() method by Eric Biggers · 7 years ago
  30. 1621052 crypto: mcryptd - pass through absence of ->setkey() by Eric Biggers · 7 years ago
  31. ed7b0af crypto: cryptd - pass through absence of ->setkey() by Eric Biggers · 7 years ago
  32. b8b32e2 crypto: hash - introduce crypto_hash_alg_has_setkey() by Eric Biggers · 7 years ago
  33. fb6faf0 Merge 4.14.19 into android-4.14 by Greg Kroah-Hartman · 7 years ago
  34. 3a570cf crypto: tcrypt - fix S/G table for test_aead_speed() by Robert Baronescu · 7 years ago
  35. faeb94c Merge 4.14.17 into android-4.14 by Greg Kroah-Hartman · 7 years ago
  36. f41c8a0 crypto: af_alg - whitelist mask and type by Stephan Mueller · 7 years ago
  37. b9788e2 crypto: sha3-generic - fixes for alignment and big endian operation by Ard Biesheuvel · 7 years ago
  38. 2992182 crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH by Hauke Mehrtens · 7 years ago
  39. 9b68347 Merge 4.14.14 into android-4.14 by Greg Kroah-Hartman · 7 years ago
  40. 3662493 crypto: algapi - fix NULL dereference in crypto_remove_spawns() by Eric Biggers · 7 years ago
  41. a53dc75 fscrypt: updates on 4.15-rc4 by Jaegeuk Kim · 7 years ago
  42. 7156c79 crypto: pcrypt - fix freeing pcrypt instances by Eric Biggers · 7 years ago
  43. 9c36498 crypto: chacha20poly1305 - validate the digest size by Eric Biggers · 7 years ago
  44. f09fca4 crypto: af_alg - fix race accessing cipher request by Stephan Mueller · 7 years ago
  45. c692698 crypto: af_alg - wait for data at beginning of recvmsg by Stephan Mueller · 7 years ago
  46. 8899059 crypto: mcryptd - protect the per-CPU queue with a lock by Sebastian Andrzej Siewior · 7 years ago
  47. 2908287 crypto: skcipher - set walk.iv for zero-length inputs by Eric Biggers · 7 years ago
  48. bd51398 crypto: lrw - Fix an error handling path in 'create()' by Christophe Jaillet · 7 years ago
  49. 6479a10 crypto: tcrypt - fix buffer lengths in test_aead_speed() by Robert Baronescu · 7 years ago
  50. cf1048e crypto: af_alg - fix NULL pointer dereference in by Eric Biggers · 7 years ago
  51. c68b315 crypto: salsa20 - fix blkcipher_walk API usage by Eric Biggers · 7 years ago
  52. 902ae89 crypto: hmac - require that the underlying hash algorithm is unkeyed by Eric Biggers · 7 years ago
  53. 80dbdc5 crypto: rsa - fix buffer overread when stripping leading zeroes by Eric Biggers · 7 years ago
  54. 96c2dfa crypto: algif_aead - fix reference counting of null skcipher by Eric Biggers · 7 years ago
  55. 70feeaaa X.509: fix comparisons of ->pkey_algo by Eric Biggers · 7 years ago
  56. 31b3bcc X.509: reject invalid BIT STRING for subjectPublicKey by Eric Biggers · 7 years ago
  57. 861eae2 crypto: skcipher - Fix skcipher_walk_aead_common by Ondrej Mosnáček · 7 years ago
  58. 7f21961 crypto: af_alg - remove locking in async callback by Stephan Mueller · 7 years ago
  59. 721872a crypto: algif_aead - skip SGL entries with NULL page by Stephan Mueller · 7 years ago
  60. 5e56be0 crypto: dh - Don't permit 'key' or 'g' size longer than 'p' by Eric Biggers · 7 years ago
  61. 716b9ea crypto: dh - Don't permit 'p' to be 0 by Eric Biggers · 7 years ago
  62. a37b2a1 crypto: dh - Fix double free of ctx->p by Eric Biggers · 7 years ago
  63. af903dc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  64. 441f99c crypto: ccm - preserve the IV buffer by Romain Izard · 7 years ago
  65. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  66. 494b9ae7 Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5 by James Morris · 7 years ago
  67. 68a1fdb pkcs7: Prevent NULL pointer dereference, since sinfo is not always set. by Eric Sesterhenn · 7 years ago
  68. b3811d3 KEYS: checking the input id parameters before finding asymmetric key by Chun-Yi Lee · 7 years ago
  69. 6a6d2a7 KEYS: Fix the wrong index when checking the existence of second id by Chun-Yi Lee · 7 years ago
  70. b61907b crypto: shash - Fix zero-length shash ahash digest crash by Herbert Xu · 7 years ago
  71. 0cabf2a crypto: skcipher - Fix crash on zero-length input by Herbert Xu · 7 years ago
  72. 9039f3e crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unaligned by Jia-Ju Bai · 7 years ago
  73. 5125e4e crypto: xts - Fix an error handling path in 'create()' by Christophe Jaillet · 7 years ago
  74. e117765 crypto: af_alg - update correct dst SGL entry by Stephan Mueller · 8 years ago
  75. bd6227a crypto: drbg - fix freeing of resources by Stephan Mueller · 7 years ago
  76. 2d45a7e crypto: af_alg - get_page upon reassignment to TX SGL by Stephan Mueller · 8 years ago
  77. 6f7473c crypto: hash - add crypto_(un)register_ahashes() by Rabin Vincent · 8 years ago
  78. 75d11e7 crypto: algif_aead - fix comment regarding memory layout by Stephan Mueller · 8 years ago
  79. e90c48e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  80. 445a582 crypto: algif_skcipher - only call put_page on referenced and used pages by Stephan Mueller · 8 years ago
  81. 549f641 crypto: testmgr - add chunked test cases for chacha20 by Ard Biesheuvel · 8 years ago
  82. 4de4372 crypto: chacha20 - fix handling of chunked input by Ard Biesheuvel · 8 years ago
  83. 2d97591 crypto: af_alg - consolidation of duplicate code by Stephan Mueller · 8 years ago
  84. c871c10 crypto: serpent - improve __serpent_setkey with UBSAN by Arnd Bergmann · 8 years ago
  85. 72548b0 crypto: algif_aead - copy AAD from src to dst by Stephan Mueller · 8 years ago
  86. 5703c82 crypto: algif - return error code when no data was processed by Stephan Mueller · 8 years ago
  87. 45fe93d crypto: algapi - make crypto_xor() take separate dst and src arguments by Ard Biesheuvel · 8 years ago
  88. a7c391f crypto: algapi - use separate dst and src operands for __crypto_xor() by Ard Biesheuvel · 8 years ago
  89. 6a8487a crypto: scompress - defer allocation of scratch buffer to first use by Ard Biesheuvel · 8 years ago
  90. cc4d110 crypto: scompress - free partially allocated scratch buffers on failure by Ard Biesheuvel · 8 years ago
  91. 3c08377 crypto: scompress - don't sleep with preemption disabled by Ard Biesheuvel · 8 years ago
  92. 952035b crypto: ecdh - fix concurrency on shared secret and pubkey by Tudor-Dan Ambarus · 8 years ago
  93. b66ad0b crypto: tcrypt - remove AES-XTS-192 speed tests by Horia Geantă · 8 years ago
  94. c2176f0 crypto: rng - ensure that the RNG is ready before using by Jason A. Donenfeld · 8 years ago
  95. d887c52 crypto: algif_aead - overhaul memory management by Stephan Mueller · 8 years ago
  96. e870456 crypto: algif_skcipher - overhaul memory management by Stephan Mueller · 8 years ago
  97. 41cdf7a crypto: authencesn - Fix digest_null crash by Herbert Xu · 8 years ago
  98. dcf903d Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  99. 2acce6a Networking by Herbert Xu · 8 years ago
  100. 2ceedf9 Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago