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

PGP with ECDSA or curve25519 #172

Closed
GregThib opened this issue Dec 16, 2021 · 3 comments
Closed

PGP with ECDSA or curve25519 #172

GregThib opened this issue Dec 16, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@GregThib
Copy link

Bug
Could not import my key, probably because it brings an ed25519 key-type.

To Reproduce
Try to import this kind of key.
See the error message:
Error: No key packet found

Desktop

  • firefox 95.0.x
  • SnappyMail 2.9.6, stock

Additional context
I'm coming from Rainloop, and looked for the issues overthere. And I won: the issue has been reported, here
So, it seems that OpenPGPjs should be updated. Is it right?

Thx for the great job you made!

@the-djmaze
Copy link
Owner

Yes, also see #89

@the-djmaze
Copy link
Owner

Implemented for gnupg.
New class gpgkeygenerator will use EDDSA with ed25519 and cv25519 for signing and encrypting.

This class could be modified to also use RSA/DSA keys to be compatible with clients that do not support ECC keys.

Next would be to implement OpenPGP.js v5 to support this.

@the-djmaze
Copy link
Owner

I will close this issue as there is loads of progress in #89 and your feature request is working there.

@the-djmaze the-djmaze added the enhancement New feature or request label Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants