summaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent-w32info.rc (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-19agent: Minor change for pinentry status handling.NIIBE Yutaka1-11/+7
2019-02-19agent: Factor out the getpin interaction.NIIBE Yutaka1-42/+37
2019-02-18sm: Support generation of card-based ed25519 CSR.Damien Goutte-Gattat via Gnupg-devel3-4/+19
2019-02-15sm: Support generation of card-based ECDSA CSR.Damien Goutte-Gattat via Gnupg-devel2-34/+98
2019-02-14po: Correct a simple typo in the Norwegian translationIngvar Hagelund1-1/+1
2019-02-13card: New command "yubikey".Werner Koch6-50/+580
2019-02-11scd: Implement decryption for PIV cards.Werner Koch1-1/+146
2019-02-11scd: For PIV cards used NO_AUTH instead of BAD_PIN.Werner Koch2-2/+18
2019-02-08scd: Implement RSA signing for PIV cards.Werner Koch1-99/+299
2019-02-08sm: In --gen-key with "key from card" show also the algorithm.Werner Koch1-1/+21
2019-02-08common: Provide function to get public key algo names in our format.Werner Koch4-60/+59
2019-02-08card: Make "generate" work for PIV cards.Werner Koch3-25/+141
2019-02-08scd: Allow generating ECC curves on PIV cards.Werner Koch2-16/+79
2019-02-08common: New functions get_option_value and ascii_strupr.Werner Koch4-1/+71
2019-02-07card: Print the used algorithm of all keys.Werner Koch4-0/+108
2019-02-07card: Fix a NULL-ptr deref in key listings.Werner Koch2-5/+8
2019-02-07scd: Store a new PIV public key in the certificate DO.Werner Koch2-107/+181
2019-02-07card: Support reading and writing PIV certificatesWerner Koch2-40/+235
2019-02-07card: Add readline completion for help argumentsWerner Koch1-1/+4
2019-02-06scd: Add genkey command to app-piv (rsa-only)Werner Koch1-7/+355
2019-02-06scd: Make app_genkey and supporting ISO function more flexible.Werner Koch6-19/+24
2019-02-06scd: Fix parameter name of app_change_key.Werner Koch2-7/+10
2019-02-06doc: Add basic man page for the gpg-card-tool.Werner Koch3-9/+136
2019-02-06scd: Implement PIN changing and unblocking for PIV cards.Werner Koch2-98/+277
2019-02-05scd: Allow standard keyref scheme for app-openpgp.Werner Koch6-17/+26
2019-01-31card: Implement non-interactive mode.Werner Koch3-73/+248
2019-01-31card: New command 'authenticate'.Werner Koch3-6/+118
2019-01-31scd: Add DES authentication for PIV card.Werner Koch2-17/+287
2019-01-30card: Cache the results from gpg and gpgsm.Werner Koch3-3/+90
2019-01-30card: Print matching OpenPGP and X.509 data.Werner Koch5-10/+605
2019-01-30gpg: Emit an ERROR status if no key was found with --list-keys.Werner Koch1-0/+1
2019-01-30common: Add kludge to allow silencing gnupg_exec_tool_stream.Werner Koch1-4/+15
2019-01-30gpg: Allow generating Ed25519 key from an existing key.Werner Koch1-0/+1
2019-01-30common: New function decode_c_string.Werner Koch2-0/+77
2019-01-29doc: Fix typoWerner Koch1-1/+1
2019-01-29gpg: Implement searching keys via keygrip.Werner Koch5-24/+204
2019-01-29common: Provide some convenient OpenPGP related constants.Werner Koch2-6/+10
2019-01-29common: New helper functions for OpenPGP curve OIDs.Werner Koch3-34/+66
2019-01-29card: Support factory reset for Yubikey PIV application.Werner Koch6-84/+189
2019-01-29card: Print keyinfo for PIV cards.Werner Koch4-12/+70
2019-01-29card: Make printing of key information more flexible.Werner Koch5-87/+294
2019-01-28agent: Clear bogus pinentry cache, when it causes an error.NIIBE Yutaka3-21/+39
2019-01-27card: Implement the bulk of OpenPGP stuff into gpg-card-tool.Werner Koch5-370/+3747
2019-01-26gpg: Fix just changed agent_get_s2k_count.Werner Koch1-2/+2
2019-01-26gpg: Move S2K encoding function to a shared file.Werner Koch12-71/+111
2019-01-25scd: Improve app selection for app "undefined".Werner Koch1-6/+12
2019-01-25scd: Fix flushing of CA-FPR data objectsWerner Koch1-23/+25
2019-01-25agent: Support --mode=ssh option for CLEAR_PASSPHRASE.NIIBE Yutaka1-8/+10
2019-01-25dirmngr: Fix initialization of assuan's nPth hook.NIIBE Yutaka1-1/+1
2019-01-24common: Extend function percent_data_escape.Werner Koch4-26/+224