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