mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
The integrity support for the properties file routines use SHA-256 to build a hash of the keys and values of a property file. The codes uses the EVP_DigestInit_ex, EVP_DigestUpdate, and EVP_DigestFinal from the libcrypto library (OpenSSL). Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Reviewed-by: Hendrik Brueckner <brueckner@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>