aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpg: add --passphrase-env VARNAME to read passphrase from environmentdkg/passphrase-envDaniel Kahn Gillmor2018-09-234-1/+29
* g10: Fix memory leak for --card-status.NIIBE Yutaka2018-09-181-4/+3
* g10: Fix another memory leak.NIIBE Yutaka2018-09-131-4/+3
* g10: Fix memory leak (more).NIIBE Yutaka2018-09-131-5/+9
* g10: Fix memory leak in enum_secret_keys.NIIBE Yutaka2018-09-131-2/+10
* Revert "dirmngr: hkp: Avoid potential race condition when some hosts die."NIIBE Yutaka2018-09-111-10/+13
* dirmngr: Serialize access to hosttable.NIIBE Yutaka2018-09-113-8/+64
* common: Use iobuf_get_noeof to avoid undefined behaviors.NIIBE Yutaka2018-09-101-3/+3
* agent: Fix error code check from npth_mutex_init.NIIBE Yutaka2018-09-101-2/+6
* dirmngr: Emit SOURCE status also on NO_DATA.Werner Koch2018-09-072-5/+20
* dirmngr: hkp: Avoid potential race condition when some hosts die.Daniel Kahn Gillmor2018-09-071-13/+10
* g10: Fix memory leak.NIIBE Yutaka2018-09-071-0/+2
* gpgscm: Suppress warnings for GCC > 6.NIIBE Yutaka2018-09-061-15/+14
* Fix use of strncpy, which is actually good to use memcpy.NIIBE Yutaka2018-09-062-2/+2
* artwork: State license of the logoWerner Koch2018-08-301-0/+8
* gpg: Explain error message in key generation with --batchWerner Koch2018-08-291-1/+3
* doc: Minor additions to the gpg man pageWerner Koch2018-08-291-4/+10
* gpg: Remove unused function get_pubkeys.Werner Koch2018-08-292-274/+4
* doc: Show how to list envvars send to gpg-agent.Werner Koch2018-08-291-0/+9
* gpg: New option --known-notation.Werner Koch2018-08-294-7/+64
* gpg: Refresh expired keys originating from the WKD.Werner Koch2018-08-282-17/+99
* gpg: Remove unused arg from a function.Werner Koch2018-08-284-5/+5
* gpg: Prepare for longer card fingerprints.Werner Koch2018-08-274-76/+89
* g10: Fix enum_secret_keys for card keys.NIIBE Yutaka2018-08-271-3/+8
* g10: Prefer to available card keys for decryption.NIIBE Yutaka2018-08-271-9/+57
* g10: Move enum_secret_keys to skclist.c.NIIBE Yutaka2018-08-272-197/+198
* g10: Fix comment of enum_secret_keys.NIIBE Yutaka2018-08-271-2/+0
* g10: Enumerated keys for decryption should be unique.NIIBE Yutaka2018-08-272-2/+25
* g10: Change decryption key selection for public key encryption.NIIBE Yutaka2018-08-275-179/+155
* g10: Fix undefined behavior when EOF in parsing packet for S2K.NIIBE Yutaka2018-08-101-2/+2
* gpg: Set a limit for a WKD import of 256 KiB.Werner Koch2018-07-271-1/+9
* dirmngr: Validate SRV records in WKD queries.Werner Koch2018-07-271-0/+12
* common: New function to validate domain names.Werner Koch2018-07-273-2/+93
* scd: Add support for Trustica Cryptoucan.Jiří Keresteš2018-07-263-3/+13
* Register DCO for Jiri Kerestes.NIIBE Yutaka2018-07-261-0/+3
* dirmngr: Print a WARNING status for DNS config problems.Werner Koch2018-07-2516-93/+196
* gpg: Use 128 MiB as default AEAD chunk size.Werner Koch2018-07-242-7/+20
* Register DCO fo Michael Haubenwallner.NIIBE Yutaka2018-07-171-0/+3
* doc: Add NEWS about the 2.2.9 releaseWerner Koch2018-07-121-0/+41
* gpg: Remove multiple subkey bindings during export-clean.Werner Koch2018-07-091-5/+84
* gpg: Let export-clean remove expired subkeys.Werner Koch2018-07-094-12/+125
* gpg: Split key cleaning function for clarity.Werner Koch2018-07-094-16/+54
* gpg: Move key cleaning functions to a separate file.Werner Koch2018-07-0610-429/+495
* po: Add flag options for xgettext.Werner Koch2018-07-052-2/+57
* gpg: Prepare for signatures with ISSUER_FPR but without ISSUER.Werner Koch2018-07-056-8/+60
* doc: Typo fix in a comment.Werner Koch2018-07-051-1/+1
* gpg: Ignore too large user ids during import.Werner Koch2018-07-041-1/+30
* indent: Fix indentation of read_block in g10/import.cWerner Koch2018-07-041-66/+67
* gpg: Extra check for sign usage when verifying a data signature.Werner Koch2018-07-041-2/+11
* g10: Fix memory leak for PKT_signature.NIIBE Yutaka2018-07-033-3/+3