0d4a89e Fix md5 in FIPS mode with OpenSSL 3.0.0

Authored and Committed by hhorak 2 years ago
    Fix md5 in FIPS mode with OpenSSL 3.0.0
    
    OpenSSL 3.0.0+ does not support EVP_MD_CTX_FLAG_NON_FIPS_ALLOW any longer.
    In OpenSSL 1.1.1 the non FIPS allowed flag is context specific, while
    in 3.0.0+ it is a different EVP_MD provider.
    
      Resolves: #2050541
    
        
file added
+28
file modified
+8 -1