Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Configure digestAlgorithm for signing webservice

Hi all,
in order to support eclipse indigo [1] I need to set the digest algorithm
to SHA1 when using eclipse signing service.

I’v tried the following:
<configuration>
	<resigningStrategy>DO_NOT_RESIGN</resigningStrategy>
	<digestAlgorithm>SHA1</digestAlgorithm>
	<signatureAlgorithm>SHA1withRSA</signatureAlgorithm>
	<excludeInnerJars>true</excludeInnerJars>
</configuration>

...but it seems to have no effect, the jars still has SHA-256-Digest in MANIFEST.MF .

Am I doing something wrong, or is SHA1 not supported by the eclipse signing webservice?


[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=378155

Kind regards,
Dennis Hübner

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


Back to the top