aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-23gpg: Show not found keys with --locate-key --verbose.Werner Koch1-0/+3
2015-08-21common: Don't incorrectly reject 4 GB - 1 sized packets.Neal H. Walfield1-1/+8
2015-08-21common: Don't assume on-disk layout matches in-memory layout.Neal H. Walfield6-20/+26
2015-08-21common: Don't incorrectly copy packets with partial lengths.Neal H. Walfield1-0/+11
2015-08-21common: Check parameters more rigorously.Neal H. Walfield1-0/+8
2015-08-21common: Don't continuing processing on error.Neal H. Walfield1-4/+4
2015-08-21common: Better respect the packet's length when reading it.Neal H. Walfield1-9/+27
2015-08-20g10/parse-packet.c:parse: Try harder to not ignore an EOF.Neal H. Walfield1-6/+25
2015-08-20g10/parse-packet.c: Replace literal with symbolic expression.Neal H. Walfield1-3/+3
2015-08-20Add documentation for g10/parse-packet.c.Neal H. Walfield2-19/+223
2015-08-20g10/packet.h: Remove unused argument from enum_sig_subpkt.Neal H. Walfield2-8/+6
2015-08-20g10/parse-packet.c:mpi_read: Detect EOF and correct boundary conditions.Neal H. Walfield1-8/+21
2015-08-20common/iobuf.h: Remove iobuf_open_fd_or_name.Neal H. Walfield2-3/+6
2015-08-17gpg: Avoid linking to LibksbaWerner Koch1-8/+3
2015-08-16Fix sending INQUIRE_MAXLEN for symmetric data.Ben Kibbey1-0/+8
2015-08-15Inform a user about inquire length limit.Ben Kibbey1-0/+4
2015-08-15Allow --gen-key to inquire a passphrase.Ben Kibbey1-3/+12
2015-08-07gpg: Allow gpgv to work with a trustedkeys.kbx file.Werner Koch3-2/+22
2015-08-06gpg: Remove duplicated printing of the curve name in "sub" lines.Werner Koch1-12/+0
2015-08-06gpg: Add commands "fpr *" and "grip" to --edit-key.Werner Koch2-6/+71
2015-08-06gpg: Adjust UID line indentation for common key algos.Werner Koch2-3/+6
2015-08-06Curve25519 support.NIIBE Yutaka5-14/+36
2015-08-06common: extend API of openpgp_oid_to_curve for canonical name.NIIBE Yutaka4-6/+6
2015-08-04gpg: Fix duplicate key import due to legacy key in keyring.Werner Koch1-1/+8
2015-08-04gpg: Properly handle legacy keys while looking for a secret key.Werner Koch1-1/+8
2015-07-31gpg: Fix endless loop for expired keys given by fpr.Werner Koch1-0/+5
2015-07-29gpg: Do not return "Legacy Key" from lookup if a key is expired.Werner Koch1-1/+2
2015-07-29gpg: Indicate secret keys and cards in a key-edit listing.Werner Koch1-25/+77
2015-07-28gpg: Remove the edit-key toggle command.Werner Koch1-13/+2
2015-07-26Replace GNUPG_GCC_A_ macros by GPGRT_ATTR_ macros.Werner Koch1-1/+1
2015-07-25scd: support any curves defined by libgcrypt.NIIBE Yutaka3-13/+39
2015-07-23scd: Format change to specify "rsa2048" for KEY-ATTR.NIIBE Yutaka1-1/+1
2015-07-16Don't segfault if the first 'auto-key-locate' option is 'clear'.Neal H. Walfield1-0/+3
2015-07-08g10: Use canonical name for curve.NIIBE Yutaka4-7/+9
2015-06-30Remove obsolete file g10/comment.c.Werner Koch1-108/+0
2015-06-30doc: Updated HACKING.Werner Koch2-2/+2
2015-06-30gpg: Make show-sig-subpackets work again.Werner Koch1-1/+1
2015-06-29agent: Prepare for Libassuan with Cygwin support.Werner Koch1-1/+0
2015-06-29Improve the description of old packets with an indeterminate length.Neal H. Walfield1-1/+1
2015-06-22gpg: Allow debug flag names for --debug.Werner Koch1-45/+35
2015-06-22gpg: Fix regression due to recent commit 6500f33Werner Koch1-28/+59
2015-06-20gpg: Print number of good signatures with --check-sigs.Werner Koch1-7/+15
2015-06-20gpg: Improve speed of --check-sigs and --lish-sigs.Werner Koch3-0/+101
2015-06-19gpg: Add more log_clock calls to keydb.cWerner Koch1-0/+9
2015-06-19gpg: Print available debug flags using "--debug-level help".Werner Koch1-18/+44
2015-06-19gpg: Fix export problem in case an old keyring has PGP-2 keys.Werner Koch1-1/+8
2015-06-17agent: Print a warning for obsolete options.Werner Koch2-15/+0
2015-06-16Don't prompt for the password multiple times in pinentry loopback mode.Neal H. Walfield1-0/+7
2015-06-04gpg: Replace -1 by GPG_ERR_NOT_FOUND in tdbio.cWerner Koch4-66/+71
2015-06-04gpg: Cleanup error code path in case of a bad trustdb.Werner Koch1-26/+28