On Thu, 2018-06-28 at 18:39 +0200, Matthias Gerstner wrote: > Hi, > > > In this patch, I propose add an exception for "crypto-pkcs1pad(rsa,*)" > > module requests only in case of enabled integrity asymmetric keys support. > > I have tested the patch in my test setup and it looks good. No deadlocks > so far. I really wish we didn't have to do a string compare "crypto- pkcs1pad(rsa" each and every time. Is the check once per crypto algorithm? Mimi