aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* scd: Support PASSWD --clear for OpenPGP card.NIIBE Yutaka2019-01-231-1/+32
* gpg: Stop early when trying to create a primary Elgamal key.Werner Koch2019-01-221-0/+7
* card-tool: Add skeleton for new toolWerner Koch2019-01-224-6/+936
* common: Add generic status print function.Werner Koch2019-01-223-0/+63
* scd: Support CHV-STATUS and CHECKPIN for PIV.Werner Koch2019-01-211-25/+212
* scd: Add option --clear to PASSWD.Werner Koch2019-01-217-6/+46
* scd: Add very basic support for PIV cards.Werner Koch2019-01-204-1/+1301
* scd: One new and one improved 7816 function.Werner Koch2019-01-206-27/+90
* ssh: Simplify the curve name lookup.Werner Koch2019-01-171-84/+54
* gpg: Report STATUS_NO_SECKEY when it is examined.NIIBE Yutaka2019-01-163-15/+19
* doc: Mark keyserver-options timeout and http-proxy as obsolete.Werner Koch2019-01-081-25/+5
* scd: Fix for USB INTERRUPT transfer.NIIBE Yutaka2019-01-071-2/+1
* scd: Add two variants to the set of ISO7816 functions.Werner Koch2019-01-032-0/+86
* scd: Support "READKEY --advanced" for all cards.Werner Koch2019-01-031-6/+29
* doc: Typo fix in code commentWerner Koch2019-01-021-4/+4
* wks: Do not use compression for the encrypted data.Werner Koch2018-12-182-0/+2
* scd: Fix description string.NIIBE Yutaka2018-12-181-2/+2
* Silence a few compiler warnings new with gcc 8.Werner Koch2018-12-172-7/+14
* card: Suppress error message by agent_scd_cardlist.NIIBE Yutaka2018-12-121-1/+1
* agent: Make the S2K calibration time runtime configurabe.Werner Koch2018-12-114-9/+43
* dirmngr: Retry another server from the pool on 502, 503, 504.Werner Koch2018-12-111-7/+33