1. 7bcb87b crypto: testmgr - add guard to dst buffer for ahash_export by Jan Stancek · 8 years ago
  2. 10faa8c crypto: FIPS - allow tests to be disabled in FIPS mode by Stephan Mueller · 8 years ago
  3. 0fae0c1 crypto: testmgr - fix !x==y confusion by Yanjiang Jin · 8 years ago
  4. 15226e4 crypto: testmgr - Print akcipher algorithm name by Herbert Xu · 8 years ago
  5. 57763f5 crypto: testmgr - Set err before proceeding by Salvatore Benedetto · 8 years ago
  6. 98eca72 crypto: sha3 - Add HMAC-SHA3 test modes and test vectors by raveendra padasalagi · 8 years ago
  7. 50d2b643 crypto: testmgr - Allow leading zeros in RSA by Herbert Xu · 8 years ago
  8. 3c4b239 crypto: ecdh - Add ECDH software support by Salvatore Benedetto · 8 years ago
  9. 802c7f1 crypto: dh - Add DH software implementation by Salvatore Benedetto · 8 years ago
  10. 79cc6ab crypto: sha3 - Add SHA-3 Test's in tcrypt by raveendra padasalagi · 8 years ago
  11. 9a07a79 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  12. df27b26 crypto: testmgr - Use kmalloc memory for RSA input by Herbert Xu · 8 years ago
  13. 9e5c9fe crypto: testmgr - Add a flag allowing the self-tests to be disabled at runtime. by Richard W.M. Jones · 8 years ago
  14. 8888690 crypto: testmgr - allow rfc3686 aes-ctr variants in fips mode. by Marcus Meissner · 8 years ago
  15. fb16abc crypto: testmgr - mark authenticated ctr(aes) also as FIPS able by Marcus Meissner · 8 years ago
  16. ed1afac crypto: testmgr - mark more algorithms as FIPS compliant by Marcus Meissner · 8 years ago
  17. abfa7f4 crypto: testmgr - fix out of bound read in __test_aead() by Jerome Marchand · 8 years ago
  18. 018ba95 crypto: testmgr - Add a test case for import()/export() by Wang, Rui Y · 8 years ago
  19. 1104921 crypto: compress - remove unused pcomp interface by Joonsoo Kim · 8 years ago
  20. eac6d408 crypto: ansi_cprng - ANSI X9.31 DRNG is not allowed in FIPS 140-2 by Stephan Mueller · 8 years ago
  21. 3535198 crypto: keywrap - add testmgr support by Stephan Mueller · 9 years ago
  22. 8a826a3 crypto: testmgr - test IV value after a cipher operation by Boris BREZILLON · 9 years ago
  23. 22287b0 crypto: akcipher - Changes to asymmetric key API by Tadeusz Struk · 9 years ago
  24. 284a0f6 crypto: testmgr - Disable fips-allowed for authenc() and des() ciphers by John Haxby · 9 years ago
  25. 84cba17 crypto: testmgr - don't copy from source IV too much by Andrey Ryabinin · 9 years ago
  26. 12773d9 crypto: testmgr - Use new skcipher interface by Herbert Xu · 9 years ago
  27. 8f18375 crypto: cmac - allow usage in FIPS mode by Stephan Mueller · 9 years ago
  28. a4198fd crypto: testmgr - Reenable authenc tests by Herbert Xu · 9 years ago
  29. 7079ce6 crypto: testmgr - Disable authenc test and convert test vectors by Herbert Xu · 9 years ago
  30. 544c436 crypto: testmgr - Reenable rfc4309 test by Herbert Xu · 9 years ago
  31. 0bc5a6c crypto: testmgr - Disable rfc4309 test and convert test vectors by Herbert Xu · 9 years ago
  32. 3f31a74 crypto: testmgr - Reenable rfc4106 test by Herbert Xu · 9 years ago
  33. 8537544 crypto: testmgr - Disable rfc4106 test and convert test vectors by Herbert Xu · 9 years ago
  34. 9d77b6c crypto: testmgr - don't print info about missing test for gcm-aes-aesni by Tadeusz Struk · 9 years ago
  35. 946cc46 crypto: testmgr - add tests vectors for RSA by Tadeusz Struk · 9 years ago
  36. bb68745 Revert "crypto: testmgr - Disable rfc4543 test" by Herbert Xu · 9 years ago
  37. 14f3406 crypto: testmgr - Disable rfc4543 test by Herbert Xu · 9 years ago
  38. 5900758 crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vector by Martin Willi · 9 years ago
  39. af2b76b crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539 by Martin Willi · 9 years ago
  40. eee9dc6 crypto: testmgr - Add Poly1305 test vectors from RFC7539 by Martin Willi · 9 years ago
  41. 3590ebf crypto: testmgr - Add ChaCha20 test vectors from RFC7539 by Martin Willi · 9 years ago
  42. 8a525fcd crypto: testmgr - Switch to new AEAD interface by Herbert Xu · 9 years ago
  43. bb5530e crypto: jitterentropy - add jitterentropy RNG by Stephan Mueller · 9 years ago
  44. ebb3472 crypto: testmgr - add test cases for CRC32 by Ard Biesheuvel · 9 years ago
  45. 1ce3311 crypto: testmgr - Include crypto/aead.h by Herbert Xu · 9 years ago
  46. 1c41b88 crypto: testmgr - Include linux/fips.h for fips_enabled by Herbert Xu · 9 years ago
  47. 425a882 crypto: testmgr - use CRYPTO_ALG_INTERNAL by Stephan Mueller · 9 years ago
  48. 19e60e1 crypto: testmgr - fix RNG return code enforcement by Stephan Mueller · 9 years ago
  49. 424a5da crypto: testmgr - limit IV copy length in aead tests by Cristian Stoica · 9 years ago
  50. db71f29a crypto: testmgr - mark rfc4106(gcm(aes)) as fips_allowed by Jarod Wilson · 9 years ago
  51. 8a45ac1 crypto: testmgr - don't use interruptible wait in tests by Rabin Vincent · 9 years ago
  52. 3e8cffd crypto: testmgr - Remove unnecessary KERN_INFO from testmgr.c by Masanari Iida · 10 years ago
  53. 4c5c302 crypto: LLVMLinux: Remove VLAIS usage from crypto/testmgr.c by Jan-Simon Möller · 12 years ago
  54. 1443cc9 crypto: testmgr - add test for lz4 and lz4hc by KOVACS Krisztian · 10 years ago
  55. d4c85f9 crypto: testmgr - remove unused function argument by Cristian Stoica · 10 years ago
  56. bbb9a7d crypto: testmgr - delay execution of set-up code by Cristian Stoica · 10 years ago
  57. a1aa44a crypto: testmgr - white space removal on __test_skcipher by Cristian Stoica · 10 years ago
  58. 5f2b424 crypto: testmgr - white space removal on __test_hash by Cristian Stoica · 10 years ago
  59. 05b1d33 crypto: testmgr - white space fix-ups on test_aead by Cristian Stoica · 10 years ago
  60. 2fc0d25 crypto: testmgr - add missing spaces to drbg error strings by Jarod Wilson · 10 years ago
  61. 29b77e5 crypto: testmgr - avoid DMA mapping from text, rodata, stack by Horia Geanta · 10 years ago
  62. 64d1cdf crypto: drbg - Add DRBG test code to testmgr by Stephan Mueller · 10 years ago
  63. 5208ed2 crypto: testmgr - add aead cbc des, des3_ede tests by Nitesh Lal · 10 years ago
  64. 9bac019 crypto: testmgr - Fix DMA-API warning by Tadeusz Struk · 10 years ago
  65. bca4feb crypto: testmgr - add aead null encryption test vectors by Horia Geanta · 10 years ago
  66. 8ec25c5 crypto: testmgr - fix sglen in test_aead for case 'dst != src' by Horia Geanta · 10 years ago
  67. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 10 years ago
  68. 68411521 Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
  69. eeca9fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 11 years ago
  70. 032c8ca crypto: testmgr - remove double execution of the same test suite by Cristian Stoica · 11 years ago
  71. e70308e Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
  72. da5ffe1 crypto: testmgr - test hash implementations with unaligned buffers by Jussi Kivilinna · 11 years ago
  73. 58dcf54 crypto: testmgr - test AEADs with unaligned buffers by Jussi Kivilinna · 11 years ago
  74. 3a338f2 crypto: testmgr - test skciphers with unaligned buffers by Jussi Kivilinna · 11 years ago
  75. 5714758 crypto: testmgr - check that entries in alg_test_descs are in correct order by Jussi Kivilinna · 11 years ago
  76. 99f42f9 Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher" by Jussi Kivilinna · 11 years ago
  77. 3d387ef Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher" by Jussi Kivilinna · 11 years ago
  78. 3976121 crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hash by Tim Chen · 11 years ago
  79. f3f935a crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher by Jussi Kivilinna · 11 years ago
  80. 56d76c9 crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher by Jussi Kivilinna · 11 years ago
  81. cf1521a crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher by Jussi Kivilinna · 11 years ago
  82. 6048801 crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher by Jussi Kivilinna · 11 years ago
  83. 93b5e86 crypto: add CMAC support to CryptoAPI by Jussi Kivilinna · 11 years ago
  84. e448370 crypto: testmgr - add empty test vectors for null ciphers by Jussi Kivilinna · 11 years ago
  85. e9b7441 crypto: testmgr - add AES GMAC test vectors by Jussi Kivilinna · 11 years ago
  86. 66e5bd0 crypto: testmgr - add test vector for fcrypt by Jussi Kivilinna · 11 years ago
  87. 0818904 crypto: testmgr - allow compression algs in fips mode by Milan Broz · 11 years ago
  88. f56349b crypto: testmgr - clean alg_test_null entries in alg_test_descs[] by Jussi Kivilinna · 11 years ago
  89. 4e84c17 crypto: testmgr - remove fips_allowed flag from camellia-aesni null-tests by Jussi Kivilinna · 11 years ago
  90. d9b1d2e crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia cipher by Jussi Kivilinna · 12 years ago
  91. e080b17 crypto: testmgr - add new larger DES3_EDE testvectors by Jussi Kivilinna · 12 years ago
  92. 8163fc3 crypto: testmgr - add new larger DES testvectors by Jussi Kivilinna · 12 years ago
  93. d8a32ac crypto: testmgr - make test_aead also test 'dst != src' code paths by Jussi Kivilinna · 12 years ago
  94. 08d6af8 crypto: testmgr - make test_skcipher also test 'dst != src' code paths by Jussi Kivilinna · 12 years ago
  95. f44d83d crypto: testmgr - allow non-multi page and multi page skcipher tests from same test template by Jussi Kivilinna · 12 years ago
  96. 4ea1277 crypto: cast6 - add x86_64/avx assembler implementation by Johannes Goetzfried · 12 years ago
  97. 9b8b040 crypto: testmgr - add larger cast6 testvectors by Johannes Goetzfried · 12 years ago
  98. 4d6d6a2 crypto: cast5 - add x86_64/avx assembler implementation by Johannes Goetzfried · 12 years ago
  99. a2c5826 crypto: testmgr - add larger cast5 testvectors by Johannes Goetzfried · 12 years ago
  100. e46e9a4 crypto: testmgr - add aead cbc aes hmac sha1,256,512 test vectors by Horia Geanta · 12 years ago