1. 69f1a97 crypto: api - check for ERR pointers in crypto_destroy_tfm() by Ard Biesheuvel · 3 years, 9 months ago
  2. eeb0899 crypto: x86 - Regularize glue function prototypes by Kees Cook · 5 years ago
  3. 0781709 crypto - shash: reduce minimum alignment of shash_desc structure by Ard Biesheuvel · 3 years, 10 months ago
  4. cf368b8 crypto: algif_aead - Only wake up when ctx->more is zero by Herbert Xu · 4 years, 6 months ago
  5. cc0f678 crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock() by Herbert Xu · 4 years, 5 months ago
  6. d7835f2 crypto: algif_skcipher - Use chunksize instead of blocksize by Herbert Xu · 5 years ago
  7. f1f2f61 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
  8. 6017826 crypto: skcipher - add the ability to abort a skcipher walk by Ard Biesheuvel · 5 years ago
  9. c75c66b crypto: sha256 - Remove sha256/224_init code duplication by Hans de Goede · 5 years ago
  10. 34d6245 crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h by Hans de Goede · 5 years ago
  11. 7d2f5b0 crypto: sha256 - Add sha224 support to sha256 library code by Hans de Goede · 5 years ago
  12. 01d3aee crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use by Hans de Goede · 5 years ago
  13. ad767ee crypto: sha256 - Move lib/sha256.c to lib/crypto by Hans de Goede · 5 years ago
  14. 18fbe0d crypto: des - remove now unused __des3_ede_setkey() by Ard Biesheuvel · 5 years ago
  15. 04007b0 crypto: des - split off DES library from generic DES cipher driver by Ard Biesheuvel · 5 years ago
  16. 6b5c481 crypto: des - remove unused function by Ard Biesheuvel · 5 years ago
  17. 6ee41e5 crypto: des/3des_ede - add new helpers to verify keys by Ard Biesheuvel · 5 years ago
  18. bc67d04 crypto: aes - helper function to validate key length for AES algorithms by Iuliana Prodan · 5 years ago
  19. 65526f6 crypto: gcm - helper functions for assoclen/authsize check by Iuliana Prodan · 5 years ago
  20. e201af1 PKCS#7: Introduce pkcs7_get_digest() by Thiago Jung Bauermann · 5 years ago
  21. f9981bc crypto: api - Remove redundant #ifdef in crypto_yield() by Thomas Gleixner · 5 years ago
  22. 939f146 crypto: user - fix potential warnings in cryptouser.h by Masahiro Yamada · 5 years ago
  23. 68289c6 crypto: add header include guards by Masahiro Yamada · 5 years ago
  24. 8dfa20f crypto: ghash - add comment and improve help text by Eric Biggers · 5 years ago
  25. 91b05a7 crypto: user - make NETLINK_CRYPTO work inside netns by Ondrej Mosnacek · 5 years ago
  26. 5cb9770 crypto: morus - remove generic and x86 implementations by Ard Biesheuvel · 5 years ago
  27. 9467a31 crypto: lib/aes - export sbox and inverse sbox by Ard Biesheuvel · 5 years ago
  28. 1e25ca0 crypto: aes-generic - unexport last-round AES tables by Ard Biesheuvel · 5 years ago
  29. d9ec772 crypto: ctr - add helper for performing a CTR encryption walk by Ard Biesheuvel · 5 years ago
  30. 5bb12d7 crypto: aes-generic - drop key expansion routine in favor of library version by Ard Biesheuvel · 5 years ago
  31. e59c1c9 crypto: aes - create AES library based on the fixed time AES code by Ard Biesheuvel · 5 years ago
  32. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  33. dc51f25 crypto: arc4 - refactor arc4 core code into separate library by Ard Biesheuvel · 5 years ago
  34. bdb275b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 5 years ago
  35. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 5 years ago
  36. caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 5 years ago
  37. 860ab2e crypto: chacha - constify ctx and iv arguments by Eric Biggers · 5 years ago
  38. 314d0f0 crypto: skcipher - make chunksize and walksize accessors internal by Eric Biggers · 5 years ago
  39. 81bcbb1 crypto: skcipher - un-inline encrypt and decrypt functions by Eric Biggers · 5 years ago
  40. f2fe115 crypto: aead - un-inline encrypt and decrypt functions by Eric Biggers · 5 years ago
  41. a61127c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 by Thomas Gleixner · 5 years ago
  42. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 5 years ago
  43. 5e99a0a crypto: algapi - remove crypto_tfm_in_queue() by Eric Biggers · 5 years ago
  44. 3e56e16 crypto: cryptd - move kcrypto_wq into cryptd by Eric Biggers · 5 years ago
  45. b4d0d23 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 by Thomas Gleixner · 5 years ago
  46. db07cd2 crypto: drbg - add FIPS 140-2 CTRNG for noise source by Stephan Mueller · 6 years ago
  47. e135440 crypto: hash - fix incorrect HASH_MAX_DESCSIZE by Eric Biggers · 6 years ago
  48. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  49. 0a877e3 crypto: cryptd - remove ability to instantiate ablkciphers by Eric Biggers · 6 years ago
  50. f1774cb X.509: parse public key parameters from x509 for akcipher by Vitaly Chikunov · 6 years ago
  51. c7381b0 crypto: akcipher - new verify API for public key algorithms by Vitaly Chikunov · 6 years ago
  52. d7198ce crypto: des_generic - Forbid 2-key in 3DES and add helpers by Herbert Xu · 6 years ago
  53. c5c4688 crypto: streebog - fix unaligned memory accesses by Eric Biggers · 6 years ago
  54. 61abc35 crypto: aes - Use ___cacheline_aligned for aes data by Andi Kleen · 6 years ago
  55. b55e1a3 crypto: simd,testmgr - introduce crypto_simd_usable() by Eric Biggers · 6 years ago
  56. e151a8d crypto: x86/morus1280 - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  57. 4773095 crypto: x86/morus640 - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  58. 1661131 crypto: simd - support wrapping AEAD algorithms by Eric Biggers · 6 years ago
  59. bd30cf5 crypto: export arc4 defines by Iuliana Prodan · 6 years ago
  60. 231baec crypto: clarify name of WEAK_KEY request flag by Eric Biggers · 6 years ago
  61. 9572442 crypto: api - add a helper to (un)register a array of templates by Xiongfeng Wang · 6 years ago
  62. 12ea20f crypto: morus - Cleanup license mess by Thomas Gleixner · 6 years ago
  63. 466e075 crypto: af_alg - make some functions static by Eric Biggers · 6 years ago
  64. e17568e crypto: user - forward declare crypto_nlsk by Eric Biggers · 6 years ago
  65. 73381da crypto: streebog - use correct endianness type by Eric Biggers · 6 years ago
  66. 14aa1a8 crypto: algapi - remove crypto_alloc_instance() by Eric Biggers · 6 years ago
  67. 0872da1 crypto: skcipher - add helper for simple block cipher modes by Eric Biggers · 6 years ago
  68. c79b411 crypto: skcipher - remove remnants of internal IV generators by Eric Biggers · 6 years ago
  69. 0c99c2a crypto: user - remove unused dump functions by Corentin Labbe · 6 years ago
  70. f7d76e0 crypto: user - fix use_after_free of struct xxx_request by Corentin Labbe · 6 years ago
  71. 6e8e72c crypto: user - convert all stats from u32 to u64 by Corentin Labbe · 6 years ago
  72. 2ced260 crypto: user - made crypto_user_stat optional by Corentin Labbe · 6 years ago
  73. 26609a2 crypto: nhpoly1305 - add NHPoly1305 support by Eric Biggers · 6 years ago
  74. 1b6fd3d crypto: poly1305 - add Poly1305 core API by Eric Biggers · 6 years ago
  75. 878afc3 crypto: poly1305 - use structures for key and accumulator by Eric Biggers · 6 years ago
  76. aa76240 crypto: chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  77. 1ca1b91 crypto: chacha20-generic - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  78. de61d7a crypto: chacha20-generic - add XChaCha20 support by Eric Biggers · 6 years ago
  79. dd33344 crypto: chacha20-generic - add HChaCha20 library function by Eric Biggers · 6 years ago
  80. 193188e crypto: chacha20poly1305 - export CHACHAPOLY_IV_SIZE by Cristian Stoica · 6 years ago
  81. dfdda82 crypto: streebog - register Streebog in hash info for IMA by Vitaly Chikunov · 6 years ago
  82. fe18957 crypto: streebog - add Streebog hash function by Vitaly Chikunov · 6 years ago
  83. f8c54e1 KEYS: asym_tpm: extract key size & public key [ver #2] by Denis Kenzior · 6 years ago
  84. 903be6b KEYS: asym_tpm: add skeleton for asym_tpm [ver #2] by Denis Kenzior · 6 years ago
  85. f7c4e06 KEYS: Allow the public_key struct to hold a private key [ver #2] by David Howells · 6 years ago
  86. 5a30771 KEYS: Provide missing asymmetric key subops for new key type ops [ver #2] by David Howells · 6 years ago
  87. 90a8c78 crypto/morus(640,1280) - make crypto_...-algs static by valdis.kletnieks@vt.edu · 6 years ago
  88. cac5818 crypto: user - Implement a generic crypto statistics by Corentin Labbe · 6 years ago
  89. a9cbfe4 crypto: skcipher - Remove SKCIPHER_REQUEST_ON_STACK() by Kees Cook · 6 years ago
  90. 8d60539 crypto: null - Remove VLA usage of skcipher by Kees Cook · 6 years ago
  91. b350bee crypto: skcipher - Introduce crypto_sync_skcipher by Kees Cook · 6 years ago
  92. a5e9f55 crypto: chacha20 - Fix chacha20_block() keystream alignment (again) by Eric Biggers · 6 years ago
  93. dd8b083 crypto: api - Introduce notifier for new crypto algorithms by Martin K. Petersen · 6 years ago
  94. ab8085c crypto: x86 - remove SHA multibuffer routines and mcryptd by Ard Biesheuvel · 6 years ago
  95. a9f7f88 crypto: api - Introduce generic max blocksize and alignmask by Kees Cook · 6 years ago
  96. b68a7ec crypto: hash - Remove VLA usage by Kees Cook · 6 years ago
  97. d73d67f crypto: cbc - Remove VLA usage by Kees Cook · 6 years ago
  98. 578bdaa crypto: speck - remove Speck by Jason A. Donenfeld · 6 years ago
  99. 3dd8cc0 crypto: scatterwalk - remove scatterwalk_samebuf() by Eric Biggers · 6 years ago
  100. 8c30fbe crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain() by Eric Biggers · 6 years ago