aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into gniibe/t6275gniibe/t6275NIIBE Yutaka2023-05-117-5/+60
|\
| * gpg: New option --debug-ignore-expiration to help with testing.Werner Koch2023-05-094-5/+17
| * gpg: Print a warning if no more encryption subkey was left over.Werner Koch2023-05-083-0/+37
| * kbx: Use custom estream bufferingWerner Koch2023-05-081-0/+6
* | Merge branch 'master' into gniibe/t6275NIIBE Yutaka2023-05-017-10/+111
|\|
| * gpg: Fix for overridden key import.NIIBE Yutaka2023-04-251-1/+1
| * gpg: Fix writing ECDH keys to OpenPGP smartcards.Werner Koch2023-04-216-8/+57
| * gpg: New command "openpgp" for --card-edit.Werner Koch2023-04-201-1/+15
| * gpg: Make sure that we are not accidently working with the PIV app.Werner Koch2023-04-183-0/+28
| * gpg: Allow overridden key import when stub exists.NIIBE Yutaka2023-04-181-1/+11
* | spawn: Introduce *_KEEP, removing *_NULL.NIIBE Yutaka2023-04-201-8/+2
* | Merge branch 'master' into gniibe/t6275NIIBE Yutaka2023-04-1327-191/+919
|\|
| * gpg: Fix handling of importing cv25519 secret key.NIIBE Yutaka2023-04-061-0/+1
| * gpg: New option --assert-signer.Werner Koch2023-04-059-5/+184
| * Use the keyboxd for a fresh installWerner Koch2023-04-042-10/+41
| * gpg: Set the default digest algo for S2K to SHA256.Werner Koch2023-04-041-2/+2
| * gpg: New command --quick-add-adskWerner Koch2023-03-213-14/+111
| * gpg: Delete secret key after "keytocard".Werner Koch2023-03-153-9/+48
| * gpg,gpgsm: New option --log-timeWerner Koch2023-03-081-0/+9
| * gpg: Actually encrypt to ADSKs.Werner Koch2023-03-013-14/+39
| * gpg: Allow adding of Additional Decryption Subkeys.Werner Koch2023-03-0111-67/+267
| * gpg: New option --add-desig-revokerWerner Koch2023-02-164-11/+117
| * gpg: --gen-random code cleanup by using es_set_binary.Werner Koch2023-02-162-4/+2
| * gpg: New list-option --show-unusable-sigs.Werner Koch2023-02-075-30/+53
| * gpg: New pseudo option full-help for --list-options et al.Werner Koch2023-01-311-1/+6
| * gpg: Make "--list-options show-sig-subpackets=n,m" work again.Werner Koch2023-01-311-4/+11
| * gpg: For readibility use macro instead of integers in key-clean.Werner Koch2023-01-301-34/+42
* | Merge branch 'master' into gniibe/t6275NIIBE Yutaka2023-01-2411-53/+81
|\|
| * gpg: Replace --override-compliance-check by a real fix.Werner Koch2023-01-203-25/+3
| * gpg: Do not require --status-fd along with --require-compliance.Werner Koch2023-01-201-1/+1
| * gpg: Detect already compressed data also when using a pipe.Werner Koch2023-01-194-7/+49
| * gpg: Fix a typo in a rarely shown diagnosticWerner Koch2022-12-161-2/+1
| * gpg: Do not continue the export after a cancel for the primary key.Werner Koch2022-12-161-1/+10
| * gpg: Replace use of PRIu64 in log_debugWerner Koch2022-12-162-8/+10
| * doc: Typo fixesWerner Koch2022-12-161-1/+1
| * build: Remove Windows CE support.NIIBE Yutaka2022-12-091-6/+4
| * wkd: Do not send/install/mirror expired user ids.Werner Koch2022-12-061-2/+2
* | Merge branch 'master' into gniibe/t6275NIIBE Yutaka2022-12-0516-125/+597
|\|
| * gpg: New export option "mode1003".Werner Koch2022-12-028-25/+276
| * gpg: Remove a mostly duplicated function.Werner Koch2022-12-023-81/+36
| * tests: Support semihosted environment.NIIBE Yutaka2022-12-011-3/+4
| * gpg: New export-filter export-revocsWerner Koch2022-11-282-6/+119
| * gpg: Fix double-free in gpg --card-edit.NIIBE Yutaka2022-11-281-1/+0
| * gpg: Make --require-compliance work with out --status-fdWerner Koch2022-11-281-1/+1
| * gpg: New option --list-filterWerner Koch2022-11-256-12/+165
* | Replace other use cases of gnupg_spawn_process_fd.NIIBE Yutaka2022-11-251-4/+5
* | Replace pipe+gnupg_spawn_process_fd by gnupg_process_spawn.NIIBE Yutaka2022-11-251-18/+21
|/
* gpg: Fix verification of cleartext signatures with overlong lines.Werner Koch2022-11-101-5/+24
* gpg: Move w32_system function.NIIBE Yutaka2022-11-093-117/+108
* gpg: New option --quick-update-pref.Werner Koch2022-11-044-10/+65