Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jdk/test/sun/security/lib/cacerts/VerifyCACerts.java
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is missing the bug line update that the JDK 11u patch has here:
openjdk/jdk11u-dev@8894d6a#diff-ecedb2ba9c75491cd95fc614c6580b565d2d61a10a253f6a2fcd0fd774b535c3R31

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for noticing! Uploaded in the recent commit.

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* 8223499 8225392 8232019 8234245 8233223 8225068 8225069 8243321 8243320
* 8243559 8225072 8258630 8259312 8256421 8225081 8225082 8225083 8245654
* 8305975 8304760 8307134 8295894 8314960 8317373 8317374 8318759 8319187
* 8321408 8316138 8341057 8303770
* 8321408 8316138 8341057 8303770 8350498
* @summary Check root CA entries in cacerts file
*/
import java.io.ByteArrayInputStream;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* @bug 8346587 8350498
* @summary Check that TLS Server certificates chaining back to distrusted
* Camerfirma root are invalid
* @library /test/lib
* @library /lib/security
* @modules java.base/sun.security.validator
* @run main/othervm Camerfirma after policyOn invalid
* @run main/othervm Camerfirma after policyOff valid
Expand Down