aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Do not read from uninitialized memory with --list-packets.Werner Koch2017-11-261-0/+6
* build: Update distsigkey.gpgWerner Koch2017-11-221-0/+0
* gpg: Fix memory leaking for long inputs via --command-fd.Werner Koch2017-11-221-1/+7
* gpg: Print AKL info only in verbose mode.Werner Koch2017-11-151-2/+3
* g10: Unattended key generation "Key-Grip" and "Subkey-Grip".NIIBE Yutaka2017-11-061-9/+16
* g10: Simplify "factory-reset" procedure.NIIBE Yutaka2017-11-061-14/+0
* gpg: Introduce magic value 25519 to switch a card to ECC.Werner Koch2017-11-021-21/+54
* gpg: Rename two card related functions in card-util.Werner Koch2017-11-021-6/+6
* gpg: Avoid superfluous sig check info during import.Werner Koch2017-10-241-47/+96
* gpg: Improve the "secret key available" notice in keyedit.cWerner Koch2017-10-241-10/+26
* gpg: Remove unused flags from keyedit.c.Werner Koch2017-10-241-39/+35
* gpg: Fix creating on-disk subkey with on-card primary key.Werner Koch2017-10-191-0/+3
* gpg: Print sec/sbb with --import-option import-show or show-only.Werner Koch2017-10-191-1/+1
* gpg: Make --dry-run and show-only work for secret keys.Werner Koch2017-10-191-1/+2
* g10: Fix find_and_check_key for multiple keyrings.NIIBE Yutaka2017-10-191-2/+5
* gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch2017-10-193-3/+41
* gpg: Improve keydb handling in the main import function.Werner Koch2017-10-193-60/+95
* gpg: Simplify keydb handling of the main import function.Werner Koch2017-10-192-81/+80
* gpg: Workaround for junk after --trusted-key.Werner Koch2017-09-281-0/+20
* gpgv: Initialize compliance checker.Werner Koch2017-09-131-0/+1
* gpg: Fix "Fix key generation with only an email part".Werner Koch2017-09-121-1/+1
* gpg: Fix key generation with only an email part.Werner Koch2017-09-111-1/+8
* gpg: Fix memory leak while running --check-trustdb.Werner Koch2017-08-241-0/+3
* gpg: Fix memory leak in sig-check.Werner Koch2017-08-241-2/+5
* indent: Change comment style on two functionsWerner Koch2017-08-241-63/+71
* gpgconf: Swap "auto-key-retrieve" and "no-auto-key-retrieve".Werner Koch2017-08-231-6/+7
* gpgconf: Make WoT settings configurable by gpgconf.Damien Goutte-Gattat2017-08-211-0/+3
* gpg: default to --no-auto-key-retrieve.Daniel Kahn Gillmor2017-08-111-2/+1
* g10: Write status error on error of --quick-revoke-uid.Marcus Brinkmann2017-08-091-1/+4
* gpg: Add option '--disable-dirmngr'.Justus Winter2017-08-083-0/+9
* gpg: Fix memory leak in parse_auto_key_locate.Werner Koch2017-08-041-3/+4
* gpg: Make --no-auto-key-retrieve gpgconf-igurable.Werner Koch2017-08-041-1/+1
* gpg: Default to --auto-key-locate "local,wkd" and --auto-key-retrieve.Werner Koch2017-08-043-4/+19
* gpg: Avoid double fingerprint printing with import-show.Werner Koch2017-08-041-1/+2
* gpg: New import option show-only.Werner Koch2017-08-042-1/+6
* g10: Always save standard revocation certificate in file.Marcus Brinkmann2017-08-021-0/+4
* Revert "g10: Always save standard revocation certificate in file."Marcus Brinkmann2017-08-017-18/+16
* g10: Always save standard revocation certificate in file.Marcus Brinkmann2017-08-017-16/+18
* gpg,sm: Error out on compliance mismatch while decrypting.Werner Koch2017-08-011-18/+24
* Explain the "server is older than xxx warning".Werner Koch2017-07-312-0/+15
* gpg,sm: String changes for compliance diagnostics.Werner Koch2017-07-287-31/+27
* gpg: Minor rework for better readibility of get_best_pubkey_byname.Werner Koch2017-07-282-17/+17
* gpg: Fix segv in get_best_pubkey_byname.Werner Koch2017-07-281-1/+1
* gpg: Tweak compliance checking for verificationWerner Koch2017-07-272-4/+15
* gpg,sm: Allow encryption (with warning) to any key in de-vs mode.Werner Koch2017-07-271-10/+6
* gpg,sm: Fix compliance checking for decryption.Werner Koch2017-07-271-24/+18
* indent: Wrap an overlong line.Werner Koch2017-07-271-1/+3
* gpg: Avoid output to the tty during import.Werner Koch2017-07-277-74/+96
* g10: Make sure exactly one fingerprint is output with --quick-gen-key.Marcus Brinkmann2017-07-261-1/+2
* gpg: Update key origin info during import merge.Werner Koch2017-07-251-4/+97