1. aa1b6bb crypto: algboss - Remove reference to nivaead by Herbert Xu · 9 years ago
  2. 104880a crypto: authencesn - Convert to new AEAD interface by Herbert Xu · 9 years ago
  3. bf20d77 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 9 years ago
  4. 443c0d7 crypto: authencesn - Fix breakage with new ESP code by Herbert Xu · 9 years ago
  5. e94c6a7 crypto: authenc - Add Kconfig dependency on CRYPTO_NULL by Herbert Xu · 9 years ago
  6. a4198fd crypto: testmgr - Reenable authenc tests by Herbert Xu · 9 years ago
  7. 92d95ba crypto: authenc - Convert to new AEAD interface by Herbert Xu · 9 years ago
  8. 7079ce6 crypto: testmgr - Disable authenc test and convert test vectors by Herbert Xu · 9 years ago
  9. 0c5f0aa crypto: jitterentropy - use safe format string parameters by Kees Cook · 9 years ago
  10. a9d4f82 crypto: rsa - fix invalid check for keylen in fips mode by Tadeusz Struk · 9 years ago
  11. b1ccc8f crypto: poly1305 - Add a four block AVX2 variant for x86_64 by Martin Willi · 9 years ago
  12. c70f4ab crypto: poly1305 - Add a SSE2 SIMD variant for x86_64 by Martin Willi · 9 years ago
  13. 2546f81 crypto: poly1305 - Export common Poly1305 helpers by Martin Willi · 9 years ago
  14. 6692cbc crypto: testmgr - Add a longer ChaCha20 test vector by Martin Willi · 9 years ago
  15. 3d1e93c crypto: chacha20 - Add an eight block AVX2 variant for x86_64 by Martin Willi · 9 years ago
  16. c9320b6 crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64 by Martin Willi · 9 years ago
  17. 31d7247 crypto: chacha20 - Export common ChaCha20 helpers by Martin Willi · 9 years ago
  18. 2dce063 crypto: tcrypt - Add ChaCha20/Poly1305 speed tests by Martin Willi · 9 years ago
  19. 7479092 crypto: chacha20poly1305 - Convert to new AEAD interface by Herbert Xu · 9 years ago
  20. 6e8ec66 crypto: rsa - limit supported key lengths by Tadeusz Struk · 9 years ago
  21. 544c436 crypto: testmgr - Reenable rfc4309 test by Herbert Xu · 9 years ago
  22. 81c4c35 crypto: ccm - Convert to new AEAD interface by Herbert Xu · 9 years ago
  23. 0bc5a6c crypto: testmgr - Disable rfc4309 test and convert test vectors by Herbert Xu · 9 years ago
  24. 3f31a74 crypto: testmgr - Reenable rfc4106 test by Herbert Xu · 9 years ago
  25. 7b05a37 crypto: gcm - Use new IV convention by Herbert Xu · 9 years ago
  26. 34a1c74 crypto: tcrypt - Add support for new IV convention by Herbert Xu · 9 years ago
  27. 8537544 crypto: testmgr - Disable rfc4106 test and convert test vectors by Herbert Xu · 9 years ago
  28. e13f0f6 crypto: aead - Propagate new AEAD implementation flag for IV generators by Herbert Xu · 9 years ago
  29. 5964f26 crypto: seqiv - Replace seqniv with seqiv by Herbert Xu · 9 years ago
  30. 5499b1a crypto: echainiv - Fix encryption convention by Herbert Xu · 9 years ago
  31. f6da320 crypto: cryptd - Propagate new AEAD implementation flag by Herbert Xu · 9 years ago
  32. 846f97d crypto: pcrypt - Propagate new AEAD implementation flag by Herbert Xu · 9 years ago
  33. ba75e15 crypto: aead - Add type-safe function for freeing instances by Herbert Xu · 9 years ago
  34. 319382a crypto: api - Add instance free function to crypto_type by Herbert Xu · 9 years ago
  35. 31d228c crypto: api - Remove unused __crypto_dequeue_request by Herbert Xu · 9 years ago
  36. 1425d2d crypto: tcrypt - Fix AEAD speed tests by Vutla, Lokesh · 9 years ago
  37. 0d8dc96 crypto: testmgr - add a chunking test for cbc(aes) by LABBE Corentin · 9 years ago
  38. ec9f200 crypto: cryptd - Fix AEAD request context corruption by Herbert Xu · 9 years ago
  39. 9d86b41 Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
  40. e22619a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  41. 44a17ef8 crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] files by Alexander Kuleshov · 9 years ago
  42. 2cdcc35 crypto: asymmetric_keys/rsa - Use non-conflicting variable name by Guenter Roeck · 9 years ago
  43. 9d77b6c crypto: testmgr - don't print info about missing test for gcm-aes-aesni by Tadeusz Struk · 9 years ago
  44. cea0a3c crypto: jitterentropy - Delete unnecessary checks before the function call "kzfree" by Markus Elfring · 9 years ago
  45. 338a9de crypto: akcipher - fix spelling cihper -> cipher by Tadeusz Struk · 9 years ago
  46. dfc9fa9 crypto: jitterentropy - avoid compiler warnings by Stephan Mueller · 9 years ago
  47. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  48. 3e90950 crypto: algif_aead - Temporarily disable all AEAD algorithms by Herbert Xu · 10 years ago
  49. 15539de crypto: af_alg - Forbid the use internal algorithms by Herbert Xu · 10 years ago
  50. 9fcc704 crypto: echainiv - Only hold RNG during initialisation by Herbert Xu · 10 years ago
  51. eeee12a crypto: seqiv - Add compatibility support without RNG by Herbert Xu · 10 years ago
  52. 055906d crypto: eseqiv - Offer normal cipher functionality without RNG by Herbert Xu · 10 years ago
  53. 341476d crypto: chainiv - Offer normal cipher functionality without RNG by Herbert Xu · 10 years ago
  54. 9aa867e crypto: user - Add CRYPTO_MSG_DELRNG by Herbert Xu · 10 years ago
  55. 7cecadb crypto: rng - Do not free default RNG when it becomes unused by Herbert Xu · 10 years ago
  56. 21dbd96 crypto: skcipher - Allow givencrypt to be NULL by Herbert Xu · 10 years ago
  57. 425e017 crypto: rsa - fix invalid select for AKCIPHER by Tadeusz Struk · 10 years ago
  58. c0b59fa Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Herbert Xu · 10 years ago
  59. 3126727 crypto: tcrypt - Fixed AEAD speed test setup by Herbert Xu · 10 years ago
  60. 4e4aab6 crypto: tcrypt - Add rfc4309(ccm(aes)) speed test by Herbert Xu · 10 years ago
  61. 946cc46 crypto: testmgr - add tests vectors for RSA by Tadeusz Struk · 10 years ago
  62. cfc2bb3 crypto: rsa - add a new rsa generic implementation by Tadeusz Struk · 10 years ago
  63. 3c339ab crypto: akcipher - add PKE API by Tadeusz Struk · 10 years ago
  64. c2b7b20a crypto: poly1305 - Pass key as first two message blocks to each desc_ctx by Martin Willi · 10 years ago
  65. 8f69b76 crypto: testmgr - Add mcgrew test vectors for rfc4106 by Herbert Xu · 10 years ago
  66. bb68745 Revert "crypto: testmgr - Disable rfc4543 test" by Herbert Xu · 10 years ago
  67. 0af8fbc crypto: testmgr - Update rfc4543 test vectors by Herbert Xu · 10 years ago
  68. adcbc68 crypto: gcm - Convert to new AEAD interface by Herbert Xu · 10 years ago
  69. 14f3406 crypto: testmgr - Disable rfc4543 test by Herbert Xu · 10 years ago
  70. 8877558 crypto/asymmetric_keys: pkcs7_key_type needs module.h by Paul Gortmaker · 10 years ago
  71. 826775b crypto: drbg - Add select on sha256 by Herbert Xu · 10 years ago
  72. 593dfbd crypto: drbg - report backend_cra_name when allocation fails by Sergey Senozhatsky · 10 years ago
  73. 42ea507 crypto: drbg - reseed often if seedsource is degraded by Stephan Mueller · 10 years ago
  74. 57225e6 crypto: drbg - Use callback API for random readiness by Stephan Mueller · 10 years ago
  75. fbb145b crypto: drbg - use pragmas for disabling optimization by Stephan Mueller · 10 years ago
  76. a7eed15 crypto: testmgr - Document struct cipher_testvec by LABBE Corentin · 10 years ago
  77. a5b151d crypto: rng - Remove krng by Herbert Xu · 10 years ago
  78. 401e423 crypto: rng - Make DRBG the default RNG by Herbert Xu · 10 years ago
  79. 3491244 crypto: echainiv - Set Kconfig default to m by Herbert Xu · 10 years ago
  80. 51ee1422 crypto: drbg - Add stdrng alias and increase priority by Herbert Xu · 10 years ago
  81. b7dcfab crypto: seqiv - Move IV seeding into init function by Herbert Xu · 10 years ago
  82. 4ce43ce crypto: eseqiv - Move IV seeding into init function by Herbert Xu · 10 years ago
  83. f261c5f crypto: echainiv - Move IV seeding into init function by Herbert Xu · 10 years ago
  84. 65fe674 crypto: chainiv - Move IV seeding into init function by Herbert Xu · 10 years ago
  85. 5900758 crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vector by Martin Willi · 10 years ago
  86. 4db4ad2 crypto: chacha20poly1305 - Add an IPsec variant for RFC7539 AEAD by Martin Willi · 10 years ago
  87. af2b76b crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539 by Martin Willi · 10 years ago
  88. 71ebc4d crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539 by Martin Willi · 10 years ago
  89. eee9dc6 crypto: testmgr - Add Poly1305 test vectors from RFC7539 by Martin Willi · 10 years ago
  90. f979e01 crypto: poly1305 - Add a generic Poly1305 authenticator implementation by Martin Willi · 10 years ago
  91. 3590ebf crypto: testmgr - Add ChaCha20 test vectors from RFC7539 by Martin Willi · 10 years ago
  92. c08d0e6 crypto: chacha20 - Add a generic ChaCha20 stream cipher implementation by Martin Willi · 10 years ago
  93. 1605440 crypto: scatterwalk - Hide PageSlab call to optimise away flush_dcache_page by Herbert Xu · 10 years ago
  94. f614e54 crypto: cryptd - Convert to new AEAD interface by Herbert Xu · 10 years ago
  95. 92b9876 crypto: cryptd - Add setkey/setauthsize functions for AEAD by Herbert Xu · 10 years ago
  96. 0496f56 crypto: pcrypt - Add support for new AEAD interface by Herbert Xu · 10 years ago
  97. caab946 crypto: aead - Add multiple algorithm registration interface by Herbert Xu · 10 years ago
  98. 4361536 crypto: aead - Ignore return value from crypto_unregister_alg by Herbert Xu · 10 years ago
  99. c2110f2 crypto: api - Include alignment in crypto_alg_extsize by Herbert Xu · 10 years ago
  100. 5eb8ec6 crypto: aead - Add type-safe init/exit functions by Herbert Xu · 10 years ago