Investigate if RSA issue can happen with ECDSA/ECDH on OpenSSL < 3.0 #105175
Labels
area-System.Security
blocking-release
in-pr
There is an active PR which will close this issue when it is merged
Milestone
In #104961 we've changed OpenSSL implementation of ECDsa and ECDH to be similar to RSA. RSA implementation had a workaround for OpenSSL issue which occurs only on some low versions of OpenSSL and it requires us checking if key is a private key explicitly rather than relying on OpenSSL API. See: #53345 (comment) - we've added
HasNoPrivateKey
check in the Sign/Decrypt operations.We need to verify if:
As part of this it would be good to add provider test cases as suggested per #104961 (review)
The text was updated successfully, but these errors were encountered: