summaryrefslogtreecommitdiffstats
path: root/COPYING.other (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-22common: Add generic status print function.Werner Koch3-0/+63
2019-01-21scd: Support CHV-STATUS and CHECKPIN for PIV.Werner Koch1-25/+212
2019-01-21scd: Add option --clear to PASSWD.Werner Koch7-6/+46
2019-01-20scd: Add very basic support for PIV cards.Werner Koch4-1/+1301
2019-01-20scd: One new and one improved 7816 function.Werner Koch6-27/+90
2019-01-17ssh: Simplify the curve name lookup.Werner Koch1-84/+54
2019-01-16gpg: Report STATUS_NO_SECKEY when it is examined.NIIBE Yutaka3-15/+19
2019-01-08doc: Mark keyserver-options timeout and http-proxy as obsolete.Werner Koch1-25/+5
2019-01-07scd: Fix for USB INTERRUPT transfer.NIIBE Yutaka1-2/+1
2019-01-03scd: Add two variants to the set of ISO7816 functions.Werner Koch2-0/+86
2019-01-03scd: Support "READKEY --advanced" for all cards.Werner Koch1-6/+29
2019-01-02doc: Typo fix in code commentWerner Koch1-4/+4
2018-12-18wks: Do not use compression for the encrypted data.Werner Koch2-0/+2
2018-12-18scd: Fix description string.NIIBE Yutaka1-2/+2
2018-12-17Silence a few compiler warnings new with gcc 8.Werner Koch2-7/+14
2018-12-12card: Suppress error message by agent_scd_cardlist.NIIBE Yutaka1-1/+1
2018-12-11agent: Make the S2K calibration time runtime configurabe.Werner Koch4-9/+43
2018-12-11dirmngr: Retry another server from the pool on 502, 503, 504.Werner Koch1-7/+33
2018-12-11dirmngr: New function http_status2string.Werner Koch2-0/+26
2018-12-11gpg: In search-keys return "Not found" instead of "No Data".Werner Koch1-1/+3
2018-12-11tools: Use POSIX compatible arguments for findTomi Leppänen1-1/+1
2018-12-05g10: Fix print_pubkey_info new line output.NIIBE Yutaka1-1/+1
2018-12-04wks: Fix filter expression syntax flaw.Werner Koch1-4/+10
2018-12-04gpg: Prepare revocation keys for use with v5 keys.Werner Koch10-40/+66
2018-12-04wks: Allow reading of --install-key arguments from stdin.Werner Koch4-10/+81
2018-12-04gpg: New list-option "show-only-fpr-mbox".Werner Koch4-1/+65
2018-12-04wks: Create sub-directoriesWerner Koch1-5/+25
2018-12-04wks: Add new commands --install-key and --remove-key to the client.Werner Koch2-0/+68
2018-12-04wks: Move a few server functions to wks-util.Werner Koch3-309/+317
2018-12-04build: Remove --with-*-prefix from configure_opts.NIIBE Yutaka1-10/+0
2018-12-01g10/mainproc: disable hash contexts when --skip-verify is usedJussi Kivilinna1-3/+8
2018-12-01common/iobuf: fix memory wiping in iobuf_copyJussi Kivilinna1-1/+6
2018-12-01common/mischelp: use platform memory zeroing function for wipememoryJussi Kivilinna3-19/+29
2018-11-30scd: Add strerror to new error message.Werner Koch1-1/+1
2018-11-30gpg: Improve error message about failed keygrip computation.Werner Koch1-1/+6
2018-11-28scd: Serialize opening device by select_application.NIIBE Yutaka1-5/+6
2018-11-27agent: Better serialization for scdaemon access.NIIBE Yutaka1-19/+16
2018-11-26w32: Fix linkage of gpg-pair-toolAndre Heinecke1-1/+1
2018-11-26agent: Have a thread to wait for the child process of scdaemon.NIIBE Yutaka3-89/+97
2018-11-26agent: Defer calling assuan_release when it's still in use.NIIBE Yutaka1-22/+40
2018-11-26agent: Clean up SCDaemon management.NIIBE Yutaka1-8/+1
2018-11-22dirmngr: Avoid possible CSRF attacks via http redirects.Werner Koch7-95/+435
2018-11-21doc: Clarify use of clear and nodefault in the AKL.Werner Koch2-2/+4
2018-11-16gpg: Start using OCB mode by default with Libgcrypt 1.9.Werner Koch1-1/+3
2018-11-16doc: Add NEWS item from recent 2.2 releases.Werner Koch1-9/+71
2018-11-15card: Display UIF setting.NIIBE Yutaka3-1/+24
2018-11-15scd: Make "learn" report about KDF data object.NIIBE Yutaka2-3/+12
2018-11-15card: Display if KDF is enabled or not.NIIBE Yutaka3-2/+12
2018-11-14Remove the gpg-zip script.Werner Koch5-199/+1
2018-11-14agent: Simplify agent_popup_message_stop.NIIBE Yutaka1-8/+0