aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scd: Support KDF Data Object of OpenPGPcard V3.3.gniibe/scd-kdf-supportNIIBE Yutaka2017-11-071-25/+94
* agent: Use clock or clock_gettime for calibration.NIIBE Yutaka2017-11-072-6/+10
* tests: Minor imporvement in agent invocationWerner Koch2017-11-061-0/+1
* agent: New GETINFO sub-commands "s2k_count_cal" and "s2k_time".Werner Koch2017-11-064-24/+69
* agent: New option --s2k-count.Werner Koch2017-11-064-0/+30
* gpg: Unifiy the message for re-configuring cards.Werner Koch2017-11-021-1/+5
* gpg: Introduce magic value 25519 to switch a card to ECC.Werner Koch2017-11-021-27/+59
* build: Remove configure options --disable-gpgWerner Koch2017-11-021-1/+2
* agent: Fix returning GPG_ERR_NOT_FOUND wrongly.NIIBE Yutaka2017-11-021-7/+5
* Register another OpenPGP card vendor.Werner Koch2017-11-011-0/+1
* gpg: Remove trailing comma in an enum.Werner Koch2017-11-011-1/+1
* gpg: Rename two card related functions in card-util.Werner Koch2017-11-011-6/+6
* g10: Unattended key generation "Key-Grip" and "Subkey-Grip".NIIBE Yutaka2017-11-011-9/+16
* g10: Simplify "factory-reset" procedure.NIIBE Yutaka2017-10-301-14/+0
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2017-10-2715-120/+253
|\
| * agent, tests: Support --disable-scdaemon build case.NIIBE Yutaka2017-10-263-5/+12
| * Fix comment of configure.NIIBE Yutaka2017-10-261-1/+1
| * gpg: Avoid superfluous sig check info during import.Werner Koch2017-10-241-47/+96
| * build: New configure option --enable-werrorWerner Koch2017-10-241-0/+11
| * build: Do not mess with CFLAGS in configure.Werner Koch2017-10-241-11/+0
| * sm: Do not expect X.509 keyids to be uniqueRainer Perske2017-10-245-6/+44
| * gpgconf: Ignore non-installed components with --apply-profile.Werner Koch2017-10-241-4/+13
| * gpg: Improve the "secret key available" notice in keyedit.cWerner Koch2017-10-241-10/+26
| * gpg: Remove unused flags from keyedit.c.Werner Koch2017-10-241-39/+35
| * doc: Fix "SEE ALSO" section of gpgv.Werner Koch2017-10-201-1/+1
| * gpg: Fix creating on-disk subkey with on-card primary key.Werner Koch2017-10-191-0/+3
| * gpg: Print sec/sbb with --import-option import-show or show-only.Werner Koch2017-10-192-2/+3
| * gpg: Make --dry-run and show-only work for secret keys.Werner Koch2017-10-191-1/+2
| * dirmngr: Do not follow https-to-http redirects.Damien Goutte-Gattat2017-10-191-4/+6
| * g10: Fix find_and_check_key for multiple keyrings.NIIBE Yutaka2017-10-191-2/+5
| * gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch2017-10-193-3/+41
| * gpg: Improve keydb handling in the main import function.Werner Koch2017-10-193-60/+95
| * gpg: Simplify keydb handling of the main import function.Werner Koch2017-10-192-81/+80
| * sm: Fix colon listing of fields > 12 in crt records.Werner Koch2017-10-191-2/+1
| * gpg: Workaround for junk after --trusted-key.Werner Koch2017-09-281-0/+20
| * doc: Make --check-sigs more prominent.Werner Koch2017-09-271-39/+42
* | agent: Clean up pinentry access locking.NIIBE Yutaka2017-10-272-67/+60
* | agent: Allow recursive use of pinentry.NIIBE Yutaka2017-10-262-11/+26
* | agent, tests: Support --disable-scdaemon build case.NIIBE Yutaka2017-10-263-5/+12
* | Fix comment of configure.NIIBE Yutaka2017-10-261-1/+1
* | Register DCO for Rainer PerskeWerner Koch2017-10-241-0/+3
* | agent: Send pinentry the uid of connecting process where possible.Daniel Kahn Gillmor2017-10-194-13/+38
* | g10: Fix find_and_check_key for multiple keyrings.NIIBE Yutaka2017-10-191-2/+5
* | gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch2017-10-183-3/+41
* | gpg: Improve keydb handling in the main import function.Werner Koch2017-10-183-60/+95
* | gpg: Simplify keydb handling of the main import function.Werner Koch2017-10-182-81/+80
* | gpg: Fix wrong Tofu DB consistency check.Werner Koch2017-10-181-4/+7
* | gpg,sm: New option --with-key-screening.Werner Koch2017-10-1711-5/+358
* | sm: Fix colon listing of fields > 12 in crt records.Werner Koch2017-10-171-2/+1
* | gpg: Fix comparison.Neal H. Walfield2017-10-061-1/+1