| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-30 | gpg-interface: use left shift to define GPG_VERIFY_* | Christian Couder | 1 | -3/+3 |
| 2025-09-17 | gpg-interface: refactor 'enum sign_mode' parsing | Christian Couder | 1 | -0/+15 |
| 2025-07-09 | fast-(import|export): improve on commit signature output format | Christian Couder | 1 | -0/+12 |
| 2024-09-05 | gpg-interface: fix misdesigned signing key interfaces | Patrick Steinhardt | 1 | -2/+2 |
| 2024-02-07 | tag: fix sign_buffer() call to create a signed tag | Junio C Hamano | 1 | -1/+1 |
| 2023-02-09 | gpg-interface: lazily initialize and read the configuration | Junio C Hamano | 1 | -1/+0 |
| 2022-07-10 | gpg-interface: add function for converting trust level to string | Jaydeep Das | 1 | -0/+8 |
| 2021-12-09 | ssh signing: make verify-commit consider key lifetime | Fabian Stelzer | 1 | -0/+9 |
| 2021-12-09 | ssh signing: use sigc struct to pass payload | Fabian Stelzer | 1 | -3/+3 |
| 2021-09-10 | ssh signing: provide a textual signing_key_id | Fabian Stelzer | 1 | -0/+6 |
| 2021-09-10 | ssh signing: preliminary refactoring and clean-up | Fabian Stelzer | 1 | -1/+1 |
| 2021-02-10 | gpg-interface: improve interface for parsing tags | brian m. carlson | 1 | -1/+8 |
| 2020-03-15 | gpg-interface: prefer check_signature() for GPG verification | Hans Jerry Illikainen | 1 | -9/+0 |
| 2020-03-05 | Merge branch 'hi/gpg-use-check-signature' | Junio C Hamano | 1 | -0/+9 |
| 2020-02-28 | Revert "gpg-interface: prefer check_signature() for GPG verification" | Junio C Hamano | 1 | -0/+9 |
| 2020-01-30 | Merge branch 'hi/gpg-mintrustlevel' | Junio C Hamano | 1 | -1/+9 |
| 2020-01-15 | gpg-interface: add minTrustLevel as a configuration option | Hans Jerry Illikainen | 1 | -1/+9 |
| 2019-11-30 | gpg-interface: prefer check_signature() for GPG verification | Hans Jerry Illikainen | 1 | -9/+0 |
| 2018-10-23 | gpg-interface.c: obtain primary key fingerprint as well | Michał Górny | 1 | -0/+1 |
| 2018-10-23 | gpg-interface.c: support getting key fingerprint via %GF format | Michał Górny | 1 | -0/+1 |
| 2018-08-15 | Add missing includes and forward declarations | Elijah Newren | 1 | -0/+2 |
| 2018-07-11 | gpg-interface: make parse_gpg_output static and remove from interface header | Henning Schild | 1 | -2/+0 |
| 2018-04-16 | gpg-interface: use size_t for signature buffer size | Jeff King | 1 | -1/+1 |
| 2018-04-16 | gpg-interface: modernize function declarations | Jeff King | 1 | -11/+38 |
| 2017-01-17 | gpg-interface, tag: add GPG_VERIFY_OMIT_STATUS flag | Lukas Puehringer | 1 | -2/+3 |
| 2015-06-22 | verify-commit: add option to print raw gpg status information | brian m. carlson | 1 | -0/+1 |
| 2015-06-22 | gpg: centralize printing signature buffers | brian m. carlson | 1 | -0/+3 |
| 2015-06-22 | gpg: centralize signature check | brian m. carlson | 1 | -1/+1 |
| 2015-06-22 | verify-tag: share code with verify-commit | brian m. carlson | 1 | -0/+2 |
| 2014-09-15 | gpg-interface: move parse_signature() to where it should be | Junio C Hamano | 1 | -0/+1 |
| 2014-09-15 | gpg-interface: move parse_gpg_output() to where it should be | Junio C Hamano | 1 | -5/+11 |
| 2014-06-23 | gpg-interface: provide access to the payload | Michael J Gruber | 1 | -0/+1 |
| 2014-06-23 | gpg-interface: provide clear helper for struct signature_check | Michael J Gruber | 1 | -0/+1 |
| 2013-03-31 | merge/pull Check for untrusted good GPG signatures | Sebastian Götte | 1 | -0/+1 |
| 2013-03-31 | Move commit GPG signature verification to commit.c | Sebastian Götte | 1 | -0/+11 |
| 2013-02-14 | gpg_interface: allow to request status return | Michael J Gruber | 1 | -1/+1 |
| 2011-11-04 | Split GPG interface into its own helper library | Junio C Hamano | 1 | -0/+10 |