Skip to content

Commit

Permalink
Bugzilla 986: import.metadata should check certificate key length, fl…
Browse files Browse the repository at this point in the history
…ag warning for < 2048
  • Loading branch information
iay committed Feb 28, 2013
1 parent e01926f commit ee65896
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,16 @@
<delete file="${entities.dir}/imported.xml" quiet="true" verbose="false"/>
<CHANNEL.do channel="uk" verb="import"/>
<echo>Imported metadata to ${entities.dir}/imported.xml</echo>
<XALAN
i="${entities.dir}/imported.xml"
o="${xml.dir}/embedded.pem"
x="${build.dir}/extract_embedded.xsl"/>
<echo>Certificates extracted to "${xml.dir}/embedded.pem"</echo>
<exec executable="perl" dir="${xml.dir}"
input="${xml.dir}/embedded.pem">
<arg value="${build.dir}/check_embedded.pl"/>
<arg value="-q"/>
</exec>
</target>

<!--
Expand Down

0 comments on commit ee65896

Please sign in to comment.