aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* agent: New commands PUT_SECRET and GET_SECRET.Werner Koch2018-07-023-12/+237
* common: New function percent_data_escape.Werner Koch2018-07-023-1/+95
* agent: Fix segv running in --server modeWerner Koch2018-07-021-9/+14
* libdns: For SOCKS connection, just fails.NIIBE Yutaka2018-07-021-1/+1
* gpg: Print revocation reason for "rev" records.Werner Koch2018-06-214-4/+100
* gpg: Print revocation reason for "rvs" records.Werner Koch2018-06-213-3/+127
* gpg: Let --show-keys print revocation certificates.Werner Koch2018-06-212-13/+122
* build: Remove duplicates from AC_CHECK_FUNCSWerner Koch2018-06-212-13/+12
* libdns: Let kernel to decide the local port.NIIBE Yutaka2018-06-191-0/+3
* wks: Take name of sendmail from configure.Werner Koch2018-06-192-1/+3
* libdns: Fix for non-FQDN hostname.NIIBE Yutaka2018-06-181-5/+8
* libdns: Fix connect and try next nameserver when ECONNREFUSED.NIIBE Yutaka2018-06-151-2/+23
* libdns: Clear struct sockaddr_storage by zero.NIIBE Yutaka2018-06-151-0/+4
* libdns: Sync to upstream.NIIBE Yutaka2018-06-141-10/+2
* dirmngr: Fix recursive resolver mode.NIIBE Yutaka2018-06-141-0/+2
* Some preparations to eventuallt use gpgrt_argparse.Werner Koch2018-06-124-3/+10
* Require libgpg-error 1.29 and remove internal logging functions.Werner Koch2018-06-125-1228/+6
* gpg: Do not import revocations with --show-keys.Werner Koch2018-06-121-26/+30
* card: Fix memory leak for fetch-url sub command.NIIBE Yutaka2018-06-121-0/+1
* gpg: Add new usage option for drop-subkey filters.Daniel Kahn Gillmor2018-06-122-0/+15
* doc: Include release info from 2.2.8Werner Koch2018-06-111-1/+41
* gpg: Set some list options with --show-keysWerner Koch2018-06-112-3/+9
* gpg: Sanitize diagnostic with the original file name.Werner Koch2018-06-081-1/+8
* gpg: Improve import's repair-key duplicate signature detection.Werner Koch2018-06-071-115/+134