summaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-20doc: Explain what to put into mailcap for gpg-wks-client.Werner Koch1-0/+15
2023-12-20tools: Integrate the dotlock tool into gpgconf.NIIBE Yutaka1-1/+69
2023-12-20common: Add dotlock util under libexec.NIIBE Yutaka2-31/+65
2023-12-20common: Clean up the temporary file at dotlock_destroy.NIIBE Yutaka1-0/+6
2023-12-20common: Support not-removing the lockfile by dotlock_destroy.NIIBE Yutaka1-1/+4
2023-12-20common: Fix a possible resource leak for dotlock.NIIBE Yutaka1-2/+5
2023-12-19common: Improve the parsing of gpgconf.ctl variables.Werner Koch1-30/+27
2023-12-19common: Enhance dotlock, so that we can have a CLI util.NIIBE Yutaka2-11/+138
2023-12-19kbx: Create public-keys.d, after creating the homedir.NIIBE Yutaka2-0/+88
2023-12-18keyboxd: Pass lock info back to gpg and gpgsm.Werner Koch3-9/+48
2023-12-18keyboxd: Timeout on failure to get the database lock.Werner Koch1-15/+53
2023-12-18common: Add an info callback to dotlock.Werner Koch3-11/+203
2023-12-12common: Improve error return for dotlock.Werner Koch1-2/+8
2023-12-12doc: Fix description of scdaemon for --disable-ccid.NIIBE Yutaka1-10/+8
2023-12-07po: Fix quotes in Polish Translation.Ahelenia ZiemiaƄska1-395/+395
2023-11-30po: Update Portuguese Translation.Daniel Cerqueira2-5767/+3530
2023-11-27gpgsm: Set validity flag in keylisting to n for untrusted root cert.Werner Koch1-0/+2
2023-11-23scd:openpgp: Fallback to default ECDH params in writekey.Werner Koch1-3/+5
2023-11-21agent: Update the key file only if changed (slight return).Werner Koch1-12/+52
2023-11-21common: Check wether to set the modified flag in nve_set.Werner Koch1-22/+8
2023-11-21agent: Update the key file only if not changed.Werner Koch3-9/+56
2023-11-21scd: New option --debug-allow-pin-logging.Werner Koch3-4/+10
2023-11-20po: Update Japanese Translation.NIIBE Yutaka1-12/+12
2023-11-17gpg: Report BEGIN_* status before examining the input.NIIBE Yutaka8-189/+174
2023-11-16scd:p15: Basic support for Starcos 3.2.Werner Koch1-32/+51
2023-11-16scd: Minor debug output tweakWerner Koch2-2/+4
2023-11-14gpg,gpgsm: Hide password in debug output also for asked passwords.Werner Koch2-1/+10
2023-11-14gpgsm: Re-introduce the bad passphrase hint for pkcs#12.Werner Koch1-0/+2
2023-11-09gpg,sm: Set confidential in assuan communication for password.NIIBE Yutaka2-0/+4
2023-11-08gpgsm: Support ECDSA in de-vs mode.Werner Koch6-5/+19
2023-11-08common: Declare two LibrePGP constants for future useWerner Koch2-1/+4
2023-11-08gpgsm: Cleanup of legacy variable name use.Werner Koch2-117/+89
2023-11-08gpg,tools: Handle GPG_ERR_PIN_BLOCKED and GPG_ERR_NO_RESET_CODE.NIIBE Yutaka2-0/+12
2023-11-08tools:gpg-card: Fix an error code for Reset Code.NIIBE Yutaka1-1/+1
2023-11-08scd: Return GPG_ERR_PIN_BLOCKED when it's blocked.NIIBE Yutaka1-2/+2
2023-10-27w32: Use utf8 for the asctimestamp function.Werner Koch2-1/+3
2023-10-27gpg: Fix minor memory leak during certain smartcard operations.Werner Koch1-2/+11
2023-10-26gpg: Allow expiration time after 2038-01-19 on 32 bit Windows.Werner Koch1-5/+16
2023-10-26common: New functions timegm_u64, isotime2epoch_u64.Werner Koch4-154/+176
2023-10-24sm: Flag Brainpool curves as compliant for all other operations.Werner Koch8-25/+27
2023-10-24sm: Flag Brainpool curves as compliant.Werner Koch1-3/+3
2023-10-24common: Provide API to parse BER/TLV encodings.Werner Koch4-795/+922
2023-10-24sm: Another partly rewrite of minip12.cWerner Koch3-182/+325
2023-10-18doc: Minor typo fixes.Werner Koch1-1/+3
2023-10-16build: Extend autobuild diagnostics by the usernameWerner Koch1-0/+3
2023-10-14gpg: Allow to specify seconds since Epoch beyond 2038.Werner Koch1-3/+10
2023-10-14common: New function scan_secondsstr.Werner Koch4-2/+76
2023-10-10gpgsm: Improvements for NDEF in the pkcs#12 parserWerner Koch1-10/+23
2023-10-06scd:openpgp: Return better error codes for the Reset Code.Werner Koch6-9/+20
2023-10-06sm: Support more HMAC algos in the pkcs#12 parser.Werner Koch5-15/+135