aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* g10: Eliminate the redundant function get_pubkey_next.Neal H. Walfield2015-09-163-8/+1
* kbx: Change skipfnc's prototype so that we can provide all information.Neal H. Walfield2015-09-162-11/+22
* g10: Remove unused prototype (get_pubkey_byfpr).Neal H. Walfield2015-09-161-1/+0
* g10: Remove unused function (get_pubkey_bynames).Neal H. Walfield2015-09-162-18/+1
* g10: Simplify code. Turn struct getkey_ctx_s.found_key into an argumentNeal H. Walfield2015-09-161-30/+48
* g10: Remove unused field struct getkey_ctx_s.kbpos.Neal H. Walfield2015-09-161-2/+0
* g10: Simplify code: remove field struct getkey_ctx_s.keyblock.Neal H. Walfield2015-09-161-13/+12
* g10: Fix make distcheck problem.Werner Koch2015-09-103-3/+36
* g10: Improve portability of the new test driver.Werner Koch2015-09-102-9/+27
* doc: Minor comment fixes.Werner Koch2015-09-091-5/+6
* g10: Remove unused field req_algo.Neal H. Walfield2015-09-022-5/+0
* g10: Use a symbolic constant instead of a literal.Neal H. Walfield2015-09-021-10/+13
* g10: Add test for keydb as well as new testing infrastructure.Neal H. Walfield2015-09-025-3/+647
* g10: Make the keyblock cache per-handle rather than global.Neal H. Walfield2015-09-021-54/+57
* g10: If iobuf_seek fails when reading from the cache, do a hard read.Neal H. Walfield2015-09-021-11/+19
* gpg: Remove option --no-sig-create-check.Werner Koch2015-09-013-6/+7
* g10: Don't leak memory if we fail to initialize a new database handle.Neal H. Walfield2015-08-311-9/+12
* g10: Improve interface documentation of the keydb API.Neal H. Walfield2015-08-312-69/+223
* g10: Don't cache search results if the search didn't scan the whole DB.Neal H. Walfield2015-08-311-1/+10
* g10: Have keydb_search_first call keydb_search_reset before searching.Neal H. Walfield2015-08-311-0/+4
* g10: Remove unused parameter.Neal H. Walfield2015-08-314-6/+4
* g10: Simplify cache. Only include data that is actually used.Neal H. Walfield2015-08-262-64/+73
* gpg: Emit ERROR status for key signing failures.Werner Koch2015-08-251-0/+7
* gpg: Print a new FAILURE status after most commands.Werner Koch2015-08-254-23/+103
* gpg: Fix regression in packet parser from Aug 19.Werner Koch2015-08-231-15/+8
* gpg: Show not found keys with --locate-key --verbose.Werner Koch2015-08-231-0/+3
* common: Don't incorrectly reject 4 GB - 1 sized packets.Neal H. Walfield2015-08-211-1/+8
* common: Don't assume on-disk layout matches in-memory layout.Neal H. Walfield2015-08-216-20/+26
* common: Don't incorrectly copy packets with partial lengths.Neal H. Walfield2015-08-211-0/+11
* common: Check parameters more rigorously.Neal H. Walfield2015-08-211-0/+8
* common: Don't continuing processing on error.Neal H. Walfield2015-08-211-4/+4
* common: Better respect the packet's length when reading it.Neal H. Walfield2015-08-211-9/+27
* g10/parse-packet.c:parse: Try harder to not ignore an EOF.Neal H. Walfield2015-08-201-6/+25
* g10/parse-packet.c: Replace literal with symbolic expression.Neal H. Walfield2015-08-201-3/+3
* Add documentation for g10/parse-packet.c.Neal H. Walfield2015-08-202-19/+223
* g10/packet.h: Remove unused argument from enum_sig_subpkt.Neal H. Walfield2015-08-202-8/+6
* g10/parse-packet.c:mpi_read: Detect EOF and correct boundary conditions.Neal H. Walfield2015-08-201-8/+21
* common/iobuf.h: Remove iobuf_open_fd_or_name.Neal H. Walfield2015-08-202-3/+6
* gpg: Avoid linking to LibksbaWerner Koch2015-08-171-8/+3
* Fix sending INQUIRE_MAXLEN for symmetric data.Ben Kibbey2015-08-161-0/+8
* Inform a user about inquire length limit.Ben Kibbey2015-08-151-0/+4
* Allow --gen-key to inquire a passphrase.Ben Kibbey2015-08-151-3/+12
* gpg: Allow gpgv to work with a trustedkeys.kbx file.Werner Koch2015-08-073-2/+22
* gpg: Remove duplicated printing of the curve name in "sub" lines.Werner Koch2015-08-061-12/+0
* gpg: Add commands "fpr *" and "grip" to --edit-key.Werner Koch2015-08-062-6/+71
* gpg: Adjust UID line indentation for common key algos.Werner Koch2015-08-062-3/+6
* Curve25519 support.NIIBE Yutaka2015-08-065-14/+36
* common: extend API of openpgp_oid_to_curve for canonical name.NIIBE Yutaka2015-08-064-6/+6
* gpg: Fix duplicate key import due to legacy key in keyring.Werner Koch2015-08-041-1/+8
* gpg: Properly handle legacy keys while looking for a secret key.Werner Koch2015-08-041-1/+8