1. 330507f crypto: des - disallow des3 in FIPS mode by Stephan Müller · 3 years, 1 month ago
  2. 82e269a crypto: testmgr - Only disable migration in crypto_disable_simd_for_test() by Sebastian Andrzej Siewior · 3 years, 3 months ago
  3. 68039d6 crypto: testmgr - Add GCM/CCM mode test of SM4 algorithm by Tianjia Zhang · 3 years, 5 months ago
  4. 8833272 crypto: drbg - self test for HMAC(SHA-512) by Stephan Müller · 3 years, 6 months ago
  5. 8e568fc crypto: ecdh - add test suite for NIST P384 by Hui Tang · 3 years, 7 months ago
  6. 6889fc2 crypto: ecdh - fix ecdh-nist-p192's entry in testmgr by Hui Tang · 3 years, 7 months ago
  7. 3877869 Merge branch 'ecc' by Herbert Xu · 3 years, 9 months ago
  8. c12d448 crypto: ecdsa - Register NIST P384 and extend test suite by Saulo Alessandre · 3 years, 10 months ago
  9. 4e66029 crypto: ecdsa - Add support for ECDSA signature verification by Stefan Berger · 3 years, 10 months ago
  10. 6763f5e crypto: ecdh - move curve_id of ECDH from the key to algorithm name by Meng Yu · 3 years, 10 months ago
  11. e40ff6f crypto: testmgr - delete some redundant code by Kai Ye · 3 years, 10 months ago
  12. 784506a crypto: serpent - get rid of obsolete tnepres variant by Ard Biesheuvel · 3 years, 11 months ago
  13. 663f63e crypto: salsa20 - remove Salsa20 stream cipher algorithm by Ard Biesheuvel · 4 years ago
  14. 87cd723 crypto: tgr192 - remove Tiger 128/160/192 hash algorithms by Ard Biesheuvel · 4 years ago
  15. 93f6420 crypto: rmd320 - remove RIPE-MD 320 hash algorithm by Ard Biesheuvel · 4 years ago
  16. c15d416 crypto: rmd256 - remove RIPE-MD 256 hash algorithm by Ard Biesheuvel · 4 years ago
  17. b21b9a5 crypto: rmd128 - remove RIPE-MD 128 hash algorithm by Ard Biesheuvel · 4 years ago
  18. 0eb76ba crypto: remove cipher routines from public crypto API by Ard Biesheuvel · 4 years, 1 month ago
  19. 09a5ef9 crypto: testmgr - WARN on test failure by Eric Biggers · 4 years, 2 months ago
  20. 6e5972f crypto: testmgr - always print the actual skcipher driver name by Eric Biggers · 4 years, 2 months ago
  21. 2257f47 crypto: testmgr - always print the actual AEAD driver name by Eric Biggers · 4 years, 2 months ago
  22. 79cafe9 crypto: testmgr - always print the actual hash driver name by Eric Biggers · 4 years, 2 months ago
  23. 8b805b9 crypto: sm2 - add SM2 test vectors to testmgr by Tianjia Zhang · 4 years, 3 months ago
  24. 2b40386 crypto: testmgr - Fix potential memory leak in test_akcipher_one() by Tianjia Zhang · 4 years, 3 months ago
  25. a1f62c2 crypto: testmgr - support test with different ciphertext per encryption by Tianjia Zhang · 4 years, 3 months ago
  26. 0c3dc78 crypto: algapi - Remove skbuff.h inclusion by Herbert Xu · 4 years, 4 months ago
  27. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  28. 72f3542 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 9 months ago
  29. 8ff357a crypto: testmgr - do comparison tests before inauthentic input tests by Eric Biggers · 4 years, 10 months ago
  30. 6f3a06d crypto: testmgr - use consistent IV copies for AEADs that need it by Eric Biggers · 4 years, 10 months ago
  31. c7ff857 crypto/testmgr: enable selftests for paes-s390 ciphers by Harald Freudenberger · 5 years ago
  32. 49763fc crypto: testmgr - generate inauthentic AEAD test vectors by Eric Biggers · 5 years ago
  33. 2ea9150 crypto: testmgr - create struct aead_extra_tests_ctx by Eric Biggers · 5 years ago
  34. fd8c37c crypto: testmgr - test setting misaligned keys by Eric Biggers · 5 years ago
  35. fd60f72 crypto: testmgr - check skcipher min_keysize by Eric Biggers · 5 years ago
  36. eb455db crypto: testmgr - don't try to decrypt uninitialized buffers by Eric Biggers · 5 years ago
  37. 9ac0d13 crypto: skcipher - remove crypto_skcipher::keysize by Eric Biggers · 5 years ago
  38. f613457 crypto: curve25519 - add kpp selftest by Ard Biesheuvel · 5 years ago
  39. 17e1df6 crypto: testmgr - add test cases for Blake2s by Ard Biesheuvel · 5 years ago
  40. a1afe27 crypto: testmgr - add test vectors for blake2b by David Sterba · 5 years ago
  41. e488621 crypto: testmgr - Added testvectors for the rfc3686(ctr(sm4)) skcipher by Pascal van Leeuwen · 5 years ago
  42. a06b15b crypto: testmgr - Added testvectors for the ofb(sm4) & cfb(sm4) skciphers by Pascal van Leeuwen · 5 years ago
  43. 8194fd1 crypto: testmgr - Added testvectors for the hmac(sm3) ahash by Pascal van Leeuwen · 5 years ago
  44. f975abb crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode by Ard Biesheuvel · 5 years ago
  45. 520c199 crypto: aegis128l/aegis256 - remove x86 and generic implementations by Ard Biesheuvel · 5 years ago
  46. 5cb9770 crypto: morus - remove generic and x86 implementations by Ard Biesheuvel · 5 years ago
  47. f248caf crypto: testmgr - add tests for lzo-rle by Hannah Pan · 5 years ago
  48. 9552389 crypto: fips - add FIPS test failure notification chain by Gilad Ben-Yossef · 5 years ago
  49. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  50. 149c4e6 crypto: testmgr - dynamically allocate crypto_shash by Arnd Bergmann · 6 years ago
  51. 6b5ca64 crypto: testmgr - dynamically allocate testvec_config by Arnd Bergmann · 6 years ago
  52. 611a23c crypto: arc4 - remove cipher implementation by Ard Biesheuvel · 6 years ago
  53. e63e1b0 crypto: testmgr - add some more preemption points by Eric Biggers · 6 years ago
  54. 67882e7 crypto: xxhash - Implement xxhash support by Nikolay Borisov · 6 years ago
  55. d8ea98a crypto: testmgr - test the shash API by Eric Biggers · 6 years ago
  56. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  57. f0372c0 crypto: testmgr - add missing self test entries for protected keys by Gilad Ben-Yossef · 6 years ago
  58. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  59. 40153b1 crypto: testmgr - fuzz AEADs against their generic implementation by Eric Biggers · 6 years ago
  60. d435e10 crypto: testmgr - fuzz skciphers against their generic implementation by Eric Biggers · 6 years ago
  61. 9a8a6b3 crypto: testmgr - fuzz hashes against their generic implementation by Eric Biggers · 6 years ago
  62. f2bb770a crypto: testmgr - add helpers for fuzzing against generic implementation by Eric Biggers · 6 years ago
  63. 951d133 crypto: testmgr - identify test vectors by name rather than number by Eric Biggers · 6 years ago
  64. 5283a8e crypto: testmgr - expand ability to test for errors by Eric Biggers · 6 years ago
  65. 32fbdbd crypto: ecrdsa - add EC-RDSA test vectors to testmgr by Vitaly Chikunov · 6 years ago
  66. f1774cb X.509: parse public key parameters from x509 for akcipher by Vitaly Chikunov · 6 years ago
  67. c7381b0 crypto: akcipher - new verify API for public key algorithms by Vitaly Chikunov · 6 years ago
  68. eda69b0 crypto: testmgr - add panic_on_fail module parameter by Eric Biggers · 6 years ago
  69. 6570737 crypto: testmgr - test the !may_use_simd() fallback code by Eric Biggers · 6 years ago
  70. b55e1a3 crypto: simd,testmgr - introduce crypto_simd_usable() by Eric Biggers · 6 years ago
  71. f808aa3 crypto: testmgr - remove workaround for AEADs that modify aead_request by Eric Biggers · 6 years ago
  72. 8efd972 crypto: testmgr - support checking skcipher output IV by Eric Biggers · 6 years ago
  73. a6e5ef9 crypto: testmgr - check for aead_request corruption by Eric Biggers · 6 years ago
  74. fa353c9 crypto: testmgr - check for skcipher_request corruption by Eric Biggers · 6 years ago
  75. 4cc2dcf crypto: testmgr - convert hash testing to use testvec_configs by Eric Biggers · 6 years ago
  76. ed96804 crypto: testmgr - convert aead testing to use testvec_configs by Eric Biggers · 6 years ago
  77. 4e7babba crypto: testmgr - convert skcipher testing to use testvec_configs by Eric Biggers · 6 years ago
  78. 25f9ddd crypto: testmgr - implement random testvec_config generation by Eric Biggers · 6 years ago
  79. 5b2706a crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS by Eric Biggers · 6 years ago
  80. 3f47a03 crypto: testmgr - add testvec_config struct and helper functions by Eric Biggers · 6 years ago
  81. e3d90e52 crypto: testmgr - use kmemdup by Christopher Diaz Riveros · 6 years ago
  82. a8a3441 crypto: testmgr - mark crc32 checksum as FIPS allowed by Milan Broz · 6 years ago
  83. eb5e673 crypto: testmgr - skip crc32c context test for ahash algorithms by Eric Biggers · 6 years ago
  84. 231baec crypto: clarify name of WEAK_KEY request flag by Eric Biggers · 6 years ago
  85. a0d608ee crypto: testmgr - unify the AEAD encryption and decryption test vectors by Eric Biggers · 6 years ago
  86. 5bc3de5 crypto: testmgr - skip AEAD encryption test vectors with novrfy set by Eric Biggers · 6 years ago
  87. cb9dde8 crypto: testmgr - handle endianness correctly in alg_test_crc32c() by Eric Biggers · 6 years ago
  88. 0507de9 crypto: testmgr - split akcipher tests by a key type by Vitaly Chikunov · 6 years ago
  89. 059c2a4 crypto: adiantum - add Adiantum support by Eric Biggers · 6 years ago
  90. 26609a2 crypto: nhpoly1305 - add NHPoly1305 support by Eric Biggers · 6 years ago
  91. aa76240 crypto: chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  92. de61d7a crypto: chacha20-generic - add XChaCha20 support by Eric Biggers · 6 years ago
  93. 25a0b9d crypto: streebog - add Streebog test vectors by Vitaly Chikunov · 6 years ago
  94. 196ad60 crypto: testmgr - mark cts(cbc(aes)) as FIPS allowed by Gilad Ben-Yossef · 6 years ago
  95. 7da6667 crypto: testmgr - add AES-CFB tests by Dmitry Eremin-Solenikov · 6 years ago
  96. 22a8118 crypto: testmgr - fix sizeof() on COMP_BUF_SIZE by Michael Schupikov · 6 years ago
  97. 95ba597 crypto: testmgr - update sm4 test vectors by Gilad Ben-Yossef · 6 years ago
  98. 578bdaa crypto: speck - remove Speck by Jason A. Donenfeld · 6 years ago
  99. 7671509 crypto: testmgr - add hash finup tests by Gilad Ben-Yossef · 6 years ago
  100. 0917b87 crypto: vmac - remove insecure version with hardcoded nonce by Eric Biggers · 7 years ago