1. 8888689 crypto: testmgr - fix sizeof() on COMP_BUF_SIZE by Michael Schupikov · 6 years ago
  2. 574c19d crypto: testmgr - skip crc32c context test for ahash algorithms by Eric Biggers · 6 years ago
  3. d8e4b24 crypto: testmgr - add AES-CFB tests by Dmitry Eremin-Solenikov · 6 years ago
  4. 3252b60 crypto: speck - remove Speck by Jason A. Donenfeld · 6 years ago
  5. 7671509 crypto: testmgr - add hash finup tests by Gilad Ben-Yossef · 6 years ago
  6. 0917b87 crypto: vmac - remove insecure version with hardcoded nonce by Eric Biggers · 6 years ago
  7. ed331ad crypto: vmac - add nonced version with big endian digest by Eric Biggers · 6 years ago
  8. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  9. 92a4c9f crypto: testmgr - eliminate redundant decryption test vectors by Eric Biggers · 6 years ago
  10. 9b3abc016 crypto: testmgr - fix testing OPTIONAL_KEY hash algorithms by Eric Biggers · 6 years ago
  11. a179a2b crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectors by Eric Biggers · 6 years ago
  12. 4feb4c5 crypto: testmgr - Add test vectors for MORUS by Ondrej Mosnacek · 6 years ago
  13. b87dc20 crypto: testmgr - Add test vectors for AEGIS by Ondrej Mosnacek · 6 years ago
  14. 15f47ce crypto: testmgr - reorder paes test lexicographically by Gilad Ben-Yossef · 6 years ago
  15. a794d8d crypto: ccree - enable support for hardware keys by Gilad Ben-Yossef · 6 years ago
  16. 3360738 crypto: testmgr - Allow different compression results by Mahipal Challa · 6 years ago
  17. d28fc3d crypto: zstd - Add zstd support by Nick Terrell · 6 years ago
  18. cd83a8a crypto: testmgr - introduce SM4 tests by Gilad Ben-Yossef · 6 years ago
  19. 41b3316 crypto: speck - add test vectors for Speck64-XTS by Eric Biggers · 6 years ago
  20. c3bb521 crypto: speck - add test vectors for Speck128-XTS by Eric Biggers · 6 years ago
  21. da7a0ab crypto: speck - add support for the Speck block cipher by Eric Biggers · 6 years ago
  22. 466d7b9 crypto: testmgr - test misuse of result in ahash by Kamil Konieczny · 7 years ago
  23. da1729c crypto: testmgr - change `guard` to unsigned char by Joey Pabalinas · 7 years ago
  24. 7f39713 crypto: testmgr - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  25. b7e2753 crypto: sm3 - add SM3 test vectors by Gilad Ben-Yossef · 7 years ago
  26. bcf741c crypto: testmgr - Reenable sha1/aes in FIPS mode by Herbert Xu · 7 years ago
  27. 1207107 crypto: testmgr - add testvector for pkcs1pad(rsa) by Stephan Mueller · 7 years ago
  28. cf3f960 crypto: testmgr - use consistent format for errors by Gilad Ben-Yossef · 7 years ago
  29. 47d3fd3 crypto: testmgr - add genkey kpp test by Tudor-Dan Ambarus · 7 years ago
  30. a368f43 crypto: scomp - add support for deflate rfc1950 (zlib) by Giovanni Cabiddu · 7 years ago
  31. 6175ca2 crypto: testmgr - Allow ecb(cipher_null) in FIPS mode by Milan Broz · 7 years ago
  32. a9943a0 crypto: testmgr - replace compression known answer test by Giovanni Cabiddu · 7 years ago
  33. 0d8da10 crypto: testmgr - mark ctr(des3_ede) as fips_allowed by Marcelo Cerri · 7 years ago
  34. b13b1e0 crypto: testmgr - constify all test vectors by Eric Biggers · 7 years ago
  35. 092acf0 crypto: testmgr - add test cases for cbcmac(aes) by Ard Biesheuvel · 8 years ago
  36. 21c8e72 crypto: testmgr - use calculated count for number of test vectors by Ard Biesheuvel · 8 years ago
  37. e93acd6 crypto: testmgr - Allocate only the required output size for hash tests by Andrew Lutomirski · 8 years ago
  38. d211022 crypto: testmgr - use kmemdup instead of kmalloc+memcpy by Eric Biggers · 8 years ago
  39. 02608e0 crypto: testmgr - Use heap buffer for acomp test input by Laura Abbott · 8 years ago
  40. 04b46fb crypto: testmgr - fix overlap in chunked tests again by Ard Biesheuvel · 8 years ago
  41. 7e4c7f1 crypto: testmgr - avoid overlap in chunked tests by Ard Biesheuvel · 8 years ago
  42. eb09559 crypto: testmgr - don't use stack buffer in test_acomp() by Eric Biggers · 8 years ago
  43. eed93e0 crypto: testmgr - Do not test internal algorithms by Herbert Xu · 8 years ago
  44. d7db7a8 crypto: acomp - update testmgr with support for acomp by Giovanni Cabiddu · 8 years ago
  45. 7bcb87b crypto: testmgr - add guard to dst buffer for ahash_export by Jan Stancek · 8 years ago
  46. 10faa8c crypto: FIPS - allow tests to be disabled in FIPS mode by Stephan Mueller · 8 years ago
  47. 0fae0c1 crypto: testmgr - fix !x==y confusion by Yanjiang Jin · 8 years ago
  48. 15226e4 crypto: testmgr - Print akcipher algorithm name by Herbert Xu · 8 years ago
  49. 57763f5 crypto: testmgr - Set err before proceeding by Salvatore Benedetto · 8 years ago
  50. 98eca72 crypto: sha3 - Add HMAC-SHA3 test modes and test vectors by raveendra padasalagi · 8 years ago
  51. 50d2b643 crypto: testmgr - Allow leading zeros in RSA by Herbert Xu · 8 years ago
  52. 3c4b239 crypto: ecdh - Add ECDH software support by Salvatore Benedetto · 8 years ago
  53. 802c7f1 crypto: dh - Add DH software implementation by Salvatore Benedetto · 8 years ago
  54. 79cc6ab crypto: sha3 - Add SHA-3 Test's in tcrypt by raveendra padasalagi · 8 years ago
  55. 9a07a79 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  56. df27b26 crypto: testmgr - Use kmalloc memory for RSA input by Herbert Xu · 8 years ago
  57. 9e5c9fe crypto: testmgr - Add a flag allowing the self-tests to be disabled at runtime. by Richard W.M. Jones · 8 years ago
  58. 8888690 crypto: testmgr - allow rfc3686 aes-ctr variants in fips mode. by Marcus Meissner · 8 years ago
  59. fb16abc crypto: testmgr - mark authenticated ctr(aes) also as FIPS able by Marcus Meissner · 9 years ago
  60. ed1afac crypto: testmgr - mark more algorithms as FIPS compliant by Marcus Meissner · 9 years ago
  61. abfa7f4 crypto: testmgr - fix out of bound read in __test_aead() by Jerome Marchand · 9 years ago
  62. 018ba95 crypto: testmgr - Add a test case for import()/export() by Wang, Rui Y · 9 years ago
  63. 1104921 crypto: compress - remove unused pcomp interface by Joonsoo Kim · 9 years ago
  64. eac6d40 crypto: ansi_cprng - ANSI X9.31 DRNG is not allowed in FIPS 140-2 by Stephan Mueller · 9 years ago
  65. 3535198 crypto: keywrap - add testmgr support by Stephan Mueller · 9 years ago
  66. 8a826a3 crypto: testmgr - test IV value after a cipher operation by Boris BREZILLON · 9 years ago
  67. 22287b0 crypto: akcipher - Changes to asymmetric key API by Tadeusz Struk · 9 years ago
  68. 284a0f6 crypto: testmgr - Disable fips-allowed for authenc() and des() ciphers by John Haxby · 9 years ago
  69. 84cba17 crypto: testmgr - don't copy from source IV too much by Andrey Ryabinin · 9 years ago
  70. 12773d9 crypto: testmgr - Use new skcipher interface by Herbert Xu · 9 years ago
  71. 8f18375 crypto: cmac - allow usage in FIPS mode by Stephan Mueller · 9 years ago
  72. a4198fd crypto: testmgr - Reenable authenc tests by Herbert Xu · 9 years ago
  73. 7079ce6 crypto: testmgr - Disable authenc test and convert test vectors by Herbert Xu · 9 years ago
  74. 544c436 crypto: testmgr - Reenable rfc4309 test by Herbert Xu · 9 years ago
  75. 0bc5a6c crypto: testmgr - Disable rfc4309 test and convert test vectors by Herbert Xu · 9 years ago
  76. 3f31a74 crypto: testmgr - Reenable rfc4106 test by Herbert Xu · 9 years ago
  77. 8537544 crypto: testmgr - Disable rfc4106 test and convert test vectors by Herbert Xu · 9 years ago
  78. 9d77b6c crypto: testmgr - don't print info about missing test for gcm-aes-aesni by Tadeusz Struk · 9 years ago
  79. 946cc46 crypto: testmgr - add tests vectors for RSA by Tadeusz Struk · 9 years ago
  80. bb68745 Revert "crypto: testmgr - Disable rfc4543 test" by Herbert Xu · 9 years ago
  81. 14f3406 crypto: testmgr - Disable rfc4543 test by Herbert Xu · 9 years ago
  82. 5900758 crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vector by Martin Willi · 9 years ago
  83. af2b76b crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539 by Martin Willi · 9 years ago
  84. eee9dc6 crypto: testmgr - Add Poly1305 test vectors from RFC7539 by Martin Willi · 9 years ago
  85. 3590ebf crypto: testmgr - Add ChaCha20 test vectors from RFC7539 by Martin Willi · 9 years ago
  86. 8a525fc crypto: testmgr - Switch to new AEAD interface by Herbert Xu · 9 years ago
  87. bb5530e crypto: jitterentropy - add jitterentropy RNG by Stephan Mueller · 9 years ago
  88. ebb3472 crypto: testmgr - add test cases for CRC32 by Ard Biesheuvel · 9 years ago
  89. 1ce3311 crypto: testmgr - Include crypto/aead.h by Herbert Xu · 9 years ago
  90. 1c41b88 crypto: testmgr - Include linux/fips.h for fips_enabled by Herbert Xu · 9 years ago
  91. 425a882 crypto: testmgr - use CRYPTO_ALG_INTERNAL by Stephan Mueller · 9 years ago
  92. 19e60e1 crypto: testmgr - fix RNG return code enforcement by Stephan Mueller · 9 years ago
  93. 424a5da crypto: testmgr - limit IV copy length in aead tests by Cristian Stoica · 10 years ago
  94. db71f29 crypto: testmgr - mark rfc4106(gcm(aes)) as fips_allowed by Jarod Wilson · 10 years ago
  95. 8a45ac1 crypto: testmgr - don't use interruptible wait in tests by Rabin Vincent · 10 years ago
  96. 3e8cffd crypto: testmgr - Remove unnecessary KERN_INFO from testmgr.c by Masanari Iida · 10 years ago
  97. 4c5c302 crypto: LLVMLinux: Remove VLAIS usage from crypto/testmgr.c by Jan-Simon Möller · 12 years ago
  98. 1443cc9 crypto: testmgr - add test for lz4 and lz4hc by KOVACS Krisztian · 10 years ago
  99. d4c85f9 crypto: testmgr - remove unused function argument by Cristian Stoica · 10 years ago
  100. bbb9a7d crypto: testmgr - delay execution of set-up code by Cristian Stoica · 10 years ago