1. 4b34968 X.509: fix NULL dereference when restricting key with unsupported_sig by Eric Biggers · 6 years ago
  2. 437499e X.509: fix BUG_ON() when hash algorithm is unsupported by Eric Biggers · 6 years ago
  3. 6459ae3 PKCS#7: fix direct verification of SignerInfo signature by Eric Biggers · 6 years ago
  4. 29f4a67 PKCS#7: fix certificate blacklisting by Eric Biggers · 6 years ago
  5. 971b42c PKCS#7: fix certificate chain verification by Eric Biggers · 6 years ago
  6. 178e834 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  7. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 6 years ago
  8. ba916b6a crypto: sha3-generic - Use __optimize to support old compilers by Geert Uytterhoeven · 6 years ago
  9. 4767b9a crypto: sha3-generic - deal with oversize stack frames by Ard Biesheuvel · 6 years ago
  10. a103950 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  11. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  12. 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  13. d60031d crypto: testmgr - add new testcases for sha3 by Ard Biesheuvel · 7 years ago
  14. 6657674 crypto: sha3-generic - export init/update/final routines by Ard Biesheuvel · 7 years ago
  15. beeb504 crypto: sha3-generic - simplify code by Ard Biesheuvel · 7 years ago
  16. 83dee2c crypto: sha3-generic - rewrite KECCAK transform to help the compiler optimize by Ard Biesheuvel · 7 years ago
  17. c013cee crypto: sha3-generic - fixes for alignment and big endian operation by Ard Biesheuvel · 7 years ago
  18. 466d7b9 crypto: testmgr - test misuse of result in ahash by Kamil Konieczny · 7 years ago
  19. 6e36719 crypto: aes-generic - fix aes-generic regression on powerpc by Arnd Bergmann · 7 years ago
  20. 70cd907 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  21. c9a3ff8 crypto: x86/salsa20 - cleanup and convert to skcipher API by Eric Biggers · 7 years ago
  22. eb772f3 crypto: salsa20 - export generic helpers by Eric Biggers · 7 years ago
  23. b62b3db crypto: salsa20-generic - cleanup and convert to skcipher API by Eric Biggers · 7 years ago
  24. 148b974 crypto: aes-generic - build with -Os on gcc-7+ by Arnd Bergmann · 7 years ago
  25. dc26c17 crypto: aead - prevent using AEADs without setting key by Eric Biggers · 7 years ago
  26. f8d33fa crypto: skcipher - prevent using skciphers without setting key by Eric Biggers · 7 years ago
  27. 4e1d14b crypto: ghash - remove checks for key being set by Eric Biggers · 7 years ago
  28. 9fa68f6 crypto: hash - prevent using keyed hashes without setting key by Eric Biggers · 7 years ago
  29. a208fa8 crypto: hash - annotate algorithms taking optional key by Eric Biggers · 7 years ago
  30. a16e772e crypto: poly1305 - remove ->setkey() method by Eric Biggers · 7 years ago
  31. fa59b92 crypto: mcryptd - pass through absence of ->setkey() by Eric Biggers · 7 years ago
  32. 841a3ff crypto: cryptd - pass through absence of ->setkey() by Eric Biggers · 7 years ago
  33. cd6ed77 crypto: hash - introduce crypto_hash_alg_has_setkey() by Eric Biggers · 7 years ago
  34. c6ba4f3 crypto: tcrypt - free xoutbuf instead of axbuf by Colin Ian King · 7 years ago
  35. 38dbe2d crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer" by Colin Ian King · 7 years ago
  36. bb30b88 crypto: af_alg - whitelist mask and type by Stephan Mueller · 7 years ago
  37. da1729c crypto: testmgr - change `guard` to unsigned char by Joey Pabalinas · 7 years ago
  38. 8cd579d crypto: scompress - use sgl_alloc() and sgl_free() by Bart Van Assche · 7 years ago
  39. 64648a5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  40. 4c7dfbd crypto: poly1305 - remove cra_alignmask by Eric Biggers · 7 years ago
  41. fcfbeed crypto: poly1305 - use unaligned access macros to output digest by Eric Biggers · 7 years ago
  42. 8b55107c crypto: algapi - remove unused notifications by Eric Biggers · 7 years ago
  43. ce8614a crypto: algapi - convert cra_refcnt to refcount_t by Eric Biggers · 7 years ago
  44. 9a00674 crypto: algapi - fix NULL dereference in crypto_remove_spawns() by Eric Biggers · 7 years ago
  45. 427988d crypto: tcrypt - add multibuf aead speed test by Gilad Ben-Yossef · 7 years ago
  46. e161c59 crypto: tcrypt - add multibuf skcipher speed test by Gilad Ben-Yossef · 7 years ago
  47. b34a0f67 crypto: tcrypt - add multi buf ahash jiffies test by Gilad Ben-Yossef · 7 years ago
  48. 8fcdc86 crypto: tcrypt - allow setting num of bufs by Gilad Ben-Yossef · 7 years ago
  49. 4431bd4 crypto: tcrypt - fix AEAD decryption speed test by Gilad Ben-Yossef · 7 years ago
  50. 7c3f132 crypto: tcrypt - use multi buf for ahash mb test by Gilad Ben-Yossef · 7 years ago
  51. 0fc0f18 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  52. 45fa9a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  53. d94c3d6 crypto: seqiv - Remove unused alg/spawn variable by Corentin Labbe · 7 years ago
  54. 1f83f4d crypto: echainiv - Remove unused alg/spawn variable by Corentin Labbe · 7 years ago
  55. f5c421d crypto: gf128mul - remove incorrect comment by Eric Biggers · 7 years ago
  56. 3a2d4fb crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2() by Eric Biggers · 7 years ago
  57. cadc9ab crypto: api - Unexport crypto_larval_lookup() by Eric Biggers · 7 years ago
  58. d76c681 crypto: pcrypt - fix freeing pcrypt instances by Eric Biggers · 7 years ago
  59. af955bf crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t by Jonathan Cameron · 7 years ago
  60. e57121d crypto: chacha20poly1305 - validate the digest size by Eric Biggers · 7 years ago
  61. 916b20e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  62. eaf356e crypto: cryptd - make cryptd_max_cpu_qlen module parameter static by Colin Ian King · 7 years ago
  63. b5b9007 crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH by Hauke Mehrtens · 7 years ago
  64. d53c513 crypto: af_alg - fix race accessing cipher request by Stephan Mueller · 7 years ago
  65. 9abffc6 crypto: mcryptd - protect the per-CPU queue with a lock by Sebastian Andrzej Siewior · 7 years ago
  66. 11edb55 crypto: af_alg - wait for data at beginning of recvmsg by Stephan Mueller · 7 years ago
  67. 2b4f27c crypto: skcipher - set walk.iv for zero-length inputs by Eric Biggers · 7 years ago
  68. 54c1fb3 X.509: fix comparisons of ->pkey_algo by Eric Biggers · 7 years ago
  69. aa33003 X.509: use crypto_shash_digest() by Eric Biggers · 7 years ago
  70. 72f9a07 KEYS: be careful with error codes in public_key_verify_signature() by Eric Biggers · 7 years ago
  71. a80745a pkcs7: use crypto_shash_digest() by Eric Biggers · 7 years ago
  72. 7204eb8 pkcs7: fix check for self-signed certificate by Eric Biggers · 7 years ago
  73. 8ecb506 pkcs7: return correct error code if pkcs7_check_authattrs() fails by Eric Biggers · 7 years ago
  74. 0f30cbea X.509: reject invalid BIT STRING for subjectPublicKey by Eric Biggers · 7 years ago
  75. 9f480fa crypto: chacha20 - Fix keystream alignment for chacha20_block() by Eric Biggers · 7 years ago
  76. a1c7338 crypto: chacha20 - Remove cra_alignmask by Eric Biggers · 7 years ago
  77. dbd872a crypto: chacha20 - Use unaligned access macros when loading key and IV by Eric Biggers · 7 years ago
  78. ecf3220 crypto: chacha20 - Fix unaligned access when loading constants by Eric Biggers · 7 years ago
  79. c3a5360 crypto: cryptd - Add cryptd_max_cpu_qlen module parameter by Jon Maxwell · 7 years ago
  80. 79e53b2 crypto: remove unused hardirq.h by Yang Shi · 7 years ago
  81. c968327 crypto: keywrap - Add missing ULL suffixes for 64-bit constants by Geert Uytterhoeven · 7 years ago
  82. 5601e01 crypto: tcrypt - set assoc in sg_init_aead() by Tudor-Dan Ambarus · 7 years ago
  83. 1af39da crypto: replace FSF address with web source in license notices by Martin Kepplinger · 7 years ago
  84. 4c0e22c crypto: ecc - Fix NULL pointer deref. on no default_rng by Pierre · 7 years ago
  85. 5c6ac1d crypto: tcrypt - fix S/G table for test_aead_speed() by Robert Baronescu · 7 years ago
  86. ecaaab5 crypto: salsa20 - fix blkcipher_walk API usage by Eric Biggers · 7 years ago
  87. af3ff80 crypto: hmac - require that the underlying hash algorithm is unkeyed by Eric Biggers · 7 years ago
  88. 887207e crypto: af_alg - fix NULL pointer dereference in by Eric Biggers · 7 years ago
  89. b32a7dc crypto: algif_aead - fix reference counting of null skcipher by Eric Biggers · 7 years ago
  90. d2890c3 crypto: rsa - fix buffer overread when stripping leading zeroes by Eric Biggers · 7 years ago
  91. 43570f0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  92. 38544bf crypto: annotate ->poll() instances by Al Viro · 7 years ago
  93. c14ca83 crypto: skcipher - Fix skcipher_walk_aead_common by Ondrej Mosnáček · 7 years ago
  94. 7d2c3f5 crypto: af_alg - remove locking in async callback by Stephan Mueller · 7 years ago
  95. 8e1fa89 crypto: algif_aead - skip SGL entries with NULL page by Stephan Mueller · 7 years ago
  96. 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
  97. 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  98. 1e684d3 pkcs7: Set the module licence to prevent tainting by David Howells · 7 years ago
  99. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  100. ced6a58 crypto: dh - Remove pointless checks for NULL 'p' and 'g' by Eric Biggers · 7 years ago