summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* dirmngr: New command AD_QUERY.Werner Koch2023-03-208-138/+758
* dirmngr: Add framework to implement a fake CRL feature.Werner Koch2023-03-166-2/+87
* gpgsm: New option --no-pretty-dnWerner Koch2023-03-164-2/+25
* gpgtar: Do not allow the use of stdout for --status-fdWerner Koch2023-03-151-2/+6
* gpgtar: Print a result status with skiupped files.Werner Koch2023-03-153-10/+69
* gpg: Delete secret key after "keytocard".Werner Koch2023-03-153-9/+48
* scd,openpgp: Switch key attributes between RSA and ECC in writekey.Werner Koch2023-03-152-6/+34
* agent: Make --disable-extended-key-format a dummy option.Werner Koch2023-03-1311-285/+157
* dirmngr: Add command "GETINFO stats".Werner Koch2023-03-108-35/+59
* agent: Try to SETREPEATOK if the pinentry supports it.Ben Kibbey2023-03-101-0/+21
* dirmngr: Distinguish between "no crl" and "crl not trusted".Werner Koch2023-03-098-12/+33
* keyboxd: Allow import of v0 certificates.Werner Koch2023-03-081-1/+6
* gpg,gpgsm: New option --log-timeWerner Koch2023-03-084-0/+27
* dirmngr: Minor code cleanup in the CRL cache.Werner Koch2023-03-081-10/+25
* gpgsm: Strip trailing zeroes from detached signatures.Werner Koch2023-03-085-7/+120
* scd: Fix checking memory allocation.NIIBE Yutaka2023-03-081-1/+1
* doc: Typo fixes and new notes in DETAILSWerner Koch2023-03-032-1/+7
* gpg: Actually encrypt to ADSKs.Werner Koch2023-03-013-14/+39
* gpg: Allow adding of Additional Decryption Subkeys.Werner Koch2023-03-0113-78/+280
* agent: Show "no secret key" instead of "card removed".Werner Koch2023-03-012-4/+20
* gpgconf: Print some standard envvars with -XWerner Koch2023-02-281-0/+10
* gpgsm: Improve cert lookup callback from dirmngr.Werner Koch2023-02-263-5/+13
* sm: Fix dirmngr loadcrl for intermediate certsAndre Heinecke2023-02-241-2/+26
* doc: Minor comment fixes.Werner Koch2023-02-232-2/+3
* dirmngr: New debug flag "keeptmp".Werner Koch2023-02-232-1/+4
* gpg: Prepare to accept shorter OIDs for ed25519 and cv25519.Werner Koch2023-02-211-6/+20
* gpg: New option --add-desig-revokerWerner Koch2023-02-166-11/+132
* doc: Put the Unattended Usage of GPG section also into the man page.Werner Koch2023-02-161-28/+17
* gpg: --gen-random code cleanup by using es_set_binary.Werner Koch2023-02-162-4/+2
* tools: Return a better error message if sendmail is not usable.Werner Koch2023-02-081-0/+7
* gpg: New list-option --show-unusable-sigs.Werner Koch2023-02-077-31/+64
* ssh: Allow to define the order in which keys are returned.Werner Koch2023-02-014-63/+185
* 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-312-4/+14
* gpg: For readibility use macro instead of integers in key-clean.Werner Koch2023-01-301-34/+42
* gpgtar: Fix new --status-fd handling.Werner Koch2023-01-301-1/+1
* gpgtar: Emit progress status lines in create mode.Werner Koch2023-01-304-13/+142
* gpgtar: Fix parent directory creation bugWerner Koch2023-01-261-0/+2
* gpgtar: Allow decryption from stdin.Werner Koch2023-01-262-19/+20
* po: Update Japanese Translation.NIIBE Yutaka2023-01-261-19/+10
* common: Slight redefinition of nvc_get_boolean.Werner Koch2023-01-243-7/+13
* doc: Remove profile and systemd example files.Werner Koch2023-01-2313-212/+6
* gpg: Replace --override-compliance-check by a real fix.Werner Koch2023-01-205-32/+8
* gpg: Do not require --status-fd along with --require-compliance.Werner Koch2023-01-201-1/+1
* doc: Update copyright notices.Werner Koch2023-01-205-22/+9
* wkd: Support option --output for command --check.Werner Koch2023-01-204-11/+39
* doc: Revert last change the gpg --unwrap descriptionWerner Koch2023-01-191-3/+2
* common: Detect PNG and JPEG file formats.Werner Koch2023-01-191-6/+24
* wkd: Let gpg-wks-client --supported print some diagnostics.Werner Koch2023-01-191-1/+45
* gpg: Detect already compressed data also when using a pipe.Werner Koch2023-01-199-64/+201