aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* kbxd: Group the options.Werner Koch2021-03-222-13/+11
* doc: Fix option name.Werner Koch2021-03-221-1/+1
* gpg: Support exporting Ed448 SSH key.NIIBE Yutaka2021-03-223-4/+37
* gpg: Fix exporting SSH key.NIIBE Yutaka2021-03-221-6/+11
* card: Support OpenPGP.1 and OpenPGP.2 for readcert and writecert.Werner Koch2021-03-191-6/+20
* scd:openpgp: Allow reading and writing user certs for keys 1 and 2Werner Koch2021-03-193-22/+126
* scd:openpgp: Rename an internal variable.Werner Koch2021-03-191-13/+14
* scd:openpgp: Small speedup reading card properties.Werner Koch2021-03-191-2/+18
* scd:p15: Allow to use an auth object label with cmd CHECKPIN.Werner Koch2021-03-182-21/+46
* card: Print PIN descriptions and fix number of printed retry counters.Werner Koch2021-03-183-1/+15
* scd:p15: New attribute CHV-LABEL.Werner Koch2021-03-181-18/+41
* agent: Simplify a function.Werner Koch2021-03-181-32/+23
* scd:p15: Implement CHV-STATUS attributeWerner Koch2021-03-163-8/+119
* card: Generalize the CHV counter printing.Werner Koch2021-03-161-55/+38
* build: Check for the IBM TSS tools to run the tpm2d tests.Damien Goutte-Gattat via Gnupg-devel2021-03-161-1/+2
* build: Fix distcheck when tpm2dtests are run.Damien Goutte-Gattat via Gnupg-devel2021-03-161-2/+3
* tests:tpm2d: add missing start_sw_tpm.sh scriptJames Bottomley2021-03-152-1/+36
* gpg: New option --no-auto-trust-new-key.Beta-2.3.0-beta1655Werner Koch2021-03-156-4/+25
* w32: Silence a compiler warning in dirmngr.cWerner Koch2021-03-151-3/+3
* build: new option to disable building of tpm2daemonWerner Koch2021-03-154-25/+44
* scd: Add handling of Ed448 key.NIIBE Yutaka2021-03-151-13/+12
* scd: Fix count_sos_bits handling.NIIBE Yutaka2021-03-151-3/+3
* common: Fix the NBITS of Ed448in OIDTABLE.NIIBE Yutaka2021-03-151-1/+1
* doc: Typo fix in scdaemon.texiWerner Koch2021-03-141-1/+1
* doc: add documentation for gpg's keytotpm commandJames Bottomley2021-03-121-0/+20
* scd: New option --pcsc-shared.Werner Koch2021-03-126-4/+23
* scd: Fix computing fingerprint for ECC with SOS.NIIBE Yutaka2021-03-121-1/+22
* gpg: Fix compute_fingerprint for ECC with SOS.NIIBE Yutaka2021-03-121-1/+16
* scd:piv: Improve APT parser compatibility.Valtteri Vuorikoski2021-03-112-4/+10
* doc: Add a sending patches section to HACKING.Werner Koch2021-03-111-1/+40
* doc: Always use --edit-key and not just the --edit abbreviation.Werner Koch2021-03-113-7/+7
* gpg: New option --force-sign-keyWerner Koch2021-03-114-14/+32
* tpmd2: Add Support for the Intel TSSJames Bottomley via Gnupg-devel2021-03-115-7/+713
* tpmd2: Add copyright blurbs.Werner Koch2021-03-118-6/+85
* agent: Fix build without TPMWerner Koch2021-03-101-1/+1
* tpm2d: add tests for the tpm2daemonJames Bottomley2021-03-1012-1/+895
* gpg: Add new command keytotpm to convert a private key to TPM formatJames Bottomley2021-03-105-1/+123
* agent: Add new shadow key type and functions to call tpm2daemonJames Bottomley2021-03-1011-22/+519
* tpm2d: Add tpm2daemon codeJames Bottomley2021-03-1015-2/+3439
* scd:p15: Fix faulty removal of a test code change.Werner Koch2021-03-101-1/+1
* scd:p15: Support special extended usage flags for OpenPGP keys.Werner Koch2021-03-102-6/+98
* scd: Swapped openpgp card vendor 0x000a with new 0x000d.Werner Koch2021-03-091-1/+2
* scd: Add new Openpgp card vendor nameWerner Koch2021-03-091-0/+1
* doc: Update the NEWS file.Werner Koch2021-03-081-103/+36
* sm: Init nPth which might be used by some helper code.Werner Koch2021-03-081-2/+11
* w32: Cleanup use of pid_t in call-daemonWerner Koch2021-03-081-7/+2
* w32: Change spawn functions to use Unicode version of CreateProcess.Werner Koch2021-03-082-53/+111
* scd: Fix for X448.NIIBE Yutaka2021-03-081-0/+2
* w32: Always use Unicode for console input and output.Werner Koch2021-03-054-9/+41
* w32: Free memory allocated by new function w32_write_console.Werner Koch2021-03-051-0/+1