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

x/crypto/openpgp: Implement opaque DSA keys #27883

Closed
Merovius opened this issue Sep 26, 2018 · 2 comments
Closed

x/crypto/openpgp: Implement opaque DSA keys #27883

Merovius opened this issue Sep 26, 2018 · 2 comments

Comments

@Merovius
Copy link
Contributor

Merovius commented Sep 26, 2018

I'm writing a package to use gpg-agent for private key operations, implementing the crypto.Signer and crypto.Decrypter interfaces. Currently, the openpgp package doesn't support that for DSA. This would be analogous to https://go-review.googlesource.com/c/crypto/+/23802

[edit] I just sent out the CL for this one, as it's independent and more important for me to get in soon-ish :) Will file separate issues for other things.

@gopherbot gopherbot added this to the Unreleased milestone Sep 26, 2018
@gopherbot
Copy link

Change https://golang.org/cl/137955 mentions this issue: openpgp: Handle DSA crypto.Signer

@FiloSottile
Copy link
Contributor

See #27905

@golang golang locked and limited conversation to collaborators Sep 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants