summaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: New options import-drop-uids and export-drop-uids.Werner Koch2018-10-024-9/+84
* g10,scd: Support UIF changing command.NIIBE Yutaka2018-09-271-2/+33
* g10: Fix memory leak for --card-status.NIIBE Yutaka2018-09-181-4/+3
* g10: Fix another memory leak.NIIBE Yutaka2018-09-141-4/+3
* g10: Fix memory leak (more).NIIBE Yutaka2018-09-141-5/+9
* g10: Fix memory leak in enum_secret_keys.NIIBE Yutaka2018-09-141-2/+10
* dirmngr: Emit SOURCE status also on NO_DATA.Werner Koch2018-09-071-3/+10
* g10: Fix memory leak.NIIBE Yutaka2018-09-071-0/+2
* Fix use of strncpy, which is actually good to use memcpy.NIIBE Yutaka2018-09-061-1/+1
* gpg: Explain error message in key generation with --batchWerner Koch2018-08-291-1/+3
* gpg: Remove unused function get_pubkeys.Werner Koch2018-08-292-274/+4
* gpg: New option --known-notation.Werner Koch2018-08-293-7/+57
* 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: Print a WARNING status for DNS config problems.Werner Koch2018-07-251-0/+2
* gpg: Use 128 MiB as default AEAD chunk size.Werner Koch2018-07-241-3/+10
* 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
* 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
* gpg: Print revocation reason for "rev" records.Werner Koch2018-06-214-4/+100
* gpg: Print revocation reason for "rvs" records.Werner Koch2018-06-212-3/+118
* gpg: Let --show-keys print revocation certificates.Werner Koch2018-06-211-7/+114
* Some preparations to eventuallt use gpgrt_argparse.Werner Koch2018-06-121-1/+1
* 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-121-0/+10
* gpg: Set some list options with --show-keysWerner Koch2018-06-111-0/+4
* 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
* gpg: Fix import's repair-key duplicate signature detection.Werner Koch2018-06-072-5/+30
* gpg: Improve verbose output during import.Werner Koch2018-06-071-13/+32
* gpg: Also detect a plaintext packet before an encrypted packet.Werner Koch2018-06-061-0/+12
* gpg: New command --show-keys.Werner Koch2018-06-062-1/+18
* g10: Remove bogus comment.NIIBE Yutaka2018-06-051-5/+0