Commit c4e6fb15 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Timing fix mitigation for FIPS mode.

We have to use EVP in FIPS mode so we can only partially mitigate
timing differences.

Make an extra call to EVP_DigestSignUpdate to hash additonal blocks
to cover any timing differences caused by removal of padding.
(cherry picked from commit b908e88e)
parent a693ead6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment