1. 2ef4d5c crypto: algif_rng - zeroize buffer with random data by Stephan Mueller · 9 years ago
  2. 19e60e1 crypto: testmgr - fix RNG return code enforcement by Stephan Mueller · 9 years ago
  3. 652ccae crypto: arm - move ARM specific Kconfig definitions to a dedicated file by Ard Biesheuvel · 9 years ago
  4. 007ee8d crypto: tcrypt - fix uninit sg entries in test_acipher_speed by Horia Geant? · 9 years ago
  5. efdb6f6 crypto: octeon - enable OCTEON SHA1/256/512 module selection by Aaro Koskinen · 9 years ago
  6. cde001e crypto: rng - RNGs must return 0 in success case by Stephan Mueller · 9 years ago
  7. 37821da crypto: drbg - remove superflowous memsets by Stephan Mueller · 9 years ago
  8. 04bcbfc crypto: drbg - use single block cipher API by Stephan Mueller · 9 years ago
  9. e8e5995 crypto: powerpc/md5 - kernel config by Markus Stockhausen · 9 years ago
  10. 44cac4f crypto: algif - enable AEAD interface compilation by Stephan Mueller · 9 years ago
  11. 400c40c crypto: algif - add AEAD support by Stephan Mueller · 9 years ago
  12. d9850fc crypto: powerpc/sha1 - kernel config by Markus Stockhausen · 9 years ago
  13. 504c614 crypto: powerpc/aes - kernel config by Markus Stockhausen · 9 years ago
  14. 2ecc1e9 crypto: ppc/sha256 - kernel config by Markus Stockhausen · 9 years ago
  15. fee5429 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  16. 9399f0c crypto: fix af_alg_make_sg() conversion to iov_iter by Linus Torvalds · 9 years ago
  17. 96692a73 crypto: tcrypt - do not allocate iv on stack for aead speed tests by Cristian Stoica · 9 years ago
  18. 424a5da crypto: testmgr - limit IV copy length in aead tests by Cristian Stoica · 9 years ago
  19. c476899 crypto: tcrypt - fix buflen reminder calculation by Cristian Stoica · 9 years ago
  20. 1d10eb2 crypto: switch af_alg_make_sg() to iov_iter by Al Viro · 10 years ago
  21. db71f29 crypto: testmgr - mark rfc4106(gcm(aes)) as fips_allowed by Jarod Wilson · 9 years ago
  22. 5be4d4c crypto: replace scatterwalk_sg_next with sg_next by Cristian Stoica · 9 years ago
  23. c0ecf89 crypto: seqiv - Ensure that IV size is at least 8 bytes by Herbert Xu · 9 years ago
  24. 988dc01 crypto: cts - Weed out non-CBC algorithms by Herbert Xu · 9 years ago
  25. 0c5c8e6 crypto: cts - Remove bogus use of seqiv by Herbert Xu · 9 years ago
  26. 598de36 crypto: algif_rng - fix sparse non static symbol warning by Wei Yongjun · 9 years ago
  27. 8a45ac1 crypto: testmgr - don't use interruptible wait in tests by Rabin Vincent · 9 years ago
  28. 3e14dcf crypto: add missing crypto module aliases by Mathias Krause · 9 years ago
  29. 1471f09 Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data" by Herbert Xu · 9 years ago
  30. 2f375538 crypto: algif_rng - enable RNG interface compilation by Stephan Mueller · 10 years ago
  31. 5afdfd2 crypto: algif_rng - add random number generator support by Stephan Mueller · 10 years ago
  32. ad202c8 crypto: af_alg - zeroize key data by Stephan Mueller · 10 years ago
  33. d69e75d crypto: octeon - enable OCTEON MD5 module selection by Aaro Koskinen · 10 years ago
  34. 0f477b6 crypto: algif - Mark sgl end at the end of data by Tadeusz Struk · 10 years ago
  35. 25fb863 crypto: af_alg - add setsockopt for auth tag size by Stephan Mueller · 10 years ago
  36. 905b42e crypto: drbg - panic on continuous self test error by Stephan Mueller · 10 years ago
  37. 0efcb8d crypto: api - fixed style erro in algapi.c by Joshua I. James · 10 years ago
  38. b516d51 crypto: ahash - fixed style error in ahash.c by Joshua I. James · 10 years ago
  39. 267c422 crypto: af_alg - fixed style error in af_alg.c by Joshua I. James · 10 years ago
  40. 4fad478 crypto: aead - fixed style error in aead.c by Joshua I. James · 10 years ago
  41. a861afb crypto: ablkcipher - fixed style errors in ablkcipher.c by Joshua I. James · 10 years ago
  42. 7e77bde crypto: af_alg - fix backlog handling by Rabin Vincent · 10 years ago
  43. e3aa91a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  44. f95b414 net: introduce helper macro for_each_cmsghdr by Gu Zheng · 10 years ago
  45. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  46. 8606813 crypto: tcrypt - Allow speed testing of arbitrary hash functions by Herbert Xu · 10 years ago
  47. af8e807 crypto: af_alg - add user space interface for AEAD by Stephan Mueller · 10 years ago
  48. f26b7b8 crypto: algif_skcipher - initialize upon init request by Stephan Mueller · 10 years ago
  49. 9ba0905 crypto: algif_skcipher - removed unneeded code by Struk, Tadeusz · 10 years ago
  50. 1e104f9 crypto: algif_skcipher - Fixed blocking recvmsg by Herbert Xu · 10 years ago
  51. 421d82f crypto: drbg - use memzero_explicit() for clearing sensitive data by Nickolaus Woodruff · 10 years ago
  52. 0653a7c crypto: drbg - use MODULE_ALIAS_CRYPTO by Stephan Mueller · 10 years ago
  53. 4943ba1 crypto: include crypto- module prefix in template by Kees Cook · 10 years ago
  54. 476c7fe crypto: user - add MODULE_ALIAS by Stephan Mueller · 10 years ago
  55. 79e8865 crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit() by Daniel Borkmann · 10 years ago
  56. 5d26a10 crypto: prefix module autoloading with "crypto-" by Kees Cook · 10 years ago
  57. 5d4a5e7 crypto: user - Allow get request with empty driver name by Herbert Xu · 10 years ago
  58. 7eab8d9 new helper: memcpy_to_msg() by Al Viro · 10 years ago
  59. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  60. e1bd95b crypto: algif - zeroize IV buffer by Stephan Mueller · 10 years ago
  61. 2a6af25 crypto: algif - zeroize message digest buffer by Stephan Mueller · 10 years ago
  62. 4c7912e Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 10 years ago
  63. 62b62b6 crypto: drbg - add MODULE_ALIAS for all DRBG types by Stephan Mueller · 10 years ago
  64. 14d4cc0 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 10 years ago
  65. 41a8498 crypto: drbg - use crypto_inc by Stephan Mueller · 10 years ago
  66. 3e8cffd crypto: testmgr - Remove unnecessary KERN_INFO from testmgr.c by Masanari Iida · 10 years ago
  67. 7185ad2 crypto: memzero_explicit - make sure to clear out sensitive data by Daniel Borkmann · 10 years ago
  68. 4c5c302 crypto: LLVMLinux: Remove VLAIS usage from crypto/testmgr.c by Jan-Simon Möller · 12 years ago
  69. ffb32e9 crypto: LLVMLinux: Remove VLAIS usage from crypto/hmac.c by Jan-Simon Möller · 12 years ago
  70. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  71. 87d7bce Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  72. 536fd93 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  73. d0cd848 Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 10 years ago
  74. d401658 KEYS: output last portion of fingerprint in /proc/keys by Dmitry Kasatkin · 10 years ago
  75. 7a224e7 KEYS: strip 'id:' from ca_keyid by Dmitry Kasatkin · 10 years ago
  76. 8dd6098 KEYS: use swapped SKID for performing partial matching by Dmitry Kasatkin · 10 years ago
  77. f1b731d KEYS: Restore partial ID matching functionality for asymmetric keys by Dmitry Kasatkin · 10 years ago
  78. dd2f6c4 X.509: If available, use the raw subjKeyId to form the key description by David Howells · 10 years ago
  79. 40b50e8 KEYS: handle error code encoded in pointer by Dmitry Kasatkin · 10 years ago
  80. d5d1689 Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' into for-next by Russell King · 10 years ago
  81. be34c4ef crypto: sha - Handle unaligned input data in generic sha256 and sha512. by David S. Miller · 10 years ago
  82. 6c8ff87 Merge commit 'v3.16' into next by James Morris · 10 years ago
  83. d1ac554 KEYS: Check hex2bin()'s return when generating an asymmetric key ID by David Howells · 10 years ago
  84. 757932e PKCS#7: Handle PKCS#7 messages that contain no X.509 certs by David Howells · 10 years ago
  85. 4155942 PKCS#7: Better handling of unsupported crypto by David Howells · 10 years ago
  86. 46963b7 KEYS: Overhaul key identification when searching for asymmetric keys by David Howells · 10 years ago
  87. 7901c1a KEYS: Implement binary asymmetric key ID handling by David Howells · 10 years ago
  88. 0c903ab KEYS: Make the key matching functions return bool by David Howells · 10 years ago
  89. c06cfb0 KEYS: Remove key_type::match in favour of overriding default by match_preparse by David Howells · 10 years ago
  90. 614d8c3 KEYS: Remove key_type::def_lookup_type by David Howells · 10 years ago
  91. 4629195 KEYS: Preparse match data by David Howells · 10 years ago
  92. 1c9c115 Merge tag 'keys-next-fixes-20140916' into keys-next by David Howells · 10 years ago
  93. 68c45c7 Merge tag 'keys-fixes-20140916' into keys-next by David Howells · 10 years ago
  94. cecf5d2e PKCS#7: Fix the parser cleanup to drain parsed out X.509 certs by David Howells · 10 years ago
  95. 3cd0920 PKCS#7: Provide a single place to do signed info block freeing by David Howells · 10 years ago
  96. 15155b9 PKCS#7: Add a missing static by David Howells · 10 years ago
  97. 3630056 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  98. ea2d9fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 10 years ago
  99. 78f543a crypto: drbg - remove check for uninitialized DRBG handle by Stephan Mueller · 10 years ago
  100. 0e56673 crypto: mcryptd - Fix typos in CRYPTO_MCRYPTD description by Ted Percival · 10 years ago