aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2011-09-22 18:01:24 +0200
committerJiri Vanek <[email protected]>2011-09-22 18:01:24 +0200
commitebffba951342363acfa5a0a60b91ff16969ced01 (patch)
tree543b7c7de9ca0edc417ba8f0ab028904863b6125 /ChangeLog
parentb21c8378d869d855fbedc1c8d1721af63441b15d (diff)
Added test (into signed reproducers) which is trying to missuse xtrustAll by reflection and to laod unsigned code. This test pass, if loading unsigned jar will fail (because accessing of inner netx classes is avaiable by with reflection).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b123ec..8e5a10f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
2011-09-22 Jiri Vanek <[email protected]>
+
+ * tests/jnlp_tests/signed/ReadPropertiesBySignedHack/resources/ReadPropertiesBySignedHack.jnlp:
+ jnlp file to lunch ReadPropertiesBySignedHack, notice please dependenci
+ on ReadProperties.jar from simple reproducers
+ * tests/jnlp_tests/signed/ReadPropertiesBySignedHack/srcs/ReadPropertiesBySignedHack.java:
+ this reproducers verify, that even reflection-by enabled
+ XtrustAll will not allow to lunch unsigned code
+ * tests/jnlp_tests/signed/ReadPropertiesBySignedHack/testcases/ReadPropertiesBySignedHackTest.java:
+ testcase for this reproducer
+
+2011-09-22 Jiri Vanek <[email protected]>
* tests/jnlp_tests/signed/ReadPropertiesSigned/resources/ReadPropertiesSigned1.jnlp:
* tests/jnlp_tests/signed/ReadPropertiesSigned/resources/ReadPropertiesSigned2.jnlp: