Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-05-25 | gpg: Partial fix for Unicode problem in output files. | Werner Koch | 1 | -1/+1 | |
* g10/openfile.c (overwrite_filep): Use gnupg_access. -- As said, this is just an obvious but partial fix. We need to review things for the output module. Signed-off-by: Werner Koch <[email protected]> | |||||
2021-04-16 | common: New module to compute openpgp fingerprints | Werner Koch | 1 | -0/+283 | |
* common/openpgp-fpr.c: New. * common/Makefile.am (common_sources): Add it. -- This function is targeted to handle keys on smartcards. Signed-off-by: Werner Koch <[email protected]> |