Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | indent: Fix spelling | Daniel Kahn Gillmor | 2024-05-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | -- These are non-substantive corrections for minor spelling mistakes within the GnuPG codebase. With something like this applied to the codebase, and a judiciously tuned spellchecker integrated as part of a standard test suite, it should be possible to keep a uniform orthography within the project. GnuPG-bug-id: 7116 | ||||
* | gpg: Partial fix for Unicode problem in output files. | Werner Koch | 2021-05-25 | 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]> | ||||
* | common: New module to compute openpgp fingerprints | Werner Koch | 2021-04-16 | 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]> |