aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-02g10: If iobuf_seek fails when reading from the cache, do a hard read.Neal H. Walfield1-11/+19
2015-09-01gpg: Remove option --no-sig-create-check.Werner Koch3-6/+7
2015-08-31g10: Don't leak memory if we fail to initialize a new database handle.Neal H. Walfield1-9/+12
2015-08-31g10: Improve interface documentation of the keydb API.Neal H. Walfield2-69/+223
2015-08-31g10: Don't cache search results if the search didn't scan the whole DB.Neal H. Walfield1-1/+10
2015-08-31g10: Have keydb_search_first call keydb_search_reset before searching.Neal H. Walfield1-0/+4
2015-08-31g10: Remove unused parameter.Neal H. Walfield4-6/+4
2015-08-26g10: Simplify cache. Only include data that is actually used.Neal H. Walfield2-64/+73
2015-08-25gpg: Emit ERROR status for key signing failures.Werner Koch1-0/+7
2015-08-25gpg: Print a new FAILURE status after most commands.Werner Koch4-23/+103
2015-08-23gpg: Fix regression in packet parser from Aug 19.Werner Koch1-15/+8
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