Search found 2 matches

by pavandevaraj
2018/11/10 16:04:31
Forum: CentOS 7 - Security Support
Topic: CentOS 7.5 - FIPS mode - sha512sum hashing fails with openssl error
Replies: 3
Views: 2127

Re: CentOS 7.5 - FIPS mode - sha512sum hashing fails with openssl error

Thanks for the reply. The URL suggests to use EVP_Message_Digests. However, there's nothing I have implemented here and am just using the sha512sum binary provided by coreutils package. rpm -qf /usr/bin/sha512sum coreutils-8.22-21.el7.x86_64 I am using openssl version: OpenSSL 1.0.2o-fips The same c...
by pavandevaraj
2018/11/10 13:47:06
Forum: CentOS 7 - Security Support
Topic: CentOS 7.5 - FIPS mode - sha512sum hashing fails with openssl error
Replies: 3
Views: 2127

CentOS 7.5 - FIPS mode - sha512sum hashing fails with openssl error

Hi, I am running CentOS 7.5.1804 in FIPS mode. When trying to hash a file using /usr/bin/sha512sum <FILE_NAME> , I get the following error: sha512.c(81): OpenSSL internal error, assertion failed: Low level API call to digest SHA512 forbidden in FIPS mode! Aborted I also tried running openssl dgst co...