aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* g10: Fix iteration over getkey results.Justus Winter2016-11-281-1/+1
* g10: Avoid gratuitously loading a keyblock when it is already availableNeal H. Walfield2016-11-2311-50/+108
* g10: Use es_fopen instead of open.Neal H. Walfield2016-11-221-11/+10
* g10: If the set of UTKs changes, invalidate any changed policies.Neal H. Walfield2016-11-223-0/+159
* g10: Fix memory leak.Justus Winter2016-11-221-2/+0
* g10: Cache the effective policy. Recompute it when required.Neal H. Walfield2016-11-218-351/+527
* g10: Correctly parameterize ngettext.Neal H. Walfield2016-11-211-3/+6
* g10: Don't use the same variable for multiple SQL compiled statementsNeal H. Walfield2016-11-211-4/+4
* g10: Add a convenience function for checking if a key is a primary keyNeal H. Walfield2016-11-212-7/+13
* g10: Fix flags to open for lock of ToFU.NIIBE Yutaka2016-11-181-5/+2
* g10: Fix creating a lock for ToFU.NIIBE Yutaka2016-11-181-1/+2
* doc: Typo fixes.Werner Koch2016-11-171-1/+1
* common: Rename keybox_file_rename to gnupg_rename_file.Werner Koch2016-11-161-2/+2
* gpg: New option --override-session-key-fd.Werner Koch2016-11-161-2/+43
* gpgv: New option --enable-special-filenames.Werner Koch2016-11-151-0/+5
* gpg: Add new compliance mode "de-vs".Werner Koch2016-11-154-22/+52
* doc: Add comment to make clear that KBNODE is deprecated.Werner Koch2016-11-151-1/+1
* gpg: Use usual free semantics for packet structure free functions.Werner Koch2016-11-152-57/+76
* g10: Optimize key iteration.Justus Winter2016-11-151-2/+2
* g10: Fix memory leak.Justus Winter2016-11-151-3/+14
* g10: Fix iteration over getkey results.Justus Winter2016-11-151-0/+8
* g10: Fix use-after-free.Justus Winter2016-11-151-1/+9
* g10: Fix memory leak.NIIBE Yutaka2016-11-151-2/+1
* gpg: New option --compliance.Werner Koch2016-11-151-46/+119
* g10: Fix memory leak.Justus Winter2016-11-151-0/+1
* g10: Fix memory leak.Justus Winter2016-11-141-0/+2
* gpg,sm: Add STATUS_ERROR keydb_search and keydb_add-resource.Werner Koch2016-11-101-4/+14
* gpg: Improve error message for --quick-gen-key.Werner Koch2016-11-101-1/+1
* g10: Fix crash.Justus Winter2016-11-071-3/+4
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-0588-88/+88
* indent: Move comments inside the block.Werner Koch2016-11-041-48/+56
* agent: Extend the PINENTRY_LAUNCHED inquiry and status.Werner Koch2016-11-031-0/+14
* g10: Improve and unify key selection for -r and --locate-keys.Justus Winter2016-11-034-2/+214
* common: Improve compare_string_versions.Werner Koch2016-11-022-2/+2
* Spelling: correct spelling of "passphrase".Daniel Kahn Gillmor2016-11-021-2/+2
* g10,w32: Fix build on Windows.Justus Winter2016-11-021-4/+1
* g10: Avoid gratuitious SQLite aborts and starving writers.Neal H. Walfield2016-10-311-16/+82
* g10: Avoid reading in keys when possible.Neal H. Walfield2016-10-301-2/+16
* g10: Fix bit setting.Neal H. Walfield2016-10-301-4/+4
* gpg: Enable the Issuer Fingerprint from rfc4880bisWerner Koch2016-10-282-12/+6
* gpg: Verify multiple detached signatures with different hash algos.Werner Koch2016-10-271-5/+23
* g10: Fix iteration over getkey results.Justus Winter2016-10-271-3/+6
* Fix typos.Justus Winter2016-10-274-5/+5
* g10: Assert preconditions.Justus Winter2016-10-271-0/+3
* gpg: Convey --quick option to dirmngr for --auto-key-retrieve.Werner Koch2016-10-2710-48/+59
* g10: Fix ECDH, clarifying the format.NIIBE Yutaka2016-10-271-18/+20
* g10: ECDH shared point format.Arnaud Fontaine2016-10-271-8/+24
* gpg: Replace two sprintf calls.Werner Koch2016-10-241-8/+3
* scd: Use canonical curve name of libgcrypt.NIIBE Yutaka2016-10-242-10/+13
* g10: Fix card keygen for decryption.NIIBE Yutaka2016-10-231-2/+2