1. f4f27d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  2. 6eae29e crypto: doc - document correct return value for request allocation by Eric Biggers · 8 years ago
  3. a511e1a KEYS: Move the point of trust determination to __key_link() by David Howells · 8 years ago
  4. 983023f KEYS: Move x509_request_asymmetric_key() to asymmetric_type.c by David Howells · 8 years ago
  5. bda850c PKCS#7: Make trust determination dependent on contents of trust keyring by David Howells · 8 years ago
  6. e68503b KEYS: Generalise system_verify_data() to provide access to internal content by David Howells · 8 years ago
  7. a022ec0 KEYS: Add identifier pointers to public_key_signature struct by David Howells · 8 years ago
  8. 3b76456 KEYS: Allow authentication data to be stored in an asymmetric key by David Howells · 8 years ago
  9. bb7aeae Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  10. 4e8ae72 X.509: Make algo identifiers text instead of enum by David Howells · 8 years ago
  11. d43de6c akcipher: Move the RSA DER encoding check to the crypto layer by David Howells · 8 years ago
  12. d846e78 crypto: public_key: remove MPIs from public_key_signature struct by Tadeusz Struk · 8 years ago
  13. 3981d37f crypto: doc - update AEAD AD handling by Stephan Mueller · 8 years ago
  14. e1eabc0 crypto: doc - add akcipher API by Stephan Mueller · 8 years ago
  15. 28856a9 crypto: xts - consolidate sanity check for keys by Stephan Mueller · 8 years ago
  16. db6c43b crypto: KEYS: convert public key and digsig asym to the akcipher api by Tadeusz Struk · 8 years ago
  17. f75516a crypto: keys - Revert "convert public key to akcipher api" by Herbert Xu · 8 years ago
  18. 1e0a6e1 crypto: public_key - remove MPIs from public_key_signature struct by Tadeusz Struk · 8 years ago
  19. 57f96bb crypto: asymmetric_keys - convert public key and digsig asym to the akcipher api by Tadeusz Struk · 8 years ago
  20. 53a0bd7 crypto: aead - move aead_request_cast helper to aead.h by Tadeusz Struk · 8 years ago
  21. 8965450 crypto: hash - Remove crypto_hash interface by Herbert Xu · 8 years ago
  22. d12481b crypto: hash - Add helpers to return alg and driver names by Herbert Xu · 8 years ago
  23. 92b3cad crypto: skcipher - Fix driver name helper by Herbert Xu · 8 years ago
  24. 735d37b crypto: engine - Introduce the block request crypto engine framework by Baolin Wang · 8 years ago
  25. 9f93a8a crypto: api - Introduce crypto_queue_len() helper function by Baolin Wang · 8 years ago
  26. 1104921 crypto: compress - remove unused pcomp interface by Joonsoo Kim · 8 years ago
  27. a2d382a crypto: skcipher - Add helper to retrieve driver name by Herbert Xu · 8 years ago
  28. 8d18e34 crypto: hash - Add crypto_has_ahash helper by Herbert Xu · 8 years ago
  29. 1aaa753 crypto: skcipher - Add helper to zero stack request by Herbert Xu · 8 years ago
  30. e67ffe0 crypto: hash - Add helpers to zero stack request/descriptor by Herbert Xu · 8 years ago
  31. b361476 crypto: drbg - remove FIPS 140-2 continuous test by Stephan Mueller · 8 years ago
  32. 973fb3f crypto: skcipher - Add default key size helper by Herbert Xu · 8 years ago
  33. 48162a2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  34. 6a93517 crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey path by Herbert Xu · 8 years ago
  35. a1383cd crypto: skcipher - Add crypto_skcipher_has_setkey by Herbert Xu · 8 years ago
  36. a5596d6 crypto: hash - Add crypto_ahash_has_setkey by Herbert Xu · 8 years ago
  37. 3776658 crypto: af_alg - Add nokey compatibility path by Herbert Xu · 9 years ago
  38. c840ac6 crypto: af_alg - Disallow bind/setkey/... after accept(2) by Herbert Xu · 9 years ago
  39. 5807fca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  40. 0c4c78d crypto: hash - add zero length message hash for shax and md5 by LABBE Corentin · 9 years ago
  41. 5ca4c20 keys, trusted: select hash algorithm for TPM2 chips by Jarkko Sakkinen · 9 years ago
  42. e14a1f1 crypto: akcipher - fix typos in include/crypto/akcipher.h by LABBE Corentin · 9 years ago
  43. 3d5b1ec crypto: rsa - RSA padding algorithm by Andrzej Zaborowski · 9 years ago
  44. 28a4618 crypto: akcipher - add akcipher declarations needed by templates. by Andrzej Zaborowski · 9 years ago
  45. 70e088f crypto: aead - fix kernel-doc warnings in crypto/aead.h by Randy Dunlap · 9 years ago
  46. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  47. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  48. 524e56c crypto: ahash - Add crypto_ahash_blocksize by Herbert Xu · 9 years ago
  49. 22287b0 crypto: akcipher - Changes to asymmetric key API by Tadeusz Struk · 9 years ago
  50. b793c00 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  51. d975f30 Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  52. d4421c5 crypto: hash - Add AHASH_REQUEST_ON_STACK by Herbert Xu · 9 years ago
  53. 7a7ffe6 crypto: skcipher - Add top-level skcipher interface by Herbert Xu · 9 years ago
  54. c56f6d1 crypto: replace scatterwalk_sg_chain with sg_chain by Dan Williams · 9 years ago
  55. b0d955b crypto: aead - Remove old AEAD interfaces by Herbert Xu · 9 years ago
  56. 149a397 crypto: aead - Add type-safe geniv init/exit helpers by Herbert Xu · 9 years ago
  57. 99db443 PKCS#7: Appropriately restrict authenticated attributes and content type by David Howells · 9 years ago
  58. bc1c373 MODSIGN: Provide a utility to append a PKCS#7 signature to a module by David Howells · 9 years ago
  59. 4ebdb76f PKCS#7: Allow detached data to be supplied for signature checking purposes by David Howells · 9 years ago
  60. 4573b64 X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifier by David Howells · 9 years ago
  61. f6e45c2 crypto: doc - AEAD API conversion by Stephan Mueller · 9 years ago
  62. 2546f81 crypto: poly1305 - Export common Poly1305 helpers by Martin Willi · 9 years ago
  63. 31d7247 crypto: chacha20 - Export common ChaCha20 helpers by Martin Willi · 9 years ago
  64. ba75e15 crypto: aead - Add type-safe function for freeing instances by Herbert Xu · 9 years ago
  65. 319382a crypto: api - Add instance free function to crypto_type by Herbert Xu · 9 years ago
  66. 2c11a3f crypto: aead - Add aead_queue interface by Herbert Xu · 9 years ago
  67. 31d228c crypto: api - Remove unused __crypto_dequeue_request by Herbert Xu · 9 years ago
  68. 7cecadb crypto: rng - Do not free default RNG when it becomes unused by Herbert Xu · 9 years ago
  69. f5d8660 crypto: aead - Fix aead_instance struct size by Herbert Xu · 9 years ago
  70. cfc2bb3 crypto: rsa - add a new rsa generic implementation by Tadeusz Struk · 9 years ago
  71. 3c339ab crypto: akcipher - add PKE API by Tadeusz Struk · 9 years ago
  72. 42ea507 crypto: drbg - reseed often if seedsource is degraded by Stephan Mueller · 9 years ago
  73. 57225e6 crypto: drbg - Use callback API for random readiness by Stephan Mueller · 9 years ago
  74. 12f7c14 crypto: doc - Fix typo in crypto-API.xml by Masanari Iida · 9 years ago
  75. caab946 crypto: aead - Add multiple algorithm registration interface by Herbert Xu · 9 years ago
  76. 4361536 crypto: aead - Ignore return value from crypto_unregister_alg by Herbert Xu · 9 years ago
  77. 5c98d62 crypto: aead - Add aead_alg_instance by Herbert Xu · 9 years ago
  78. 5eb8ec6 crypto: aead - Add type-safe init/exit functions by Herbert Xu · 9 years ago
  79. addfda2f crypto: doc - cover new AEAD interface by Stephan Mueller · 9 years ago
  80. 6350449 crypto: aead - Add common IV generation code by Herbert Xu · 9 years ago
  81. 693b549 crypto: aead - Document behaviour of AD in destination buffer by Herbert Xu · 9 years ago
  82. b8ec5ba crypto: drbg - use Jitter RNG to obtain seed by Stephan Mueller · 9 years ago
  83. 4c78799 crypto: drbg - add async seeding operation by Stephan Mueller · 9 years ago
  84. 3d6a5f7 crypto: drbg - prepare for async seeding by Stephan Mueller · 9 years ago
  85. 374d4ad crypto: aead - Remove unused cryptoff parameter by Herbert Xu · 9 years ago
  86. 30e4c01 crypto: aead - Add crypto_aead_alg_ivsize/maxauthsize by Herbert Xu · 9 years ago
  87. 856e3f40 crypto: seqiv - Add support for new AEAD interface by Herbert Xu · 9 years ago
  88. 3302346 crypto: null - Add default null skcipher by Herbert Xu · 9 years ago
  89. 63293c6 crypto: aead - Add support for new AEAD implementations by Herbert Xu · 9 years ago
  90. f569525 crypto: aead - Add crypto_aead_maxauthsize by Herbert Xu · 9 years ago
  91. 2d0f230 crypto: aead - Rename aead_alg to old_aead_alg by Herbert Xu · 9 years ago
  92. 996d98d crypto: aead - Add new interface with single SG list by Herbert Xu · 9 years ago
  93. fc42bcb crypto: scatterwalk - Add scatterwalk_ffwd helper by Herbert Xu · 9 years ago
  94. f79f1f7 crypto: md5 - add MD5 initial vectors by LABBE Corentin · 9 years ago
  95. 5d1d65f crypto: aead - Convert top level interface to new style by Herbert Xu · 9 years ago
  96. 53033d4 crypto: cryptd - Add missing aead.h inclusion by Herbert Xu · 9 years ago
  97. 21b70134 crypto: aead - Add crypto_aead_set_reqsize helper by Herbert Xu · 9 years ago
  98. d6ef2f1 crypto: api - Add crypto_grab_spawn primitive by Herbert Xu · 9 years ago
  99. f94a359 crypto: pcomp - Constify (de)compression parameters by David Howells · 9 years ago
  100. 94f1bb1 crypto: rng - Remove old low-level rng interface by Herbert Xu · 9 years ago