Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-09-22 | g10: When adding a user id, make sure the keyblock has been prepared. | Neal H. Walfield | 1 | -1/+22 | |
* g10/keyedit.c (keyedit_quick_adduid): Call merge_keys_and_selfsig on KEYBLOCK before adding the user id. * tests/openpgp/quick-key-manipulation.scm: Make sure that the key capabilities don't change when adding a user id. (key-data): New function. -- Signed-off-by: Neal H. Walfield <[email protected]> GnuPG-bug-id: 2697 | |||||
2016-09-20 | tests: Port the quick key manipulation test to Scheme. | Justus Winter | 1 | -0/+66 | |
* tests/openpgp/Makefile.am (XTESTS): Add new test. * tests/openpgp/quick-key-manipulation.scm: New file. Signed-off-by: Justus Winter <[email protected]> |