aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gpg,build: Fix message for newer gettext.NIIBE Yutaka2022-07-051-1/+3
* gpgconf: New short options -V and -XWerner Koch2022-06-291-4/+39
* agent: Add description for "Prompt" field.NIIBE Yutaka2022-06-281-0/+6
* agent: Don't assume "OPENPGP.3" key means "Use-for-ssh:".NIIBE Yutaka2022-06-282-17/+3
* agent: Do not consider --min-passphrase-len for the magic wand.Werner Koch2022-06-273-14/+38
* agent: Flush before calling ftruncate.NIIBE Yutaka2022-06-231-0/+2
* agent: KEYATTR only allows access to attribute.NIIBE Yutaka2022-06-231-0/+8
* agent: Fix KEYATTR command for --delete option.NIIBE Yutaka2022-06-231-1/+5
* agent: Add KEYATTR command.NIIBE Yutaka2022-06-224-7/+139
* agent,gpg,tools: Fix use of log_get_fd.NIIBE Yutaka2022-06-225-19/+5
* sm: Improve pkcs#12 debug output.Werner Koch2022-06-201-7/+9
* sm: Rework the PKCS#12 parser to support DFN issued keys.Werner Koch2022-06-201-177/+341
* agent: Improve "Insert the card" message.Werner Koch2022-06-171-1/+2
* agent,ssh: Fix for make not-inserted OpenPGP.3 keys available for SSH.Werner Koch2022-06-151-5/+8
* agent: New option --no-user-trustlist and --sys-trustlist-name.Werner Koch2022-06-144-10/+71
* g10: Fix garbled status messages in NOTATION_DATAWerner Koch2022-06-141-9/+4
* keygen: Fix reading AEAD preferenceJakub Jelen2022-06-141-1/+1
* dirmngr: Fix a wrong compiler warning.Werner Koch2022-06-131-1/+1
* gpgsm: New option --compatibility-flags.Werner Koch2022-06-135-9/+76
* common: New function parse_compatibility_flags.Werner Koch2022-06-132-0/+89
* scd: Support specifying keygrip for learn command.NIIBE Yutaka2022-06-101-2/+8
* scd,openpgp: Support READCERT by keygrip.NIIBE Yutaka2022-06-101-1/+22
* common,w32: Use LoadLibraryEx to fix a warning in mingw.Werner Koch2022-06-031-13/+2
* w32: Allow Unicode filenames for iobuf_cancel.Werner Koch2022-06-033-6/+24
* Remove remaining support for WindowsCEWerner Koch2022-06-0323-415/+44
* tools: Minor fix to gpg-connect-agent options.Werner Koch2022-06-022-2/+9
* agent: Support --format=ssh option for READKEY.NIIBE Yutaka2022-06-021-13/+40
* tools: Add a way to cancell INQUIRE for gpg-connect-agent.NIIBE Yutaka2022-06-021-5/+7
* tools: Add --unbuffered option to gpg-connect-agent.NIIBE Yutaka2022-06-021-0/+9
* scd:nks: Don't flag the ESIGN keypair EF as encryption capable.Werner Koch2022-06-011-1/+1
* scd:nks: Some code cleanup.Werner Koch2022-06-011-107/+100
* scd:nks: Support the Telesec ESIGN application.Werner Koch2022-05-291-26/+81
* gpg: Setup the 'usage' filter property for export.Werner Koch2022-05-281-0/+6
* agent: New field "Prompt" to prevent asking card key insertion.NIIBE Yutaka2022-05-271-4/+21
* agent,ssh: Support "Use-for-ssh" flag in private key.NIIBE Yutaka2022-05-261-10/+22
* agent,ssh: Make not-inserted OpenPGP.3 keys available for SSH.NIIBE Yutaka2022-05-263-85/+206
* agent: Fix get_keyinfo_on_cards.NIIBE Yutaka2022-05-261-2/+5
* agent: Handle USAGE information in KEYINFO.NIIBE Yutaka2022-05-262-4/+25
* scd: Return USAGE information for KEYINFO command.NIIBE Yutaka2022-05-266-71/+103
* scd,piv: Fix status report of KEYPAIRINFO.NIIBE Yutaka2022-05-261-1/+1
* agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.NIIBE Yutaka2022-05-253-5/+23
* agent: Add missing assuan_end_confidential call.NIIBE Yutaka2022-05-251-0/+1
* scd: Support automatic card selection for READCERT with keygrip.NIIBE Yutaka2022-05-241-1/+5
* agent: Fix a bug accessing after release when opt.verbose.NIIBE Yutaka2022-05-201-4/+4
* agent: Factor out handling scanning over ssh keys.NIIBE Yutaka2022-05-201-42/+48
* agent: Show "Label:" field of private key when prompt the insertion.NIIBE Yutaka2022-05-201-24/+27
* agent: Move confirmation handling into findkey.c.NIIBE Yutaka2022-05-206-165/+151
* agent: Pop up dialog window for confirmation, when specified so.NIIBE Yutaka2022-05-192-0/+46
* agent: Supply GRIP=NULL for agent_key_from_file, for real use.NIIBE Yutaka2022-05-193-18/+19
* scd: Fix use of SCardListReaders for PC/SC.NIIBE Yutaka2022-05-171-1/+1