aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Domurad <[email protected]>2012-08-14 16:06:38 -0400
committerAdam Domurad <[email protected]>2012-08-14 16:06:38 -0400
commitabf4ecb7073d3e44ce1340ca3bce6bd82fbd4f7c (patch)
tree7a2da007b8de1ee132adb0e4735d743dc556eb65
parent2f7d3e85b4af5761edf80d4882b6405ee49df00e (diff)
Changelog for unsigned content in metainf reproducer
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0549aab..cf45bd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
2012-08-14 Adam Domurad <[email protected]>
+ Reproducer for allowing unsigned content in META-INF/ folder.
+ Derives from ReadPropertiesSigned test's signed jar.
+ * tests/reproducers/custom/UnsignedContentInMETAINF/resources/UnsignedContentInMETAINF.jnlp:
+ New, runs a modified version of ReadPropertiesSigned.jar (UnsignedContentInMETAINF.jar)
+ * tests/reproducers/custom/UnsignedContentInMETAINF/srcs/META-INF/unsigned_file_in_metainf:
+ New, placed into a modified version of ReadPropertiesSigned.jar
+ (UnsignedContentInMETAINF.jar) so that there is unsigned content in the
+ META-INF/ folder.
+ * tests/reproducers/custom/UnsignedContentInMETAINF/srcs/Makefile:
+ New, creates a modified version of ReadPropertiesSigned.jar, named
+ UnsignedContentInMETAINF.jar, and places unsigned content inside its
+ META-INF/ folder
+ * tests/reproducers/custom/UnsignedContentInMETAINF/testcases/UnsignedContentInMETAINF.java:
+ Test driver for jnlp file
+
+2012-08-14 Adam Domurad <[email protected]>
+
Unit test for method in JCV, isMetaInfFile()
* netx/net/sourceforge/jnlp/tools/JarCertVerifier.java:
Made isMetaInfFile package-private for testing purposes.