keytool now calls Signature.getParameters() and Conscrypt throws UnsupportedOperationException
Open
bug
- Dominant language
- Java
- Stars
- 1.4k
- Forks
- 326
- Avg merge
- 16h 22m
- Merged PRs (30d)
- 17
Description
Newer keytool (`sun.security.tools.keytool.Main`) in JDK8u > 242, and JDK11 calls `Signature.getParameters()` from `PKCS10.encodeAndSign()` and the Conscrypt provider throws `UnsupportedOperationException`.
Possibly Conscrypt should return `null`, like SunEC, and recommended in the docs, https://docs.oracle.com/javase/8/docs/api/java/security/Signature.html.
```
# Override SunEC
cat > conscrypt.properties <
Contributor guide
Assessment
This issue has not been assessed yet.