[icedtea-web][rfc] Update on Danesh's major rework of JarCertVerifier
Adam Domurad
adomurad at redhat.com
Fri Sep 28 07:32:28 PDT 2012
This is a reproducer for cases where jar's have multiple signers. (This
only makes sense in the context of the other patches, because it relies
on checking for the new message that is printed when jars have
improperly mixed signage.)
This test will pass as long as jcv-major-rework-02.patch and
NewMessage.patch are properly applied. (Note that for some reason I have
to manually merge the results of messages.properties, not sure why)
ChangeLog:
2012-09-28 Adam Domurad <adomurad at redhat.com>
Reproduces PR822: Applets fail to load if jars have different signers.
Tests for applets & JNLPs with multiple signers per jar.
*
tests/reproducers/signed/ReadPropertiesSigned/srcs/ReadPropertiesSigned.java:
Modified to end with standard applet finish message.
* tests/reproducers/simple/ReadProperties/srcs/ReadProperties.java:
* tests/reproducers/custom/MultipleSignaturesPerJar/README: Explains
dependence on ReadPropertiesSigned.
*
tests/reproducers/custom/MultipleSignaturesPerJar/resources/MultipleSignaturesPerJarMatching.html:
HTML applet test with a common signer.
*
tests/reproducers/custom/MultipleSignaturesPerJar/resources/MultipleSignaturesPerJarMatching.jnlp:
JNLP test with a common signer.
*
tests/reproducers/custom/MultipleSignaturesPerJar/resources/MultipleSignaturesPerJarMismatching.html:
HTML applet test without a common signer.
*
tests/reproducers/custom/MultipleSignaturesPerJar/resources/MultipleSignaturesPerJarMismatching.jnlp:
JNLP test without a common signer.
* tests/reproducers/custom/MultipleSignaturesPerJar/srcs/Makefile:
Custom makefile used to sign a jar with multiple signers.
*
tests/reproducers/custom/MultipleSignaturesPerJar/srcs/somecrazytestpackage/MultipleSignaturesPerJarMain.java:
Accesses ReadPropertiesSigned from another package with different
signers.
*
tests/reproducers/custom/MultipleSignaturesPerJar/testcases/MultipleSignaturesPerJarTests.java:
Test driver.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ChangeLog
Type: text/x-changelog
Size: 1487 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120928/6f0e60e3/ChangeLog.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PR822repro.patch
Type: text/x-patch
Size: 24367 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120928/6f0e60e3/PR822repro.patch
More information about the distro-pkg-dev
mailing list