aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-29gpg: Fix detection of the AEAD feature flag.Werner Koch1-1/+1
2018-05-15gpg: Hard fail on a missing MDC even for legacy algorithms.Werner Koch1-9/+6
2018-05-15gpg: Turn --no-mdc-warn into a NOP.Werner Koch4-6/+3
2018-05-02gpg: Fix minor memory leak in the compress filter.Werner Koch3-9/+21
2018-04-25g10: Fix printing the keygrip with --card-status.NIIBE Yutaka1-1/+1
2018-04-13g10: Fix memory leak in check_sig_and_print.NIIBE Yutaka1-0/+1
2018-04-13g10: Push compress filter only if compressed.NIIBE Yutaka1-5/+8
2018-04-12gpg: Extend the "sig" record in --list-mode.Werner Koch9-20/+39
2018-04-12gpg: Extend the ERRSIG status line with a fingerprint.Werner Koch1-19/+38
2018-04-12gpg: Relax printing of STATUS_FAILURE.Werner Koch1-1/+1
2018-04-11gpg: New option --no-symkey-cache.Werner Koch3-1/+9
2018-04-09doc: Document --key-edit:change-usageWerner Koch1-3/+5
2018-04-06gpg: Check that a key may do certifications.Werner Koch1-0/+21
2018-04-06gpg: Emit FAILURE stati now in almost all cases.Werner Koch2-8/+54
2018-04-06doc: Add a code comment about back signatures.Werner Koch1-1/+3
2018-04-06gpg: Re-indent sig-check.c and use signature class macros.Werner Koch2-387/+372
2018-04-05gpg: Add new OpenPGP card vendor.Werner Koch1-0/+1
2018-04-05g10: Let card-edit/key-attr show message when change.NIIBE Yutaka1-8/+14
2018-04-02g10: Fix filtering by PK->REQ_USAGE.NIIBE Yutaka1-0/+2
2018-03-30g10: Fix card-edit/kdf-setup for single salt.NIIBE Yutaka1-1/+3
2018-03-30g10,scd: Support single salt for KDF data object.NIIBE Yutaka1-16/+32
2018-03-30g10: Add "key-attr" command for --card-edit.NIIBE Yutaka1-53/+52
2018-03-29g10: Support key attribute change at --card-edit/generate.NIIBE Yutaka3-77/+169
2018-03-29g10: check_pin_for_key_operation should be just before genkey.NIIBE Yutaka1-7/+7
2018-03-28g10: Change ask_curve so that it can be used outside.NIIBE Yutaka2-30/+23
2018-03-26gpg: Auto-fix a broken trustdb with just the version record.Werner Koch1-0/+14
2018-03-26gpg: Pass CTRL arg to get_trusthashrec.Werner Koch4-11/+15
2018-03-26gpg: Return better error codes in case of a too short trustdb.Werner Koch1-15/+16
2018-03-26gpg: Fix trustdb updates without lock held.Werner Koch1-10/+29
2018-03-26gpg: Disable unused code parts in tdbio.cWerner Koch1-3/+7
2018-03-23gpg,sm: New option --request-origin.Werner Koch3-0/+26
2018-03-22gpg: Implement --dry-run for --passwd.Werner Koch1-1/+3
2018-03-22scd: Support KDF DO setup.NIIBE Yutaka3-1/+107
2018-03-21doc: Typo fix in comment.Werner Koch1-4/+4
2018-03-21gpg: Fix out-of-bound read in subpacket enumerationWerner Koch1-0/+9
2018-03-16scd: Better user interaction for factory-reset.NIIBE Yutaka1-6/+21
2018-03-08gpg: Fix build on Windows.NIIBE Yutaka2-0/+5
2018-03-01gpg: Fix regression in last --card-status patchWerner Koch1-1/+1
2018-03-01gpg: Print the keygrip with --card-statusWerner Koch3-7/+58
2018-02-28gpg: Avoid writing a zero length last chunk in AEAD mode.Werner Koch2-42/+55
2018-02-28gpg: Merge two functions in cipher-aead.cWerner Koch1-75/+60
2018-02-27gpg: Simplify the AEAD decryption function.Werner Koch1-51/+41
2018-02-27gpg: Factor common code out of the AEAD decryption function.Werner Koch1-96/+77
2018-02-27gpg: Rename cipher.c to cipher-cfb.cWerner Koch2-2/+2
2018-02-27gpg: Fix corner cases in AEAD encryption.Werner Koch2-69/+110
2018-02-23gpg: Try to mitigate the problem of wrong CFB symkey passphrases.Werner Koch1-0/+15
2018-02-22gpg: Don't let gpg return failure on an invalid packet in a keyblock.Werner Koch2-6/+3
2018-02-22g10: Select a secret key by checking availability under gpg-agent.NIIBE Yutaka1-4/+11
2018-02-15gpg: Fix reversed messages for --only-sign-text-ids.NIIBE Yutaka1-2/+2
2018-02-06gpg: Fix packet length checking in symkeyenc parser.Werner Koch1-7/+10