summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* keyboxd: Fix user id based queriesWerner Koch2020-09-021-4/+4
* common: New helper function gnupg_close_pipe.Werner Koch2020-09-023-0/+21
* Use only one copy of the warn_server_mismatch function.Werner Koch2020-09-0113-206/+174
* sm: Fix a bug in the rfc2253 parserWerner Koch2020-08-281-1/+1
* doc: Fix typosGavin L. Rebeiro2020-08-282-2/+2
* common: Fix fallback handling to utf-8.NIIBE Yutaka2020-08-281-1/+1
* doc: Add a remark about keyservers.Werner Koch2020-08-271-0/+5
* scd: New option to APDU command to return the ATR as data.Werner Koch2020-08-273-8/+29
* scd: Fix reading of the ATR for card type detection.Werner Koch2020-08-271-1/+1
* dirmngr: Print the last alert message returned by NTBTLS.Werner Koch2020-08-271-0/+8
* scd: Add heuristics to identify cardtype.NIIBE Yutaka2020-08-272-3/+23
* scd: Add condition for VERIFY with 0x82.NIIBE Yutaka2020-08-271-4/+9
* build: Silence gcc warning -Wformat-zero-lengthWerner Koch2020-08-261-0/+1
* speedo: Allow customizing the release processWerner Koch2020-08-262-25/+77
* gpg: Remove left over debug output from recent change.Werner Koch2020-08-251-2/+0
* examples: Simplify vsnfd.prfWerner Koch2020-08-251-1/+0
* sm: Do not require a default keyring for --gpgconf-list.Werner Koch2020-08-251-0/+1
* gpgconf: Silence warnings from parsing the options filesWerner Koch2020-08-251-2/+3
* agent: Allow using --gogconf-list even if HOME does not exist.Werner Koch2020-08-251-1/+2
* doc: Typo fixesWerner Koch2020-08-252-2/+2
* gpgconf,w32: New debug command --show-codepages.Werner Koch2020-08-252-12/+18
* gpg: Collapse duplicate subkeys.Werner Koch2020-08-255-4/+133
* Add a new dist signing keyWerner Koch2020-08-241-0/+0
* gpgtar,w32: Handle Unicode file names.Werner Koch2020-08-214-10/+68
* common: Use gpgrt functions for mkdir and chdir.Werner Koch2020-08-211-24/+6
* common,w32: Do not assume the ANSI code during string conversion.Werner Koch2020-08-211-2/+21
* common: Strip trailing CR,LF from w32_strerror.Werner Koch2020-08-212-1/+7
* gpgtar: Add dummy option --tarWerner Koch2020-08-202-0/+11
* gpgtar: Make --files-from and --null work as described.Werner Koch2020-08-206-27/+100
* build: New configure option --disable-testsWerner Koch2020-08-209-2/+57
* doc: Describe the relation between pubring.gpg and pubring.kbxWerner Koch2020-08-201-6/+34
* gpg: Fix regression for non-default --passphrase-repeat option.Werner Koch2020-08-202-4/+13
* gpg,gpgsm: Record the creation time of a private key.Werner Koch2020-08-195-12/+43
* gpg: Fix condition of string_to_aead_algo.NIIBE Yutaka2020-08-191-1/+1
* dns: Fix memory use-after-free.NIIBE Yutaka2020-08-191-0/+6
* common: Fix iobuf.c.NIIBE Yutaka2020-08-191-3/+3
* Silence compiler warnings.NIIBE Yutaka2020-08-193-3/+3
* scd: Fix possible uninitialized variables.NIIBE Yutaka2020-08-192-8/+8
* agent: Allow to pass a timestamp to genkey and import.Werner Koch2020-08-178-38/+109
* Add --chuid to gpg, gpg-card, and gpg-connect-agent.Werner Koch2020-08-147-42/+108
* gpg: Ignore personal_digest_prefs for ECDSA keys.Werner Koch2020-08-131-3/+7
* doc: Add a list of RFCS to DETAIL.Werner Koch2020-08-132-1/+14
* tools: Install gpgsplit againWerner Koch2020-08-131-2/+2
* scd: Log info about CCIDs with permission problems.Werner Koch2020-08-121-3/+13
* scd: Map some error codes from libusb to ccid-driver error codes.Werner Koch2020-08-125-12/+57
* common: Pass the WAYLAND_DISPLAY envvar alongWerner Koch2020-08-121-0/+1
* scd:piv: Allow signing using PSS.Werner Koch2020-08-101-1/+10
* agent: Add option --pss to pksign to be used by smartcards.Werner Koch2020-08-105-8/+31
* gpg: Fix trustdb for v5key.NIIBE Yutaka2020-08-074-31/+89
* gpg: Fix short key ID for v5key.NIIBE Yutaka2020-08-072-3/+8