Results 348 comments of David Hook

Is this on Windows or Linux. If it was Linux I'd say it sounds like entropy exhaustion, with Windows I'm not so sure.

If you can generate a thread dump during the slowdown period that might help. Another question, if it is Windows, the SunMSCAPI is present isn't it? If it isn't try...

Ah, okay, yes, how many RSA keys are in the store? Sounds like a few. Yes, looking at the stack trace the time being used is for RSA modulus validation,...

Thanks, there were a few worth fixing. We'll certainly have a look at your analyzer, one of us will drop a line.

If you build using the current Gradle script (based on Gradle 6) using Java 8, you should get something close to what you get with the ./build15+ script - the...

Unfortunately this patch would almost completely break the use of OAEP in the CMS library (evidently it would work for the case specified). I think there's a way out of...

OAEP also has an algorithm parameters block in the AlgorithmIdentifier - RSA/ECB/OAEPWithSHA-1AndMGF1Padding is what you would call the default setting. The question was more about what does the provider being...

I'll look into it - it'll need to map to the algorithm name based on the parameters though the OID is for OAEP, not for OAEP with SHA1 or SHA256,...

Hmmm. I think we need to address these separately. On the first one, can you provide an example of what you're putting in and what you'd expect to come back?