1. 01 Mar, 2024 1 commit
    • Herbert Xu's avatar
      crypto: dh - Make public key test FIPS-only · f66a211e
      Herbert Xu authored
      The function dh_is_pubkey_valid was added to for FIPS but it was
      only partially conditional to fips_enabled.
      
      In particular, the first test in the function relies on the last
      test to work properly, but the last test is only run in FIPS mode.
      
      Fix this inconsistency by making the whole function conditional
      on fips_enabled.
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      f66a211e
  2. 24 Feb, 2024 16 commits
  3. 17 Feb, 2024 7 commits
  4. 09 Feb, 2024 12 commits
  5. 02 Feb, 2024 4 commits