JAL-1139 specified SHA1WithRSA for sig algorithm and removed Jmols original selfsigne...
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Mon, 25 Nov 2013 18:29:28 +0000 (18:29 +0000)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Mon, 25 Nov 2013 18:29:28 +0000 (18:29 +0000)
appletlib/JmolApplet-12.2.4.jar
build.xml
lib/Jmol-12.2.4.jar

index aeecb80..e17c4ac 100644 (file)
Binary files a/appletlib/JmolApplet-12.2.4.jar and b/appletlib/JmolApplet-12.2.4.jar differ
index a26740e..26477ce 100755 (executable)
--- a/build.xml
+++ b/build.xml
 
        <target name="makefulldist" depends="makedist">
                <!-- the default keystore details might need to be edited here -->
-               <signjar storepass="${jalview.keystore.pass}" keypass="${jalview.key.pass}" keystore="${jalview.keystore}" alias="${jalview.key}" lazy="false" verbose="false" sigalg="MD5withRSA" digestalg="SHA1">
+               <signjar storepass="${jalview.keystore.pass}" keypass="${jalview.key.pass}" keystore="${jalview.keystore}" alias="${jalview.key}" lazy="false" verbose="false" sigalg="SHA1withRSA">
 
                        <fileset dir="${packageDir}">
                                <include name="*.jar" />
index 755365a..f1254cd 100644 (file)
Binary files a/lib/Jmol-12.2.4.jar and b/lib/Jmol-12.2.4.jar differ