aboutsummaryrefslogtreecommitdiffstats
path: root/common/openpgp-fpr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gpg: Partial fix for Unicode problem in output files.Werner Koch2021-05-251-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]>
* common: New module to compute openpgp fingerprintsWerner Koch2021-04-161-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]>