1. 19 Nov, 2014 1 commit
  2. 14 Mar, 2012 1 commit
  3. 21 Nov, 2011 1 commit
  4. 08 Nov, 2011 5 commits
  5. 21 Oct, 2011 2 commits
  6. 04 May, 2011 1 commit
  7. 28 Jan, 2011 2 commits
    • Jarod Wilson's avatar
      crypto: testmgr - mark ghash as fips_allowed · 18c0ebd2
      Jarod Wilson authored
      
      A self-test failure in fips mode means a panic. Well, gcm(aes)
      self-tests currently fail in fips mode, as gcm is dependent on ghash,
      which semi-recently got self-test vectors added, but wasn't marked as a
      fips_allowed algorithm. Because of gcm's dependence on what is now seen
      as a non-fips_allowed algorithm, its self-tests refuse to run.
      Previously, ghash got a pass in fips mode, due to the lack of any test
      vectors at all, and thus gcm self-tests were able to run. After this
      patch, a 'modprobe tcrypt mode=35' no longer panics in fips mode, and
      successful self-test of gcm(aes) is reported.
      Signed-off-by: default avatarJarod Wilson <jarod@redhat.com>
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      18c0ebd2
    • Jarod Wilson's avatar
      crypto: testmgr - mark xts(aes) as fips_allowed · 2918aa8d
      Jarod Wilson authored
      
      We (Red Hat) are intending to include dm-crypt functionality, using
      xts(aes) for disk encryption, as part of an upcoming FIPS-140-2
      certification effort, and xts(aes) *is* on the list of possible
      mode/cipher combinations that can be certified. To make that possible, we
      need to mark xts(aes) as fips_allowed in the crypto subsystem.
      
      A 'modprobe tcrypt mode=10' in fips mode shows xts(aes) self-tests
      passing successfully after this change.
      Signed-off-by: default avatarJarod Wilson <jarod@redhat.com>
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      2918aa8d
  8. 13 Nov, 2010 1 commit
  9. 05 Aug, 2010 1 commit
  10. 03 Jun, 2010 1 commit
  11. 19 May, 2010 1 commit
  12. 23 Dec, 2009 1 commit
  13. 23 Nov, 2009 1 commit
  14. 27 Oct, 2009 1 commit
  15. 02 Sep, 2009 1 commit
  16. 02 Jul, 2009 1 commit
  17. 24 Jun, 2009 1 commit
  18. 02 Jun, 2009 14 commits
  19. 04 Mar, 2009 2 commits
  20. 24 Dec, 2008 1 commit