aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gpg: Re-indent a file.Werner Koch2014-04-152-133/+152
* gpg: Fix regression in secret key export.Werner Koch2014-04-153-24/+36
* gpg: Change pinentry prompt to talk about "secret key".Werner Koch2014-04-156-14/+38
* agent: Add command DELETE_KEY.Werner Koch2014-04-155-4/+185
* scd: EdDSA support.NIIBE Yutaka2014-04-091-43/+121
* dirmngr: Fix compiler warning.Werner Koch2014-04-082-11/+27
* gpgconf: Add command --launch.Werner Koch2014-04-084-4/+57
* scd: Silent compiler warnings about unused variables.Werner Koch2014-04-081-0/+10
* agent: Support EdDSA.NIIBE Yutaka2014-04-081-5/+16
* g10: EdDSA support.NIIBE Yutaka2014-04-083-3/+9
* agent: EdDSA support for SSH.NIIBE Yutaka2014-04-041-23/+7
* gpg: Add commands --quick-sign-key and --quick-lsign-key.Werner Koch2014-03-274-101/+324
* Change some keyedit functions to allow printing to arbitrary streams.Werner Koch2014-03-278-183/+251
* agent: Replace es_mopen by es_fopenmem for ssh.Werner Koch2014-03-231-27/+15
* agent: Put ssh key type as comment into sshcontrol.Werner Koch2014-03-221-13/+20
* agent: Support the Ed25519 signature algorithm for ssh.Werner Koch2014-03-221-521/+761
* agent: Cleanups to prepare implementation of Ed25519.Werner Koch2014-03-227-118/+239
* tools: Fix NULL deref in gpg-connect-agent.Werner Koch2014-03-181-1/+4
* dirmngr: Resurrect hosts in the HKP hosttable.Werner Koch2014-03-183-25/+145
* common: New function elapsed_time_string.Werner Koch2014-03-182-0/+41
* gpg: Reject signatures made with MD5.Werner Koch2014-03-175-3/+36
* gpg: Make --auto-key-locate work again with keyservers.Werner Koch2014-03-173-53/+78
* gpg: New mechanism "clear" for --auto-key-locate.Werner Koch2014-03-172-2/+13
* gpg-connect-agent: Make it easier to connect to the dirmngr.Werner Koch2014-03-142-6/+34
* dirmngr: Make use of IPv4 and IPV6 more explicit.Werner Koch2014-03-143-18/+47
* dirmngr: Do not use brackets around legacy IP addresses.Werner Koch2014-03-141-9/+14
* gpg: Print the actual used keyserver address.Werner Koch2014-03-145-25/+115
* dirmngr: Default to a user socket name and enable autostart.Werner Koch2014-03-149-26/+101
* gpg: Add option --dirmngr-program.Werner Koch2014-03-128-26/+35
* dirmngr: Detect dead keyservers and try another one.Werner Koch2014-03-122-34/+143
* Comment typo fixesWerner Koch2014-03-123-12/+16
* http: Add a flag to the URL parser indicating a literal v6 address.Werner Koch2014-03-122-0/+3
* scd: writekey support of ECC.NIIBE Yutaka2014-03-121-93/+424
* dirmngr: Put brackets around IP addresses in the hosttable.Werner Koch2014-03-111-3/+37
* dirmngr: Add command option to mark hosts as dead or alive.Werner Koch2014-03-113-20/+164
* dirmngr: Make Assuan output of keyblocks easier readableWerner Koch2014-03-111-4/+34
* dirmngr: Fix HKP host selection code.Werner Koch2014-03-115-49/+158
* List readline support in configure summaryWerner Koch2014-03-112-0/+4
* agent: API change of agent_key_from_file.NIIBE Yutaka2014-03-114-35/+30
* Backport useful code from fixes for bug 1447.Werner Koch2014-03-102-1/+11
* scd: acquire lock in new_reader_slot.Werner Koch2014-03-101-48/+70
* Comment fixes.Werner Koch2014-03-101-3/+3
* Do not require libiconv for Android.Werner Koch2014-03-101-3/+15
* dirmmgr: Use a portability wrapper for struct timeval.Werner Koch2014-03-071-8/+15
* Silence more warnings about unused vars and args.Werner Koch2014-03-075-15/+27
* dirmngr: Simplify strtok macro.Werner Koch2014-03-071-4/+3
* Use attribute __gnu_printf__ also in estream header files.Werner Koch2014-03-072-10/+18
* Use attribute __gnu_printf__ with our estream-printf functions.Werner Koch2014-03-071-2/+9
* w32: Silence warnings about unused vars.Werner Koch2014-03-075-10/+24
* w32: Fix a potential problem in gpgconf's gettext.Werner Koch2014-03-071-0/+2