-
Notifications
You must be signed in to change notification settings - Fork 96
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
Clint Fewbar: use gpgme 2 0 #55
Conversation
Any update on this getting merged? The Debian package currently carries from this series for enabling use of gpgme 2.0 |
The patch needs to be updated towards develop and the 0.13-line, otherwise I think it is pretty straight forward. |
Generated (and checked in) two test gpg keys (test/gnupg_test_home) which are used for testing the crypto suite with gpgme 2.0. The keys expire after 1 year today. They were generated using gpg --gen-key, to create new keys: 0. Set the GNUPGHOME environment variable to: /full/path/test/gnupg_test_home/ 1. Generate receiver keys for email: [email protected] (no password) 2. Export key 3. Move keyrings to receiver_*.gpg 4. Generate sender keys for email: [email protected] (no password) 5. Update test/gnupg_test_home/gpg.conf with deafult-key to represent the new sender key.
I've updated the patch towards develop. I set up a few test-keys to use for testing rather than someones personal email. These keys should of course not be used for anything.. the secret keys are here checked into the repository. The patch seems to work with gpgme for signing+encryption as far as I can see. I have added the gpgme as a dependency to be able to get travis to test it.. if there is some way to do that without adding it as a hard dependency for everyone that would be nice.. (@5long ;))? I am not that familiar with bundler. |
Merged. |
Found on Gitorious, wastly outdated: https://gitorious.org/sup/mainline/merge_requests/12