Branch: refs/heads/master Home: https://github.com/openssl/openssl Commit: c63e8637fd79c826b3c438cf99cf7f1b293e8318 https://github.com/openssl/openssl/commit/c63e8637fd79c826b3c438cf99cf7f1b293e8318 Author: Dmitry Belyavskiy <beld...@gmail.com> Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths: M apps/speed.c Log Message: ----------- openssl speed fails in FIPS mode ...because it uses md5 for HMAC tests. Skip md5 in case of its unavailability. Reviewed-by: Tomas Mraz <to...@openssl.org> Reviewed-by: Tim Hudson <t...@openssl.org> Reviewed-by: Paul Dale <pa...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17331)