aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/tools/JarCertVerifier.java
Commit message (Collapse)AuthorAgeFilesLines
* Implement per-JAR security descriptors (PR1592)Andrew Azores2013-12-031-0/+8
| | | | | | Fix/new feature for PR1592. Each JAR in partially signed applets is assigned its own security level, rather than forcing the entire applet to run sandboxed.
* Introduced logging bottleneckJiri Vanek2013-09-251-16/+7
|
* Fixed gifar vulnereability with automated testcaseJiri Vanek2013-04-171-1/+1
|
* Fix regression with trivially signed (eg, just META-INF/) jarsAdam Domurad2012-10-191-10/+11
|
* Use interface types in JCV classes where applicableAdam Domurad2012-10-191-7/+7
|
* Major rework of JarCertVerifier certificate management.Danesh Dadachanji2012-10-221-289/+361
| | | | | | This is a long-planned rework of JarCertVerifier, allowing it to handle multiple certificates. The algorithms used to verify jars with multiple certificates vary between JNLPs and Applets.
* Unit test for JCV.isMetaInfFile()Adam Domurad2012-08-141-1/+1
|
* Fix PR1049: Empty jars are handled correctly during signature validationSaad Mohammad2012-08-011-0/+15
|
* Refactored two loops to for-each loops in JCVAdam Domurad2012-06-191-9/+3
|
* Fixes PR722: Now ignores unsigned content in META-INF/ during signing processAdam Domurad2012-06-121-20/+6
|
* Rename JarSigner to JarCertVerifier.Danesh Dadachanji2012-04-051-0/+555