google / google/conscrypt

keytool now calls Signature.getParameters() and Conscrypt throws UnsupportedOperationException

Open
#878 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.