summaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * kbx: Allow writing using a estream.Werner Koch2019-08-061-1/+1
* | gpg: expand GPG groups when resolving a keyStephan Mueller2019-09-065-52/+99
* | gpg: Make --quiet work on --send-keys.Werner Koch2019-09-061-3/+4
* | gpg: Prepare parser for the new attestation certificates.Werner Koch2019-09-053-14/+57
* | gpg: Rework the signature subpacket iteration function.Werner Koch2019-09-0512-114/+114
* | gpg,sm: Implement keybox compression run and release lock in gpgsmWerner Koch2019-08-231-2/+15
* | gpg: Allow --locate-external-key even with --no-auto-key-locate.Werner Koch2019-08-233-1/+35
* | gpg: Silence some warning messages during -Kv.Werner Koch2019-08-233-10/+17
* | gpg: Do not show two informational diagnostics with quiet.Werner Koch2019-08-232-2/+7
* | gpg: Extend --quick-gen-key for creating keys from a card.Werner Koch2019-08-221-58/+261
* | gpg: Use modern spelling for the female salutation.Werner Koch2019-08-221-2/+2
* | gpg: Factor export_ssh_key.NIIBE Yutaka2019-08-221-90/+100
* | gpg: In a list of card keys show the standard keys.Werner Koch2019-08-211-3/+19
* | gpg: New option --use-only-openpgp-cardWerner Koch2019-08-213-1/+15
* | gpg: Don't report NO_SECKEY for valid key.NIIBE Yutaka2019-08-061-1/+1
* | gpg,gpgsm: Handle pkdecrypt responses with/without NUL terminators.Daniel Kahn Gillmor2019-07-261-5/+8
* | gpg: photoid: Use standard spawn API.NIIBE Yutaka2019-07-251-460/+229
* | gpg: photoid: Move functions from exec.c.NIIBE Yutaka2019-07-253-561/+550
* | gpg: A little clean up.NIIBE Yutaka2019-07-233-4/+4
* | gpg: The option --passphrase= can be empty.NIIBE Yutaka2019-07-191-2/+2
* | card: Fix showing KDF object attribute.NIIBE Yutaka2019-07-193-5/+30
* | card: Support disabling KDF functionality.NIIBE Yutaka2019-07-191-7/+21
* | gpg: More check for symmetric key encryption.NIIBE Yutaka2019-07-182-4/+5
|/
* gpg: Don't try decryption by session key when NULL.NIIBE Yutaka2019-07-121-3/+6
* gpg: Fix getting User ID.NIIBE Yutaka2019-07-113-83/+88
* gpg: Improve import slowness.NIIBE Yutaka2019-07-101-5/+13
* gpg: Fix keyring retrieval.NIIBE Yutaka2019-07-101-3/+6
* gpg: Do not try the import fallback if the options are already used.Werner Koch2019-07-091-1/+3
* gpg: Fix regression in option "self-sigs-only".Werner Koch2019-07-091-1/+11
* gpg: With --auto-key-retrieve prefer WKD over keyservers.Werner Koch2019-07-052-53/+65
* gpg: Return the last error for pubkey decryption.NIIBE Yutaka2019-07-052-18/+25
* gpg: Add "self-sigs-only" and "import-clean" to the keyserver options.Werner Koch2019-07-041-1/+3
* gpg: Avoid printing false AKL error message.Werner Koch2019-07-041-4/+4
* gpg: New command --locate-external-key.Werner Koch2019-07-046-28/+54
* gpg: Make the get_pubkey_byname interface easier to understand.Werner Koch2019-07-046-32/+57
* gpg: Fallback to import with self-sigs-only on too large keyblocks.Werner Koch2019-07-011-21/+102
* gpg: New import and keyserver option "self-sigs-only"Werner Koch2019-07-012-3/+40
* gpg: Make read_block in import.c more flexible.Werner Koch2019-07-011-12/+11
* spelling: Fix "synchronize"Daniel Kahn Gillmor2019-06-241-1/+1
* gpg: Very minor code cleanup.Werner Koch2019-06-211-2/+2
* g10: Block signals in g10_exit.NIIBE Yutaka2019-06-041-0/+1
* g10,agent: Support CONFIRM for --delete-key.NIIBE Yutaka2019-06-041-2/+64
* gpg: Fixed i18n markup of some strings.Werner Koch2019-05-271-20/+12
* gpg: Allow deletion of subkeys with --delete-[secret-]key.Werner Koch2019-05-273-9/+101
* g10: Copy expiredate from primary key when marked expired.NIIBE Yutaka2019-05-231-1/+5
* gpg: Do not bail on an invalid packet in the local keyring.Werner Koch2019-05-211-0/+7
* gpg: Do not allow creation of user ids larger than our parser allows.Werner Koch2019-05-214-22/+32
* gpg: Unify the the use of the print_pubkey_info functions.Werner Koch2019-05-217-59/+70
* gpg: Do not delete any keys if --dry-run is passed.Werner Koch2019-05-201-3/+3
* gpg: Fix using --decrypt along with --use-embedded-filename.Werner Koch2019-05-173-4/+8