summaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* gpg: New list-options show-pref and show-pref-verbose.Werner Koch2022-11-045-150/+181
* gpg: Make --list-packets work w/o --no-armor for plain OCB packets.Werner Koch2022-11-021-0/+1
* gpg: Merge --rfc4880bis features into --gnupgWerner Koch2022-10-312-50/+15
* gpg: Allow only OCB for AEAD encryption.Werner Koch2022-10-317-117/+8
* gpg: New option --compatibility-flagsWerner Koch2022-10-312-1/+27
* gpg: Fix trusted introducer for user-ids with only the mbox.Werner Koch2022-10-281-19/+31
* gpg: Import stray revocation certificates.Werner Koch2022-10-283-13/+65
* gpg: Move NETLIBS after GPG_ERROR_LIBS.NIIBE Yutaka2022-10-181-6/+6
* gpg: Use GCRY_KDF_ONESTEP_KDF with newer libgcrypt in future.NIIBE Yutaka2022-10-141-0/+23
* gpg: Fix wrong use of FD2INT with iobuf_fdopen_nc.NIIBE Yutaka2022-10-072-3/+3
* gpg: Show just keyserver and port with --send-keys.Werner Koch2022-09-301-0/+25
* gpg: Avoid to emit a compliance mode line if libgcrypt is non-compliant.Werner Koch2022-09-291-2/+7
* gpg: Fix assertion failure due to errors in encrypt_filter.Werner Koch2022-09-292-1/+5
* gpg: Make --require-compliance work for -seWerner Koch2022-09-291-156/+146
* gpg: Silence some diagnostics.Werner Koch2022-09-282-8/+11
* gpg: Don't consider unknown keys as non-compliant while decrypting.Werner Koch2022-09-261-4/+4
* dirmngr:dns,doc,gpg: Fix for noreturn for C11.NIIBE Yutaka2022-09-161-1/+1
* agent,dirmngr,gpg,scd: Clean up for modern compiler.NIIBE Yutaka2022-09-142-0/+3
* gpg,common,scd,sm: Function prototype fixes for modern compiler.NIIBE Yutaka2022-09-136-13/+13
* gpg: Support key flags for RENC, TIME, and GROUP.Werner Koch2022-09-076-3/+53
* common: New common option no-autostart.Werner Koch2022-08-221-0/+2