Re: Notarization error: The signature algorithm used is too weak
site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=fR+KWImQFcx2uS+m40v8bDe0poQsWfUyg0t5P7p1SFw=; b=pPn2WqKPPuUblQgTp6BDMZaTvaZtnnHL5oirK678cLphKOBdE8h2NACysqf9Psp+JM xYVw1ndbHN7ljKGW4PSMoLY/YK5Y6ruBJM9qvZU+FsSBa64ZudKIcn2lE7hHPsrdsIir cJlxp4MMTBm56B2KvRcNLN9z9zIym4RpyGEbfbGTRce79J5NhgO03aEKwDkka7v7EzOi IE1Rs/MxuzxbhfoN7Yjdfqsdom/hipLBnLn57f2sPiLaccgk+UUUiz8dkps46+g2u9yN OvbOLtWgay4d8liGrlqDA93ab1cswbOrdlET4XKeuANuCNTgSIrEecOQD03txiEgJvqO maKA==
On May 28, 2019, at 3:43 PM, Leo via Cocoa-dev <cocoa-dev@lists.apple.com> wrote:
-I recently contacted Apple again and they pointed me to some resource page that was created back in 2016. It briefly mentions a similar error - but still without any info on how to solve it: https://developer.apple.com/library/archive/technotes/tn2206/_index.html#//a...
-A search on this error didn't produce anything useful.
-The tar.gz file in question is an eSellerate licensing framework. As many people may know, it's been a popular licensing??platform for Mac software for over a decade. While I switched to a different licensing platform some time ago, I still have thousands of customers with eSellerate licenses (as I'm sure is the situation with many other Mac developers).
As far as I understand, this whole situation has to do something with signing files inside tar.gz archives - on which I couldn't find any info either
Looks to me like your eSellerate framework is signed with a version 1 signature. You need to resign the framework with a version 2 signature. --Richard Charles _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Richard Charles via Cocoa-dev