Skip to content
  • Milan Broz's avatar
    Get rid of SHA1 in tests. · 91db9135
    Milan Broz authored
    OpenSSL with FIPS provider now doesn't not support SHA1.
    Kernel still does, but some operations fail anyway (we get
    hash size from crypto backend).
    
    Let's remove most of the SHA1 use in tests, SHA1 removal
    will happen anyway.
    
    The LUKS1 compatimage is regenerated with the same parameters,
    just hash is switched to sha256 so we do not need to fix tests.
    91db9135