-
Bug
-
Resolution: Fixed
-
P3
-
7u40
-
b37
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8022013 | 8 | Andy Herrick | P3 | Closed | Fixed | b102 |
JDK-8034350 | 7u65 | Andy Herrick | P3 | Resolved | Fixed | b01 |
JDK-8022308 | 7u60 | Andy Herrick | P3 | Resolved | Fixed | b01 |
JDK-8022373 | 7u51 | Andy Herrick | P3 | Resolved | Fixed | b01 |
JDK-8022347 | 7u45 | Andy Herrick | P3 | Resolved | Fixed | b06 |
The certificate element has two arguments, hash and algorithm.
If you specify algorithm="SHA-256" everything works as expected.
If you omit the algorithm arg it is supposed to default to SHA-256 but instead it causes a NPE inside security libs code due to passing in the null algorithm
If you specify algorithm="SHA-256" everything works as expected.
If you omit the algorithm arg it is supposed to default to SHA-256 but instead it causes a NPE inside security libs code due to passing in the null algorithm
- backported by
-
JDK-8022308 DRS: certificate element algorithm is supposed to default to SHA-256
-
- Resolved
-
-
JDK-8022347 DRS: certificate element algorithm is supposed to default to SHA-256
-
- Resolved
-
-
JDK-8022373 DRS: certificate element algorithm is supposed to default to SHA-256
-
- Resolved
-
-
JDK-8034350 DRS: certificate element algorithm is supposed to default to SHA-256
-
- Resolved
-
-
JDK-8022013 DRS: certificate element algorithm is supposed to default to SHA-256
-
- Closed
-