Mimi, On Wed, Jun 19, 2019 at 08:26:30AM -0400, Mimi Zohar wrote: > On Tue, 2019-06-18 at 16:56 +0300, Vitaly Chikunov wrote: > > New find_keyid_pkey() accepts EVP_PKEY. Old find_keyid() calls > > find_keyid_pkey(), but still return RSA key. > > > > Signed-off-by: Vitaly Chikunov <vt@xxxxxxxxxxxx> > > With titles starting with "Start converting", it leaves me wondering > whether these patches are bisect safe. Does this patch make > find_keyid() a wrapper for find_keyid_pkey()? Yes. > Do all callers of find_keyid() continue to work properly? Yes. > If so, why are there other changes in this patch? There is no other changes beside stated in description. > If you haven't already, please make sure that after each patch is > applied, the code not only compiles cleanly, but works properly. Yes, they compile and work properly after each patch. Thanks,