1. 20 6月, 2014 1 次提交
    • S
      crypto: drbg - DRBG testmgr test vectors · 3332ee2a
      Stephan Mueller 提交于
      All types of the DRBG (CTR, HMAC, Hash) are covered with test vectors.
      In addition, all permutations of use cases of the DRBG are covered:
      
              * with and without predition resistance
              * with and without additional information string
              * with and without personalization string
      
      As the DRBG implementation is agnositc of the specific backend cipher,
      only test vectors for one specific backend cipher is used. For example:
      the Hash DRBG uses the same code paths irrespectively of using SHA-256
      or SHA-512. Thus, the test vectors for SHA-256 cover the testing of all
      DRBG code paths of SHA-512.
      Signed-off-by: NStephan Mueller <smueller@chronox.de>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      3332ee2a
  2. 22 5月, 2014 1 次提交
    • N
      crypto: testmgr - add aead cbc des, des3_ede tests · 5208ed2c
      Nitesh Lal 提交于
      Test vectors were taken from existing test for
      CBC(DES3_EDE). Associated data has been added to test vectors.
      HMAC computed with Crypto++ has been used. Following algos have
      been covered.
      
              (a) "authenc(hmac(sha1),cbc(des))"
              (b) "authenc(hmac(sha1),cbc(des3_ede))"
              (c) "authenc(hmac(sha224),cbc(des))"
              (d) "authenc(hmac(sha224),cbc(des3_ede))"
              (e) "authenc(hmac(sha256),cbc(des))"
              (f) "authenc(hmac(sha256),cbc(des3_ede))"
              (g) "authenc(hmac(sha384),cbc(des))"
              (h) "authenc(hmac(sha384),cbc(des3_ede))"
              (i) "authenc(hmac(sha512),cbc(des))"
              (j) "authenc(hmac(sha512),cbc(des3_ede))"
      Signed-off-by: NVakul Garg <vakul@freescale.com>
      [NiteshNarayanLal@freescale.com: added hooks for the missing algorithms test and tested the patch]
      Signed-off-by: NNitesh Lal <NiteshNarayanLal@freescale.com>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      5208ed2c
  3. 16 4月, 2014 2 次提交
  4. 21 3月, 2014 1 次提交
  5. 07 9月, 2013 1 次提交
  6. 24 7月, 2013 1 次提交
  7. 24 5月, 2013 1 次提交
  8. 25 4月, 2013 3 次提交
  9. 21 2月, 2013 1 次提交
  10. 06 12月, 2012 2 次提交
  11. 24 10月, 2012 6 次提交
  12. 15 10月, 2012 1 次提交
  13. 27 9月, 2012 3 次提交
  14. 01 8月, 2012 2 次提交
  15. 11 7月, 2012 1 次提交
  16. 12 6月, 2012 2 次提交
  17. 14 3月, 2012 1 次提交
  18. 09 11月, 2011 5 次提交
  19. 21 10月, 2011 2 次提交
  20. 30 6月, 2011 1 次提交
  21. 04 5月, 2011 1 次提交
  22. 17 2月, 2011 1 次提交