1. 427988d crypto: tcrypt - add multibuf aead speed test by Gilad Ben-Yossef · 7 years ago
  2. e161c59 crypto: tcrypt - add multibuf skcipher speed test by Gilad Ben-Yossef · 7 years ago
  3. b34a0f67 crypto: tcrypt - add multi buf ahash jiffies test by Gilad Ben-Yossef · 7 years ago
  4. 8fcdc86 crypto: tcrypt - allow setting num of bufs by Gilad Ben-Yossef · 7 years ago
  5. 4431bd4 crypto: tcrypt - fix AEAD decryption speed test by Gilad Ben-Yossef · 7 years ago
  6. 7c3f132 crypto: tcrypt - use multi buf for ahash mb test by Gilad Ben-Yossef · 7 years ago
  7. 45fa9a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  8. d94c3d6 crypto: seqiv - Remove unused alg/spawn variable by Corentin Labbe · 7 years ago
  9. 1f83f4d crypto: echainiv - Remove unused alg/spawn variable by Corentin Labbe · 7 years ago
  10. f5c421d crypto: gf128mul - remove incorrect comment by Eric Biggers · 7 years ago
  11. 3a2d4fb crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2() by Eric Biggers · 7 years ago
  12. cadc9ab crypto: api - Unexport crypto_larval_lookup() by Eric Biggers · 7 years ago
  13. d76c681 crypto: pcrypt - fix freeing pcrypt instances by Eric Biggers · 7 years ago
  14. af955bf crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t by Jonathan Cameron · 7 years ago
  15. e57121d crypto: chacha20poly1305 - validate the digest size by Eric Biggers · 7 years ago
  16. eaf356e crypto: cryptd - make cryptd_max_cpu_qlen module parameter static by Colin Ian King · 7 years ago
  17. b5b9007 crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH by Hauke Mehrtens · 7 years ago
  18. d53c513 crypto: af_alg - fix race accessing cipher request by Stephan Mueller · 7 years ago
  19. 9abffc6 crypto: mcryptd - protect the per-CPU queue with a lock by Sebastian Andrzej Siewior · 7 years ago
  20. 11edb55 crypto: af_alg - wait for data at beginning of recvmsg by Stephan Mueller · 7 years ago
  21. 2b4f27c crypto: skcipher - set walk.iv for zero-length inputs by Eric Biggers · 7 years ago
  22. 54c1fb3 X.509: fix comparisons of ->pkey_algo by Eric Biggers · 7 years ago
  23. aa33003 X.509: use crypto_shash_digest() by Eric Biggers · 7 years ago
  24. 72f9a07 KEYS: be careful with error codes in public_key_verify_signature() by Eric Biggers · 7 years ago
  25. a80745a pkcs7: use crypto_shash_digest() by Eric Biggers · 7 years ago
  26. 7204eb8 pkcs7: fix check for self-signed certificate by Eric Biggers · 7 years ago
  27. 8ecb506 pkcs7: return correct error code if pkcs7_check_authattrs() fails by Eric Biggers · 7 years ago
  28. 0f30cbea X.509: reject invalid BIT STRING for subjectPublicKey by Eric Biggers · 7 years ago
  29. 9f480fa crypto: chacha20 - Fix keystream alignment for chacha20_block() by Eric Biggers · 7 years ago
  30. a1c7338 crypto: chacha20 - Remove cra_alignmask by Eric Biggers · 7 years ago
  31. dbd872a crypto: chacha20 - Use unaligned access macros when loading key and IV by Eric Biggers · 7 years ago
  32. ecf3220 crypto: chacha20 - Fix unaligned access when loading constants by Eric Biggers · 7 years ago
  33. c3a5360 crypto: cryptd - Add cryptd_max_cpu_qlen module parameter by Jon Maxwell · 7 years ago
  34. 79e53b2 crypto: remove unused hardirq.h by Yang Shi · 7 years ago
  35. c968327 crypto: keywrap - Add missing ULL suffixes for 64-bit constants by Geert Uytterhoeven · 7 years ago
  36. 5601e01 crypto: tcrypt - set assoc in sg_init_aead() by Tudor-Dan Ambarus · 7 years ago
  37. 1af39da crypto: replace FSF address with web source in license notices by Martin Kepplinger · 7 years ago
  38. 4c0e22c crypto: ecc - Fix NULL pointer deref. on no default_rng by Pierre · 7 years ago
  39. 5c6ac1d crypto: tcrypt - fix S/G table for test_aead_speed() by Robert Baronescu · 7 years ago
  40. ecaaab5 crypto: salsa20 - fix blkcipher_walk API usage by Eric Biggers · 7 years ago
  41. af3ff80 crypto: hmac - require that the underlying hash algorithm is unkeyed by Eric Biggers · 7 years ago
  42. 887207e crypto: af_alg - fix NULL pointer dereference in by Eric Biggers · 7 years ago
  43. b32a7dc crypto: algif_aead - fix reference counting of null skcipher by Eric Biggers · 7 years ago
  44. d2890c3 crypto: rsa - fix buffer overread when stripping leading zeroes by Eric Biggers · 7 years ago
  45. 43570f0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  46. c14ca83 crypto: skcipher - Fix skcipher_walk_aead_common by Ondrej Mosnáček · 7 years ago
  47. 7d2c3f5 crypto: af_alg - remove locking in async callback by Stephan Mueller · 7 years ago
  48. 8e1fa89 crypto: algif_aead - skip SGL entries with NULL page by Stephan Mueller · 7 years ago
  49. ce44cd8 Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next-keys by James Morris · 7 years ago
  50. 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  51. 1e684d3 pkcs7: Set the module licence to prevent tainting by David Howells · 7 years ago
  52. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  53. ced6a58 crypto: dh - Remove pointless checks for NULL 'p' and 'g' by Eric Biggers · 7 years ago
  54. ccd9888 crypto: dh - Don't permit 'key' or 'g' size longer than 'p' by Eric Biggers · 7 years ago
  55. 199512b crypto: dh - Don't permit 'p' to be 0 by Eric Biggers · 7 years ago
  56. 12d41a0 crypto: dh - Fix double free of ctx->p by Eric Biggers · 7 years ago
  57. af903dc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  58. f560acc crypto: ecdh - remove empty exit() by Tudor-Dan Ambarus · 7 years ago
  59. 6467104 crypto: tcrypt - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  60. 7f39713 crypto: testmgr - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  61. 76c6739 crypto: gcm - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  62. 85a2dea crypto: drbg - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  63. 0ca2a04 crypto: move pub key to generic async completion by Gilad Ben-Yossef · 7 years ago
  64. 2c3f8b1 crypto: algif - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  65. ada69a1 crypto: introduce crypto wait for async op by Gilad Ben-Yossef · 7 years ago
  66. 4e5b0ad crypto: remove redundant backlog checks on EBUSY by Gilad Ben-Yossef · 7 years ago
  67. 6b80ea3 crypto: change transient busy return code to -ENOSPC by Gilad Ben-Yossef · 7 years ago
  68. 7aacbfc crypto: tcrypt - fix buffer lengths in test_aead_speed() by Robert Baronescu · 7 years ago
  69. 5951722 crypto: tcrypt - mark expected switch fall-throughs in do_test() by Gustavo A. R. Silva · 7 years ago
  70. acfc587 crypto: gf128mul - The x8_ble multiplication functions by Harsh Jain · 7 years ago
  71. 441f99c crypto: ccm - preserve the IV buffer by Romain Izard · 7 years ago
  72. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  73. 494b9ae7 Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5 by James Morris · 7 years ago
  74. 68a1fdb pkcs7: Prevent NULL pointer dereference, since sinfo is not always set. by Eric Sesterhenn · 7 years ago
  75. b3811d3 KEYS: checking the input id parameters before finding asymmetric key by Chun-Yi Lee · 7 years ago
  76. 6a6d2a7 KEYS: Fix the wrong index when checking the existence of second id by Chun-Yi Lee · 7 years ago
  77. 9e49451d crypto: keywrap - simplify code by Stephan Mueller · 7 years ago
  78. 5b3f3a8 crypto: dh - return unsigned value for crypto_dh_key_len() by Tudor-Dan Ambarus · 7 years ago
  79. cb195b3 crypto: dh - return unsigned int for dh_data_size() by Tudor-Dan Ambarus · 7 years ago
  80. 6e97e08 crypto: ecdh - return unsigned value for crypto_ecdh_key_len() by Tudor-Dan Ambarus · 7 years ago
  81. d38efad crypto: lrw - Check for incorrect cipher name by Christophe Jaillet · 7 years ago
  82. 616129c crypto: lrw - Fix an error handling path in 'create()' by Christophe Jaillet · 7 years ago
  83. b61907b crypto: shash - Fix zero-length shash ahash digest crash by Herbert Xu · 7 years ago
  84. e781c17 crypto: algboss - remove redundant setting of len to zero by Colin Ian King · 7 years ago
  85. 0cabf2a crypto: skcipher - Fix crash on zero-length input by Herbert Xu · 7 years ago
  86. 9039f3e crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unaligned by Jia-Ju Bai · 7 years ago
  87. 5125e4e crypto: xts - Fix an error handling path in 'create()' by Christophe Jaillet · 7 years ago
  88. 52872f5 crypto: drop unnecessary return statements by Geliang Tang · 7 years ago
  89. e0ab7e9 crypto: gcm - Use GCM IV size constant by Corentin LABBE · 7 years ago
  90. b7e2753 crypto: sm3 - add SM3 test vectors by Gilad Ben-Yossef · 7 years ago
  91. 4f0fc16 crypto: sm3 - add OSCCA SM3 secure hash by Gilad Ben-Yossef · 7 years ago
  92. e117765 crypto: af_alg - update correct dst SGL entry by Stephan Mueller · 7 years ago
  93. bd6227a crypto: drbg - fix freeing of resources by Stephan Mueller · 7 years ago
  94. 2d45a7e crypto: af_alg - get_page upon reassignment to TX SGL by Stephan Mueller · 7 years ago
  95. 6f7473c crypto: hash - add crypto_(un)register_ahashes() by Rabin Vincent · 7 years ago
  96. 75d11e7 crypto: algif_aead - fix comment regarding memory layout by Stephan Mueller · 7 years ago
  97. e90c48e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  98. 445a582 crypto: algif_skcipher - only call put_page on referenced and used pages by Stephan Mueller · 7 years ago
  99. 549f641 crypto: testmgr - add chunked test cases for chacha20 by Ard Biesheuvel · 7 years ago
  100. 4de4372 crypto: chacha20 - fix handling of chunked input by Ard Biesheuvel · 7 years ago