aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-16g10: Eliminate the redundant function get_pubkey_next.Neal H. Walfield3-8/+1
2015-09-16kbx: Change skipfnc's prototype so that we can provide all information.Neal H. Walfield2-11/+22
2015-09-16g10: Remove unused prototype (get_pubkey_byfpr).Neal H. Walfield1-1/+0
2015-09-16g10: Remove unused function (get_pubkey_bynames).Neal H. Walfield2-18/+1
2015-09-16g10: Simplify code. Turn struct getkey_ctx_s.found_key into an argumentNeal H. Walfield1-30/+48
2015-09-16g10: Remove unused field struct getkey_ctx_s.kbpos.Neal H. Walfield1-2/+0
2015-09-16g10: Simplify code: remove field struct getkey_ctx_s.keyblock.Neal H. Walfield1-13/+12
2015-09-10g10: Fix make distcheck problem.Werner Koch3-3/+36
2015-09-10g10: Improve portability of the new test driver.Werner Koch2-9/+27
2015-09-09doc: Minor comment fixes.Werner Koch1-5/+6
2015-09-02g10: Remove unused field req_algo.Neal H. Walfield2-5/+0
2015-09-02g10: Use a symbolic constant instead of a literal.Neal H. Walfield1-10/+13
2015-09-02g10: Add test for keydb as well as new testing infrastructure.Neal H. Walfield5-3/+647
2015-09-02g10: Make the keyblock cache per-handle rather than global.Neal H. Walfield1-54/+57
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