weberph2

Results 2 comments of weberph2

@reneme Yes, thank you. This would resolve the issue described in #3008.

Yes, the PKCS11 RSA wrapper performs blinding, but only for "Raw" operations: https://github.com/randombit/botan/blob/master/src/lib/prov/pkcs11/p11_rsa.cpp#L149 Blinding is not possible if the smart card or middleware is asked to perform the unpadding. As...