Details
-
Bug
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
17
-
b32
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8270804 | 18 | Sibabrata Sahoo | P4 | Resolved | Fixed | b07 |
JDK-8270767 | 17.0.1 | Sibabrata Sahoo | P4 | Resolved | Fixed | b03 |
Description
Add Test cases to compare MessageDigest instance attributes generated from different providers and with different algorithms.
We can choose SUN and SunPKCS11 providers and then compare the MessageDigest instances for some provider specific info and some common. Similar comparison can be done when MessageDigest instances generated for different algorithms.
For simplicity we can use existing Test to add these minor Test cases: open/test/jdk/sun/security/pkcs11/MessageDigest/ReinitDigest.java.
We can choose SUN and SunPKCS11 providers and then compare the MessageDigest instances for some provider specific info and some common. Similar comparison can be done when MessageDigest instances generated for different algorithms.
For simplicity we can use existing Test to add these minor Test cases: open/test/jdk/sun/security/pkcs11/MessageDigest/ReinitDigest.java.
Attachments
Issue Links
- backported by
-
JDK-8270767 Additional tests for MessageDigest with different providers
-
- Resolved
-
-
JDK-8270804 Additional tests for MessageDigest with different providers
-
- Resolved
-
- relates to
-
JDK-8259065 Optimize MessageDigest.getInstance
-
- Resolved
-