aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* doc: Fixed variable naming.Werner Koch2019-11-262-2/+2
* agent: Improve --debug-pinentry diagnosticsWerner Koch2019-11-251-19/+35
* doc,dirmngr: Clarify --standard-resolver.Werner Koch2019-11-231-1/+2
* wkd: Let --install-key write a template policy file.Werner Koch2019-11-231-0/+83
* po: Apply removal of dirmngr/ldap-wrapper-ce.c.NIIBE Yutaka2019-11-191-1/+0
* dirmngr,gpg: Better diagnostic in case of bad TLS certificates.Werner Koch2019-11-183-7/+36
* dirmngr: Forward http redirect warnings to gpg.Werner Koch2019-11-185-1/+24
* dirmngr: Fixed typo in recently added diagnostic.Werner Koch2019-11-182-2/+2
* scd,ccid: Fix detection of supported readers with pinpad.NIIBE Yutaka2019-11-151-3/+4
* dirmngr: Use IPv4 or IPv6 interface only if available.Werner Koch2019-11-124-3/+119
* dirmngr: Tune down err on missing ldapservers fileAndre Heinecke2019-11-121-1/+1
* dirmngr: Remove cruft from dirmngr_ldapWerner Koch2019-11-116-708/+58
* gpg: Forbid the creation of SHA-1 third-party key signatures.Werner Koch2019-11-111-7/+44
* dirmngr: Rename an enum value for clarity.Werner Koch2019-11-111-3/+3
* gpgsm: Allow sepcification of ldaps servers.Werner Koch2019-11-099-17/+145
* doc: Document gpgsm's --keyserver option.Werner Koch2019-11-073-4/+21
* doc: Improved description of status PLAINTEXT_LENGTH.Werner Koch2019-11-071-1/+4
* gpg: Fix a potential loss of key sigs during import with self-sigs-only.Werner Koch2019-11-072-7/+12
* gpg: Add option --allow-weak-key-signatures.Werner Koch2019-11-076-6/+45
* gpg: Print rfc4880bis note only in verbose mode.Werner Koch2019-11-071-1/+1
* doc: Make clear that by default RFC-4880bis features are used.Werner Koch2019-11-072-13/+9
* gpg: Remove an unused variable.Werner Koch2019-11-061-2/+0
* gpg: Do not require --batch when using --log-file.Werner Koch2019-11-061-5/+1
* doc: Document the --unwrap command.Werner Koch2019-11-061-0/+9
* scd,ccid: Fix GEMPC_EZIO handling.NIIBE Yutaka2019-10-281-5/+5
* gpg: More fix of get_best_pubkey_byname.NIIBE Yutaka2019-10-171-1/+0
* gpg: Fix two other cases in get_best_pubkey_byname.NIIBE Yutaka2019-10-171-29/+34
* doc: Fix documentation about --locate-keys.NIIBE Yutaka2019-10-161-7/+7
* gpg: Fix get_best_pubkey_byname to consider the first match.NIIBE Yutaka2019-10-161-19/+39
* gpg: Also delete key-binding signature when deleting a subkey.Werner Koch2019-10-151-14/+7
* gpg: Put the first key in candidates correctly.NIIBE Yutaka2019-10-151-19/+18
* scd,ccid: Add 08e6:34c2 (GEMPC_EZIO).NIIBE Yutaka2019-10-152-7/+22
* doc: Fix c+p bug in the examples for --import-filter.Werner Koch2019-10-121-5/+5
* gpg: The first key should be in candidates.NIIBE Yutaka2019-10-091-1/+8
* doc: Clarify that code assignments for g10 code and me terminated.Werner Koch2019-10-071-1/+5
* kbx: Implement update for the STORE command.Werner Koch2019-10-073-1/+56
* gpg: Fix a memory leak in get_best_pubkey_byname.NIIBE Yutaka2019-10-071-1/+4
* gpg: Ignore all SHA-1 signatures in 3rd party key signatures.Werner Koch2019-10-031-6/+2
* gpg: Be prepared for chosen-prefix SHA-1 collisions in key signatures.Werner Koch2019-10-031-15/+29
* gpg: Read the UBID from the keybox and detect wrong blob type.Werner Koch2019-10-012-7/+46
* kbx: Add first version of STORE command to keyboxd.Werner Koch2019-10-018-20/+324
* common: New function hex2fixedbuf.Werner Koch2019-10-013-1/+71
* gpg: Fix --recv-key in case of a given fingerprint.Werner Koch2019-09-301-1/+2
* gpg: Fix expand GPG groups when resolving a keyWerner Koch2019-09-304-33/+55
* gpg: Fix a recently introduced printf format buglet.Werner Koch2019-09-271-1/+1
* Merge branch 'switch-to-gpgk' into masterWerner Koch2019-09-2761-507/+7194
|\
| * kbx: Fix error code return in keyboxd.switch-to-gpgkWerner Koch2019-09-272-2/+6
| * kbx: Store the UBIB in the blob.Werner Koch2019-09-273-12/+78
| * kbx,gpg: Allow lookup using a UBID.Werner Koch2019-09-277-7/+64
| * kbx: First take on a cache for the keyboxd.Werner Koch2019-09-279-44/+1420