summaryrefslogtreecommitdiffstats
path: root/g10/seskey.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-25dirmngr: Allow command VERSIONCHECK to handle 3 part version numbers.Werner Koch1-35/+83
2016-10-25common: Use strconcat in gnupg_setenv.Werner Koch1-22/+22
2016-10-24gpg: Replace two sprintf calls.Werner Koch1-8/+3
2016-10-24agent: Minor cleanup for recent change in findkey.cWerner Koch1-6/+2
2016-10-24agent: Slightly change structure of cmd_readkey.Werner Koch1-29/+31
2016-10-24dirmngr: Fix segfault in VERSIONCHECK.Kai Michaelis1-2/+2
2016-10-24scd: Use canonical curve name of libgcrypt.NIIBE Yutaka3-41/+71
2016-10-24common: Fix openpgp_is_curve_supported.NIIBE Yutaka1-2/+2
2016-10-24g10: Fix card keygen for decryption.NIIBE Yutaka1-2/+2
2016-10-22g10: More card key generation change.NIIBE Yutaka1-39/+24
2016-10-21g10: Write first keybox record in binary modeAndre Heinecke1-1/+1
2016-10-21g10,scd: Fix ECC keygen.NIIBE Yutaka3-21/+70
2016-10-21scd: Fix segfault changing key attr.NIIBE Yutaka1-1/+1
2016-10-21g10: Don't ask keysize for for non-RSA card.NIIBE Yutaka1-22/+28
2016-10-21g10: Support ECC for gen_card_key.NIIBE Yutaka1-15/+17
2016-10-21Fix use cases of snprintf.NIIBE Yutaka16-157/+97
2016-10-21agent: Fix saving with FORCE=1.NIIBE Yutaka1-6/+19
2016-10-20tests: Simplify test.Justus Winter1-36/+31
2016-10-20tests: Flush stdout in the fake pinentry.Justus Winter1-0/+1
2016-10-20common,w32: Fix setting environment variables on Windows.Justus Winter2-40/+65
2016-10-20tests,w32: Cope with Windows line endings.Justus Winter1-1/+2
2016-10-20tests: Create and remove socket directories.Justus Winter3-15/+24
2016-10-20agent, g10: Fix keygen.NIIBE Yutaka2-2/+2
2016-10-20scd: GENKEY updates the public key in APP.NIIBE Yutaka1-228/+257
2016-10-20g10: smartcard keygen change.NIIBE Yutaka3-137/+45
2016-10-20agent: Add --card option for READKEY.NIIBE Yutaka5-70/+100
2016-10-19dirmngr: improve VERSIONCHECKKai Michaelis1-99/+133
2016-10-18common: Fix copying data to estreams.Justus Winter1-5/+7
2016-10-18common,w32: Communicate with child in non-blocking mode.Justus Winter1-3/+4
2016-10-18common,w32: Extend gnupg_create_inbound_pipe et al.Justus Winter1-10/+27
2016-10-18common,w32: Make use of default_errsource in exechelp.Justus Winter1-7/+21
2016-10-18scd: Support ECC key generation.NIIBE Yutaka1-61/+137
2016-10-18scd: minor cleanup to merge other works.NIIBE Yutaka3-39/+32
2016-10-18Register DCO for Arnaud FontaineWerner Koch1-0/+3
2016-10-17gpgscm: Initialize nesting stack.Justus Winter1-0/+1
2016-10-17doc: Document how to manually shut down gpg-agent.Daniel Kahn Gillmor1-0/+9
2016-10-17doc: Point gpg-agent(1) at the right gpg manpage in SEE ALSO.Daniel Kahn Gillmor1-1/+1
2016-10-17scd: Fix keytocard for ECC.NIIBE Yutaka1-0/+2
2016-10-17gpgconf: Fix for --homedir.NIIBE Yutaka1-20/+60
2016-10-16agent: Use straightforward names for the default socket names.Werner Koch1-2/+2
2016-10-15agent: Move inotify code to common and improve it.Werner Koch3-56/+140
2016-10-14dirmngr: use gnupg_mkdtemp instead of mkstempKai Michaelis1-20/+44
2016-10-14dirmngr: add VERSIONCHECK commandKai Michaelis1-0/+227
2016-10-13tests: Use shorter filenames.Neal H. Walfield16-32/+32
2016-10-13g10: Be more careful when checking if a binding is signed by a UTK.Neal H. Walfield2-3/+108
2016-10-13tests: Add test data to TEST_FILES.Neal H. Walfield1-1/+16
2016-10-13g10: Be more careful when checking cross signatures.Neal H. Walfield17-2/+178
2016-10-13g10: Still check if the key is an UTK or cross signed in batch mode.Neal H. Walfield1-18/+13
2016-10-13g10: If an sqlite operation fails, map the error code to GPG_ERR_GENERALNeal H. Walfield1-2/+17
2016-10-13tests: Remove support for deprecated functionality.Neal H. Walfield1-1/+0