1. 665fe01 UPSTREAM: crypto: remove cipher routines from public crypto API by Ard Biesheuvel · 4 years, 1 month ago
  2. 77ebdab crypto: af_alg - add extra parameters for DRBG interface by Elena Petrova · 4 years, 3 months ago
  3. 2324d50 Merge tag 'docs-5.9' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 5 months ago
  4. 9332a9e crypto: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 5 months ago
  5. 740369c docs: crypto: descore-readme.txt: convert to ReST format by Mauro Carvalho Chehab · 4 years, 7 months ago
  6. ddc9239 docs: crypto: convert async-tx-api.txt to ReST format by Mauro Carvalho Chehab · 4 years, 7 months ago
  7. 5846551 docs: crypto: convert api-intro.txt to ReST format by Mauro Carvalho Chehab · 4 years, 7 months ago
  8. 0efaaa8 docs: crypto: convert asymmetric-keys.txt to ReST by Mauro Carvalho Chehab · 4 years, 7 months ago
  9. c6d633a crypto: algapi - make unregistration functions return void by Eric Biggers · 5 years ago
  10. 4a2abbc crypto: doc - remove references to ARC4 by Eric Biggers · 5 years ago
  11. d63007e crypto: ablkcipher - remove deprecated and unused ablkcipher support by Ard Biesheuvel · 5 years ago
  12. c65058b crypto: skcipher - remove the "blkcipher" algorithm type by Eric Biggers · 5 years ago
  13. cec0cb8 crypto: skcipher - remove crypto_has_ablkcipher() by Eric Biggers · 5 years ago
  14. 8b53c76 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  15. 5d2ded2 Documentation: crypto: crypto_engine: Fix Sphinx warning by Jonathan Neuschäfer · 5 years ago
  16. 9fc3a18 docs: remove extra conf.py files by Mauro Carvalho Chehab · 5 years ago
  17. ae400be crypto: doc - Fix formatting of new crypto engine content by Hook, Gary · 6 years ago
  18. 5a35316 crypto: doc - Add parameter documentation by Hook, Gary · 6 years ago
  19. 03d66cf crypto: doc - improve the skcipher API example code by Eric Biggers · 6 years ago
  20. 84ede58 crypto: hash - remove CRYPTO_ALG_TYPE_DIGEST by Eric Biggers · 6 years ago
  21. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  22. c79b411 crypto: skcipher - remove remnants of internal IV generators by Eric Biggers · 6 years ago
  23. 3c58b23 KEYS: Implement PKCS#8 RSA Private Key parser [ver #2] by David Howells · 6 years ago
  24. 5a30771 KEYS: Provide missing asymmetric key subops for new key type ops [ver #2] by David Howells · 6 years ago
  25. 85d7311 crypto: remove redundant type flags from tfm allocation by Eric Biggers · 6 years ago
  26. 2fab301 docs: crypto_engine.rst: Fix two parse warnings by Mauro Carvalho Chehab · 7 years ago
  27. 2d93404 docs: */index.rst: Add newer documents to their respective index.rst by Mauro Carvalho Chehab · 7 years ago
  28. 0550f5a crypto: doc - clarify hash callbacks state machine by Horia Geantă · 7 years ago
  29. ce09a6c crypto: doc - document crypto engine API by Corentin LABBE · 7 years ago
  30. aba973c crypto: doc - adapt api sample to use async. op wait by Gilad Ben-Yossef · 7 years ago
  31. 7228b66 KEYS: Add documentation for asymmetric keyring restrictions by Mat Martineau · 7 years ago
  32. 8ad06e5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  33. 8bd1d40 crypto: doc - fix typo in docs by Benjamin Peterson · 8 years ago
  34. ea644b8 crypto: doc - Fixed bugs, added example usage of calc_hash(). by Kamil Konieczny · 8 years ago
  35. 6312811 Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook by Jonathan Corbet · 8 years ago
  36. b68101a doc: ReSTify keys.txt by Kees Cook · 8 years ago
  37. 8db0b75 docs-rst: add crypto API book to pdf output by Mauro Carvalho Chehab · 8 years ago
  38. 0302e28 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  39. 8e323a0 KEYS: Keyring asymmetric key restrict method with chaining by Mat Martineau · 8 years ago
  40. 7e3c4d2 KEYS: Restrict asymmetric key linkage using a specific keychain by Mat Martineau · 9 years ago
  41. 97d3aa0 KEYS: Add a lookup_restriction function for the asymmetric key type by Mat Martineau · 9 years ago
  42. 986bdd5 crypto: doc - fix typo (struct sdesc) by Fabien DESSENNE · 8 years ago
  43. 36b05ef crypto: doc - fix typo by Gilad Ben-Yossef · 8 years ago
  44. 379d972 crypto: doc - Fix hash export state information by Rabin Vincent · 8 years ago
  45. 0aaf214 Merge tag 'docs-4.10-2' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  46. 3fa71d0 crypto: doc - optimize compilation by Stephan Mueller · 8 years ago
  47. 71f3f02 crypto: doc - remove crypto_alloc_ablkcipher by Stephan Mueller · 8 years ago
  48. 8d23da2 crypto: doc - add KPP documentation by Stephan Mueller · 8 years ago
  49. c30c98d crypto: doc - fix separation of cipher / req API by Stephan Mueller · 8 years ago
  50. 3b72c81 crypto: doc - convert crypto API documentation to Sphinx by Stephan Mueller · 8 years ago
  51. 8eea134 crypt: doc - remove misleading mention of async API by Baruch Siach · 8 years ago
  52. 450a6c3 crypto: doc - fix header file name by Baruch Siach · 8 years ago
  53. b142f54 crypto: doc - Fix typo by Andrea Gelmini · 9 years ago
  54. 8bc618d crypto: doc - Use ahash by Herbert Xu · 9 years ago
  55. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  56. dbe5fe7 crypto: doc - AEAD / RNG AF_ALG interface by Stephan Mueller · 10 years ago
  57. e63b673 crypto: doc - userspace interface spec by Stephan Mueller · 10 years ago
  58. 48a9db4 drivers/dma: remove unused support for MEMSET operations by Bartlomiej Zolnierkiewicz · 11 years ago
  59. 9a83b46 KEYS: Document asymmetric key type by David Howells · 12 years ago
  60. 0a82a62 async_tx: add support for asynchronous RAID6 recovery operations by Dan Williams · 15 years ago
  61. b2f46fd async_tx: add support for asynchronous GF multiplication by Dan Williams · 15 years ago
  62. 04ce9ab async_xor: permit callers to pass in a 'dma/page scribble' region by Dan Williams · 16 years ago
  63. a08abd8 async_tx: structify submission arguments, add scribble by Dan Williams · 16 years ago
  64. 88ba2aa async_tx: kill ASYNC_TX_DEP_ACK flag by Dan Williams · 16 years ago
  65. 099f53c async_tx: rename zero_sum to val by Dan Williams · 16 years ago
  66. 28405d8 async_tx, dmaengine: document channel allocation and api rework by Dan Williams · 16 years ago
  67. 86f578d [CRYPTO] doc: Update api-intro.txt by Herbert Xu · 17 years ago
  68. c5d2b9f async_tx: usage documentation and developer notes (v2) by Dan Williams · 17 years ago
  69. be2a608 documentation: convert the Documentation directory to UTF-8 by John Anthony Kazos Jr · 18 years ago
  70. 58e4030 [CRYPTO] doc: Fix typo in hash example by Johannes Schlumberger · 18 years ago
  71. dc2e2f3 [CRYPTO] doc: added the developer of Camellia cipher by Noriaki TAKAMIYA · 18 years ago
  72. 878b901 [CRYPTO] doc: Update documentation for hash and me by Herbert Xu · 18 years ago
  73. d533f67 [PATCH] Spelling fixes for Documentation/ by Tobias Klauser · 19 years ago
  74. fb4f10e [CRYPTO]: Fix XTEA implementation by Aaron Grothe · 19 years ago
  75. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago