cisco / libacvp

The libacvp library is a client-side implementation of the draft ACVP protocol (github.com/usnistgov/ACVP).
Apache License 2.0
67 stars 69 forks source link

Fix EVP_Q_mac output var issue, and update version number #854

Closed abkarcher closed 3 months ago

abkarcher commented 3 months ago

trying to write a 8 byte size_t into a 4 byte int variable can cause crashes, see #853. This should resolve that issue. Prior to release, will check other places in the app to make sure I have not made similar mistakes elsewhere.