1. b257b48 crypto: lrw - Fix atomic sleep when walking skcipher by Herbert Xu · 6 years ago
  2. 44427c0 crypto: xts - Fix atomic sleep when walking skcipher by Herbert Xu · 6 years ago
  3. 678cce4 crypto: x86/poly1305 - fix overflow during partial reduction by Eric Biggers · 6 years ago
  4. 45ec975 lib/lzo: separate lzo-rle from lzo by Dave Rodgman · 6 years ago
  5. 63bdf42 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  6. 91e1484 crypto: af_alg - use struct_size() in sock_kfree_s() by Gustavo A. R. Silva · 6 years ago
  7. 333e6647 crypto: adiantum - add 1536 and 4096-byte test vectors by Eric Biggers · 6 years ago
  8. 367ecc0 crypto: nhpoly1305 - add a test vector with len % 16 != 0 by Eric Biggers · 6 years ago
  9. e674dbc crypto: testmgr - add iv_out to all CTR test vectors by Eric Biggers · 6 years ago
  10. cdc6946 crypto: testmgr - add iv_out to all CBC test vectors by Eric Biggers · 6 years ago
  11. 8efd972 crypto: testmgr - support checking skcipher output IV by Eric Biggers · 6 years ago
  12. c9e1d48 crypto: testmgr - remove extra bytes from 3DES-CTR IVs by Eric Biggers · 6 years ago
  13. 9060cb7 net: crypto set sk to NULL when af_alg_release. by Mao Wenan · 6 years ago
  14. bd30cf5 crypto: export arc4 defines by Iuliana Prodan · 6 years ago
  15. a6e5ef9 crypto: testmgr - check for aead_request corruption by Eric Biggers · 6 years ago
  16. fa353c9 crypto: testmgr - check for skcipher_request corruption by Eric Biggers · 6 years ago
  17. 4cc2dcf crypto: testmgr - convert hash testing to use testvec_configs by Eric Biggers · 6 years ago
  18. ed96804 crypto: testmgr - convert aead testing to use testvec_configs by Eric Biggers · 6 years ago
  19. 4e7babba crypto: testmgr - convert skcipher testing to use testvec_configs by Eric Biggers · 6 years ago
  20. 25f9ddd crypto: testmgr - implement random testvec_config generation by Eric Biggers · 6 years ago
  21. 5b2706a crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS by Eric Biggers · 6 years ago
  22. 3f47a03 crypto: testmgr - add testvec_config struct and helper functions by Eric Biggers · 6 years ago
  23. 77568e5 crypto: ahash - fix another early termination in hash walk by Eric Biggers · 6 years ago
  24. d644f1c crypto: morus - fix handling chunked inputs by Eric Biggers · 6 years ago
  25. 0f533e6 crypto: aegis - fix handling chunked inputs by Eric Biggers · 6 years ago
  26. e3d90e52 crypto: testmgr - use kmemdup by Christopher Diaz Riveros · 6 years ago
  27. a8a3441 crypto: testmgr - mark crc32 checksum as FIPS allowed by Milan Broz · 6 years ago
  28. eb5e673 crypto: testmgr - skip crc32c context test for ahash algorithms by Eric Biggers · 6 years ago
  29. 7e33d4d crypto: seqiv - Use kmemdup in seqiv_aead_encrypt() by YueHaibing · 6 years ago
  30. 231baec crypto: clarify name of WEAK_KEY request flag by Eric Biggers · 6 years ago
  31. 1a5e02b crypto: chacha20poly1305 - use template array registering API to simplify the code by Xiongfeng Wang · 6 years ago
  32. 9f8ef36 crypto: ctr - use template array registering API to simplify the code by Xiongfeng Wang · 6 years ago
  33. 56a00d9 crypto: gcm - use template array registering API to simplify the code by Xiongfeng Wang · 6 years ago
  34. 0db1903 crypto: ccm - use template array registering API to simplify the code by Xiongfeng Wang · 6 years ago
  35. 9572442 crypto: api - add a helper to (un)register a array of templates by Xiongfeng Wang · 6 years ago
  36. 747bd2a crypto: morus - Convert to SPDX license identifiers by Thomas Gleixner · 6 years ago
  37. bb4ce82 crypto: aegis - Convert to SPDX license identifiers by Thomas Gleixner · 6 years ago
  38. ea5d8cf crypto: aegis - Cleanup license mess by Thomas Gleixner · 6 years ago
  39. a0d608e crypto: testmgr - unify the AEAD encryption and decryption test vectors by Eric Biggers · 6 years ago
  40. d7250b4 crypto: testmgr - add rfc4543(gcm(aes)) decryption test to encryption tests by Eric Biggers · 6 years ago
  41. f38e888 crypto: testmgr - add gcm(aes) decryption tests to encryption tests by Eric Biggers · 6 years ago
  42. de845da crypto: testmgr - add ccm(aes) decryption tests to encryption tests by Eric Biggers · 6 years ago
  43. 5bc3de5 crypto: testmgr - skip AEAD encryption test vectors with novrfy set by Eric Biggers · 6 years ago
  44. 6d0d6cf crypto: af_alg - remove redundant initializations of sk_family by Eric Biggers · 6 years ago
  45. 7c39edf crypto: af_alg - use list_for_each_entry() in af_alg_count_tsgl() by Eric Biggers · 6 years ago
  46. 466e075 crypto: af_alg - make some functions static by Eric Biggers · 6 years ago
  47. 554557c crypto: stat - remove unused mutex by Eric Biggers · 6 years ago
  48. f990f7f crypto: tgr192 - fix unaligned memory access by Eric Biggers · 6 years ago
  49. e17568e crypto: user - forward declare crypto_nlsk by Eric Biggers · 6 years ago
  50. cb9dde8 crypto: testmgr - handle endianness correctly in alg_test_crc32c() by Eric Biggers · 6 years ago
  51. 73381da crypto: streebog - use correct endianness type by Eric Biggers · 6 years ago
  52. a1180cf crypto: rsa-pkcs1pad - include <crypto/internal/rsa.h> by Eric Biggers · 6 years ago
  53. 1866655 crypto: gcm - use correct endianness type in gcm_hash_len() by Eric Biggers · 6 years ago
  54. 0507de9 crypto: testmgr - split akcipher tests by a key type by Vitaly Chikunov · 6 years ago
  55. 2b091e3 crypto: shash - remove pointless checks of shash_alg::{export,import} by Eric Biggers · 6 years ago
  56. 41a2e94 crypto: shash - require neither or both ->export() and ->import() by Eric Biggers · 6 years ago
  57. 6ebc970 crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails by Eric Biggers · 6 years ago
  58. b1f6b4b crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails by Eric Biggers · 6 years ago
  59. ba7d743 crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails by Eric Biggers · 6 years ago
  60. 6b47666 crypto: algapi - reject NULL crypto_spawn::inst by Eric Biggers · 6 years ago
  61. 14aa1a8 crypto: algapi - remove crypto_alloc_instance() by Eric Biggers · 6 years ago
  62. 31d40c2 crypto: null - convert ecb-cipher_null to skcipher API by Eric Biggers · 6 years ago
  63. 426bcb5 crypto: arc4 - convert to skcipher API by Eric Biggers · 6 years ago
  64. 0be487b crypto: pcbc - convert to skcipher_alloc_instance_simple() by Eric Biggers · 6 years ago
  65. fb6de25 crypto: pcbc - remove ability to wrap internal ciphers by Eric Biggers · 6 years ago
  66. 21f3ca6 crypto: ofb - convert to skcipher_alloc_instance_simple() by Eric Biggers · 6 years ago
  67. 6b611d9 crypto: keywrap - convert to skcipher API by Eric Biggers · 6 years ago
  68. 52e9368 crypto: ecb - convert to skcipher API by Eric Biggers · 6 years ago
  69. 11f1463 crypto: ctr - convert to skcipher API by Eric Biggers · 6 years ago
  70. 03b8302 crypto: cfb - convert to skcipher_alloc_instance_simple() by Eric Biggers · 6 years ago
  71. a5a84a9 crypto: cbc - convert to skcipher_alloc_instance_simple() by Eric Biggers · 6 years ago
  72. 0872da1 crypto: skcipher - add helper for simple block cipher modes by Eric Biggers · 6 years ago
  73. 251b7ae crypto: pcbc - remove bogus memcpy()s with src == dest by Eric Biggers · 6 years ago
  74. b3e3e2d crypto: ofb - fix handling partial blocks and make thread-safe by Eric Biggers · 6 years ago
  75. 6c2e322 crypto: cfb - remove bogus memcpy() with src == dest by Eric Biggers · 6 years ago
  76. 394a9e0 crypto: cfb - add missing 'chunksize' property by Eric Biggers · 6 years ago
  77. af8cb01 crypto: Kconfig - Fix typo in "pclmul" by haco · 6 years ago
  78. d45a90c crypto: sm3 - fix undefined shift by >= width of value by Eric Biggers · 6 years ago
  79. 6db4341 crypto: adiantum - initialize crypto_spawn::inst by Eric Biggers · 6 years ago
  80. a777336 crypto: authencesn - Avoid twice completion call in decrypt path by Harsh Jain · 6 years ago
  81. 8f9c469 crypto: authenc - fix parsing key with misaligned rta_len by Eric Biggers · 6 years ago
  82. 769e470 Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  83. b71acb0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  84. 792bf4d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  85. c79b411 crypto: skcipher - remove remnants of internal IV generators by Eric Biggers · 6 years ago
  86. 101b53d crypto: salsa20-generic - don't unnecessarily use atomic walk by Eric Biggers · 6 years ago
  87. bb64829 crypto: skcipher - add might_sleep() to skcipher_walk_virt() by Eric Biggers · 6 years ago
  88. 0c99c2a crypto: user - remove unused dump functions by Corentin Labbe · 6 years ago
  89. 8636a1f treewide: surround Kconfig file paths with double quotes by Masahiro Yamada · 6 years ago
  90. 00c9fe3 crypto: adiantum - fix leaking reference to hash algorithm by Eric Biggers · 6 years ago
  91. 0ac6b8f crypto: user - support incremental algorithm dumps by Eric Biggers · 6 years ago
  92. c6018e1 crypto: adiantum - adjust some comments to match latest paper by Eric Biggers · 6 years ago
  93. 282c148 crypto: xchacha20 - fix comments for test vectors by Eric Biggers · 6 years ago
  94. 5569e8c crypto: xchacha - add test vector from XChaCha20 draft RFC by Eric Biggers · 6 years ago
  95. 7a507d6 crypto: x86/chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  96. 4af7826 crypto: x86/chacha20 - add XChaCha20 support by Eric Biggers · 6 years ago
  97. 0f961f9 crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305 by Eric Biggers · 6 years ago
  98. 012c823 crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305 by Eric Biggers · 6 years ago
  99. b299362 crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instance by Eric Biggers · 6 years ago
  100. ee5bbc9 crypto: tcrypt - add block size of 1472 to skcipher template by Ard Biesheuvel · 6 years ago