Jeffrey Ryan a66a52d144
common: update sha256sum to use OpenSSL 3.0 API
As of OpenSSL 3.0, `SHA256_Init`, `SHA256_Update`, and `SHA256_Final`
are deprectaed in favor of the higher-level `EVP_*` class of functions.
This causes compiler warnings, and sooner or later, will cause build
errors as these functions are excluded from distro headers.

Also add some documentation.
2022-05-18 01:34:16 +02:00
..
2022-03-04 06:59:20 +01:00
2022-05-10 16:47:13 -05:00
2022-04-25 10:18:26 -05:00
2022-04-18 09:55:20 -05:00
2022-04-18 09:55:20 -05:00
2022-03-04 06:59:20 +01:00
2022-03-04 06:59:20 +01:00
2022-04-19 22:15:10 -05:00
2022-03-04 06:59:20 +01:00
2022-03-04 06:59:20 +01:00
2022-05-09 14:38:54 -07:00
2022-05-10 16:56:39 -05:00
2022-04-27 18:53:03 +01:00
2022-03-04 06:59:20 +01:00
2022-05-10 16:41:02 -05:00
2022-05-16 13:51:18 -05:00
2022-03-04 06:59:20 +01:00
2022-04-25 10:22:03 -05:00
2020-09-14 16:52:42 +02:00