Tomáš Mráz
Tomáš Mráz
Fixed on all the branches thanks to @zelda923
How difficult would it be to add a test?
Merged to the master branch. Thank you for your contribution.
The failing Windows CI seems relevant.
It seems the last fixup commit is a fixup to a different commit. Or just do not use a fixup commit but a regular one not to be squashed when...
> > It seems the last fixup commit is a fixup to a different commit. Or just do not use a fixup commit but a regular one not to be...
Merged to the feature branch. I had to collect all the fixup commits in a single commit at the end. This is better also to preserve the authorship of the...
> A solution to this would be to check if `HMAC_Init_ex()` is called with an engine (`impl` not being NULL), and if so, then never use the hardware acceleration path....
> Do I also need to do this if `impl` is NULL (non-FIPS case only)? `tmpimp = ENGINE_get_digest_engine(type->type);` I assume so. > Another thing is that I do need the...
Yes, this makes sense.