1. 9060cb7 net: crypto set sk to NULL when af_alg_release. by Mao Wenan · 6 years ago
  2. d45a90c crypto: sm3 - fix undefined shift by >= width of value by Eric Biggers · 6 years ago
  3. 6db4341 crypto: adiantum - initialize crypto_spawn::inst by Eric Biggers · 6 years ago
  4. a777336 crypto: authencesn - Avoid twice completion call in decrypt path by Harsh Jain · 6 years ago
  5. 8f9c469 crypto: authenc - fix parsing key with misaligned rta_len by Eric Biggers · 6 years ago
  6. 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
  7. b71acb0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  8. 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
  9. c79b411 crypto: skcipher - remove remnants of internal IV generators by Eric Biggers · 6 years ago
  10. 101b53d crypto: salsa20-generic - don't unnecessarily use atomic walk by Eric Biggers · 6 years ago
  11. bb64829 crypto: skcipher - add might_sleep() to skcipher_walk_virt() by Eric Biggers · 6 years ago
  12. 0c99c2a crypto: user - remove unused dump functions by Corentin Labbe · 6 years ago
  13. 8636a1f treewide: surround Kconfig file paths with double quotes by Masahiro Yamada · 6 years ago
  14. 00c9fe3 crypto: adiantum - fix leaking reference to hash algorithm by Eric Biggers · 6 years ago
  15. 0ac6b8f crypto: user - support incremental algorithm dumps by Eric Biggers · 6 years ago
  16. c6018e1 crypto: adiantum - adjust some comments to match latest paper by Eric Biggers · 6 years ago
  17. 282c148 crypto: xchacha20 - fix comments for test vectors by Eric Biggers · 6 years ago
  18. 5569e8c crypto: xchacha - add test vector from XChaCha20 draft RFC by Eric Biggers · 6 years ago
  19. 7a507d6 crypto: x86/chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  20. 4af7826 crypto: x86/chacha20 - add XChaCha20 support by Eric Biggers · 6 years ago
  21. 0f961f9 crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305 by Eric Biggers · 6 years ago
  22. 012c823 crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305 by Eric Biggers · 6 years ago
  23. b299362 crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instance by Eric Biggers · 6 years ago
  24. ee5bbc9 crypto: tcrypt - add block size of 1472 to skcipher template by Ard Biesheuvel · 6 years ago
  25. 1f6669b crypto: user - Add crypto_stats_init by Corentin Labbe · 6 years ago
  26. 44f1313 crypto: user - rename err_cnt parameter by Corentin Labbe · 6 years ago
  27. 17c18f9 crypto: user - Split stats in multiple structures by Corentin Labbe · 6 years ago
  28. 5fff817 crypto: user - remove intermediate variable by Corentin Labbe · 6 years ago
  29. b0af91c crypto: user - Fix invalid stat reporting by Corentin Labbe · 6 years ago
  30. f7d76e0 crypto: user - fix use_after_free of struct xxx_request by Corentin Labbe · 6 years ago
  31. 7f0a9d5 crypto: user - split user space crypto stat structures by Corentin Labbe · 6 years ago
  32. 6e8e72c crypto: user - convert all stats from u32 to u64 by Corentin Labbe · 6 years ago
  33. a6a3138 crypto: user - CRYPTO_STATS should depend on CRYPTO_USER by Corentin Labbe · 6 years ago
  34. 2ced260 crypto: user - made crypto_user_stat optional by Corentin Labbe · 6 years ago
  35. 946dca8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 6 years ago
  36. e61efff crypto: user - Disable statistics interface by Herbert Xu · 6 years ago
  37. 4bbfd74 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  38. e5bde04 crypto: do not free algorithm before using by Pan Bian · 6 years ago
  39. a0076e1 crypto/pcrypt: Replace synchronize_rcu_bh() with synchronize_rcu() by Paul E. McKenney · 6 years ago
  40. 059c2a4 crypto: adiantum - add Adiantum support by Eric Biggers · 6 years ago
  41. 26609a2 crypto: nhpoly1305 - add NHPoly1305 support by Eric Biggers · 6 years ago
  42. 1b6fd3d crypto: poly1305 - add Poly1305 core API by Eric Biggers · 6 years ago
  43. 878afc3 crypto: poly1305 - use structures for key and accumulator by Eric Biggers · 6 years ago
  44. aa76240 crypto: chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  45. 1ca1b91 crypto: chacha20-generic - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  46. de61d7a crypto: chacha20-generic - add XChaCha20 support by Eric Biggers · 6 years ago
  47. 5e04542 crypto: chacha20-generic - don't unnecessarily use atomic walk by Eric Biggers · 6 years ago
  48. d416559 crypto: remove useless initializations of cra_list by Eric Biggers · 6 years ago
  49. 3da2c1d crypto: ecc - regularize scalar for scalar multiplication by Vitaly Chikunov · 6 years ago
  50. 193188e crypto: chacha20poly1305 - export CHACHAPOLY_IV_SIZE by Cristian Stoica · 6 years ago
  51. 25a0b9d crypto: streebog - add Streebog test vectors by Vitaly Chikunov · 6 years ago
  52. dfdda82 crypto: streebog - register Streebog in hash info for IMA by Vitaly Chikunov · 6 years ago
  53. fe18957 crypto: streebog - add Streebog hash function by Vitaly Chikunov · 6 years ago
  54. ecd6d5c crypto: cts - document NIST standard status by Gilad Ben-Yossef · 6 years ago
  55. 2eb4942 crypto: ecc - check for invalid values in the key verification test by Vitaly Chikunov · 6 years ago
  56. 196ad60 crypto: testmgr - mark cts(cbc(aes)) as FIPS allowed by Gilad Ben-Yossef · 6 years ago
  57. 37db69e crypto: user - clean up report structure copying by Eric Biggers · 6 years ago
  58. ed848b6 crypto: user - remove redundant reporting functions by Eric Biggers · 6 years ago
  59. b1e3874 pcrypt: use format specifier in kobject_add by Colin Ian King · 6 years ago
  60. 7da6667 crypto: testmgr - add AES-CFB tests by Dmitry Eremin-Solenikov · 6 years ago
  61. fa46007 crypto: cfb - fix decryption by Dmitry Eremin-Solenikov · 6 years ago
  62. 913a3aa crypto: arm/aes - add some hardening against cache-timing attacks by Eric Biggers · 6 years ago
  63. 0a6a40c crypto: aes_ti - disable interrupts while accessing S-box by Eric Biggers · 6 years ago
  64. 9f4debe crypto: user - Zeroize whole structure given to user space by Corentin Labbe · 6 years ago
  65. f43f399 crypto: user - fix leaking uninitialized memory to userspace by Eric Biggers · 6 years ago
  66. 508a1c4 crypto: simd - correctly take reqsize of wrapped skcipher into account by Ard Biesheuvel · 6 years ago
  67. 64ae16d KEYS: asym_tpm: Add support for the sign operation [ver #2] by Denis Kenzior · 6 years ago
  68. e73d170 KEYS: asym_tpm: Implement tpm_sign [ver #2] by Denis Kenzior · 6 years ago
  69. e08e689 KEYS: asym_tpm: Implement signature verification [ver #2] by Denis Kenzior · 6 years ago
  70. a335974 KEYS: asym_tpm: Implement the decrypt operation [ver #2] by Denis Kenzior · 6 years ago
  71. f884fe5 KEYS: asym_tpm: Implement tpm_unbind [ver #2] by Denis Kenzior · 6 years ago
  72. 0c36264 KEYS: asym_tpm: Add loadkey2 and flushspecific [ver #2] by Denis Kenzior · 6 years ago
  73. e1ea9f8 KEYS: trusted: Expose common functionality [ver #2] by Denis Kenzior · 6 years ago
  74. ad4b1eb KEYS: asym_tpm: Implement encryption operation [ver #2] by Denis Kenzior · 6 years ago
  75. dff5a61 KEYS: asym_tpm: Implement pkey_query [ver #2] by Denis Kenzior · 6 years ago
  76. d5e7274 KEYS: Add parser for TPM-based keys [ver #2] by Denis Kenzior · 6 years ago
  77. f8c54e1 KEYS: asym_tpm: extract key size & public key [ver #2] by Denis Kenzior · 6 years ago
  78. 903be6b KEYS: asym_tpm: add skeleton for asym_tpm [ver #2] by Denis Kenzior · 6 years ago
  79. b3a8c8a crypto: rsa-pkcs1pad: Allow hash to be optional [ver #2] by Denis Kenzior · 6 years ago
  80. 3c58b23 KEYS: Implement PKCS#8 RSA Private Key parser [ver #2] by David Howells · 6 years ago
  81. c08fed7 KEYS: Implement encrypt, decrypt and sign for software asymmetric key [ver #2] by David Howells · 6 years ago
  82. f7c4e06 KEYS: Allow the public_key struct to hold a private key [ver #2] by David Howells · 6 years ago
  83. 82f94f2 KEYS: Provide software public key query function [ver #2] by David Howells · 6 years ago
  84. 0398849 KEYS: Make the X.509 and PKCS7 parsers supply the sig encoding type [ver #2] by David Howells · 6 years ago
  85. 5a30771 KEYS: Provide missing asymmetric key subops for new key type ops [ver #2] by David Howells · 6 years ago
  86. 62606c2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  87. 89ab066 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  88. 22a8118 crypto: testmgr - fix sizeof() on COMP_BUF_SIZE by Michael Schupikov · 6 years ago
  89. 4a34e3c crypto: aegis/generic - fix for big endian systems by Ard Biesheuvel · 6 years ago
  90. 5a8dedf crypto: morus/generic - fix for big endian systems by Ard Biesheuvel · 6 years ago
  91. fd27b57 crypto: lrw - fix rebase error after out of bounds fix by Ard Biesheuvel · 6 years ago
  92. 944585a crypto: x86/aes-ni - remove special handling of AES in PCBC mode by Ard Biesheuvel · 6 years ago
  93. dfb89ab crypto: tcrypt - add OFB functional tests by Gilad Ben-Yossef · 6 years ago
  94. e497c51 crypto: ofb - add output feedback mode by Gilad Ben-Yossef · 6 years ago
  95. 95ba597 crypto: testmgr - update sm4 test vectors by Gilad Ben-Yossef · 6 years ago
  96. 4d407b0 crypto: tcrypt - remove remnants of pcomp-based zlib by Horia Geantă · 6 years ago
  97. cac5818 crypto: user - Implement a generic crypto statistics by Corentin Labbe · 6 years ago
  98. 36b3875 crypto: cryptd - Remove VLA usage of skcipher by Kees Cook · 6 years ago
  99. 8d60539 crypto: null - Remove VLA usage of skcipher by Kees Cook · 6 years ago
  100. b350bee crypto: skcipher - Introduce crypto_sync_skcipher by Kees Cook · 6 years ago