aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* agent: Use SHA-256 for SSH fingerprint by defaultWerner Koch2021-05-121-2/+2
* A few minor code cleanups and typo fixes.Werner Koch2021-05-116-5/+10
* gpg: Fix allocation for EXTRAHASH.NIIBE Yutaka2021-05-111-1/+1
* scd: Serialize READER_TABLE access for PC/SC.NIIBE Yutaka2021-05-111-15/+19
* scd: Fix close_pcsc_reader.NIIBE Yutaka2021-05-101-9/+9
* scd: Make sure releasing PC/SC context.NIIBE Yutaka2021-05-101-6/+16
* scd: Increment PCSC.COUNT correctly.NIIBE Yutaka2021-05-071-2/+2
* scd: Fix memory leak for RDRNAME and serialize access.NIIBE Yutaka2021-05-071-2/+6
* scd: Fix declarations for PC/SC access.NIIBE Yutaka2021-05-061-2/+2
* scd: Recover the partial match for PORTSTR for PC/SC.NIIBE Yutaka2021-05-061-1/+2
* scd: When reader is specified, make sure only open once.NIIBE Yutaka2021-05-061-0/+5
* scd: Fix PC/SC removed card problemWerner Koch2021-04-291-0/+11
* scd:p15: Fix the name of a card.Werner Koch2021-04-281-1/+1
* scd: Fix problem with reader list becoming empty.Werner Koch2021-04-282-22/+26
* build: Allow running sign-release target from the dist dir.Werner Koch2021-04-281-1/+1
* scd: Fix unblock PIN by a Reset Code with KDF.Kirill Elagin2021-04-271-1/+1
* gpg: Fix mailbox based search via AKL keyserver method.Werner Koch2021-04-265-13/+11
* gpg: Do not use import-clean for LDAP keyserver imports.Werner Koch2021-04-263-8/+23
* gpg: Auto import keys specified with --trusted-keys.Werner Koch2021-04-254-7/+47
* scd:p15: Fix last commit and improve D-TRUST detection.Werner Koch2021-04-252-8/+19
* scd:p15: Shorten the displayed s/n of RSCS cardsWerner Koch2021-04-251-1/+9
* gpg: Replace an obsolete trustdb function.Werner Koch2021-04-234-19/+7
* agent,w32: Silence the get_peercred failed diagnosticWerner Koch2021-04-231-1/+6
* doc: Typo fixWerner Koch2021-04-232-5/+5
* gpg: Allow decryption w/o public key but with correct card inserted.Werner Koch2021-04-233-5/+64
* agent: Require verbose level 2 for handler started/terminated notices.Werner Koch2021-04-231-2/+2
* po: Update Simplified Chinese Translation.bobwxc2021-04-231-22/+16
* tools: Fix for --disable-tpm2d.NIIBE Yutaka2021-04-231-0/+8
* speedo: Automatically select Authenticode signing cert.Werner Koch2021-04-221-1/+1
* scd: Fix PSO_CSV for 512 bit curvesWerner Koch2021-04-221-6/+20
* tests: Make sure that the build keyboxd is used.Werner Koch2021-04-221-0/+1
* card: New option --shadow for command list.Werner Koch2021-04-213-29/+50
* agent: Silence error messages for READKEY --cardWerner Koch2021-04-212-6/+9
* gpg: Allow fingerprint based lookup with --locate-external-key.Werner Koch2021-04-217-46/+181
* keyboxd: Fix searching for exact mail addresses.Werner Koch2021-04-214-4/+21
* gpg,sm: Ignore the log-file option from common.conf.Werner Koch2021-04-212-14/+1
* po: Fix typo in German translation.Ingo Klöcker2021-04-201-1/+1
* Post release updatesWerner Koch2021-04-202-1/+8
* Release 2.3.1gnupg-2.3.1Werner Koch2021-04-201-2/+27
* po: Auto updateWerner Koch2021-04-2025-0/+100
* po: Update German translation.Werner Koch2021-04-201-13/+14
* Support log-file option from common.conf for all daemon.Werner Koch2021-04-204-5/+97
* gpgconf: Fix a diagnostic output.Werner Koch2021-04-202-2/+5
* sm: New command --show-certsWerner Koch2021-04-204-0/+120
* build: Fix build problems on macOS for gpgsm tests and gpg-card.Werner Koch2021-04-192-1/+2
* build: Allow selection of TSS library.Damien Goutte-Gattat via Gnupg-devel2021-04-191-2/+18
* gpg: Fix showpref to list AEAD feature.Damien Goutte-Gattat via Gnupg-devel2021-04-191-1/+1
* doc: Fix an example in README.ldapWerner Koch2021-04-191-1/+1
* gpg,gpgsm: Move use-keyboxd to the new conf file common.confWerner Koch2021-04-1914-10/+296
* gpg: Lookup a missing public key of the current card via LDAP.Werner Koch2021-04-1611-41/+89