We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Due to this bug fix in java 17. https://www.cryptomathic.com/news-events/blog/explaining-the-java-ecdsa-critical-vulnerability#:~:text=What%20goes%20wrong%20in%20the%20faulty%20Java%2015%20%2D%2018%20implementations%20of%20the%20ECDSA%20signature%20verification%20algorithm%20is%20that%20the%20property%20that%20both%20r%20and%20s%20are%20non%2Dzero%20is%20not%20being%20checked%2C%20and%20the%20verification%20algorithm%20accepts%20(r%2Cs)%20%3D%20(0%2C0)%20as%20a%20valid%20ECDSA%20signature%20on%20any%20message
Actually this partial public key validation is failing in java 17. Can you please look into this ?