Hi Vitaly, On Wed, 2019-07-03 at 18:50 +0300, Vitaly Chikunov wrote: > Convert sign v2 from RSA API (with manual formatting PKCS1) to more generic > EVP_PKEY API, allowing to generate more types of OpenSSL supported signatures. > This is done to enable EC-RDSA signatures, which are already supported in the > Kernel. With some small fixes. > > All patches tested on x86_64 to not break anything. > > Changes since v7: > - Fix freeing pkey returned by find_keyid() in verify_hash_v2. > - Fix assert after ima_calc_hash() before its return status check. > - More verbose error log for sign and verify hash v2. > - Diff from v7 is below. Thank you for the updated patch set. Mimi