Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for EDDSA signatures #222

Closed
wants to merge 1 commit into from

Conversation

mz2
Copy link

@mz2 mz2 commented May 26, 2020

Adds support for EDDSA signing Sparkle builds.

@msftclas
Copy link

msftclas commented May 26, 2020

CLA assistant check
All CLA requirements met.

@jp-andre jp-andre requested a review from ajaykn May 27, 2020 02:32
@jp-andre
Copy link
Contributor

Thanks for your contribution @mz2. Please make sure that the spec tests pass.

Copy link
Contributor

@ajaykn ajaykn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add a test case just passing ed_dsa signature.

@@ -409,12 +409,13 @@ def self.update_release(api_token, owner_name, app_name, release_id, release_not
end

# updates release metadata
def self.update_release_metadata(api_token, owner_name, app_name, release_id, dsa_signature)
def self.update_release_metadata(api_token, owner_name, app_name, release_id, dsa_signature, eddsa_signature)
return if dsa_signature.to_s == ''
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think, this condition needs to be updated with eddsa_signature as well.

@jp-andre
Copy link
Contributor

jp-andre commented Jul 7, 2020

@mz2 if you are still interested in getting this PR merged, please consider the above comments.

@kkyryl
Copy link
Contributor

kkyryl commented Oct 7, 2020

@jp-andre, @ajaykn I have submitted a similar pull request which accounts for your comments above. Please review if possible since it's blocking us from using App Center (we are migrating from a self hosted solution and we need EdDSA to work)

@DmitriyKirakosyan
Copy link
Contributor

Closing as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants