aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * scd: Support KDF DO setup.NIIBE Yutaka2018-03-224-3/+110
| * doc: Typo fix in comment.Werner Koch2018-03-211-4/+4
| * gpg: Fix out-of-bound read in subpacket enumerationWerner Koch2018-03-211-0/+9
| * scd: signal mask should be set just after npth_init.NIIBE Yutaka2018-03-191-11/+17
| * scd: Better user interaction for factory-reset.NIIBE Yutaka2018-03-161-6/+21
| * scd: Fix suspend/resume handling for CCID driver.NIIBE Yutaka2018-03-151-1/+2
| * scd: After fatal error, shutdown a reader.NIIBE Yutaka2018-03-131-0/+9
| * scd: Fix for GNU/Linux suspend/resume.NIIBE Yutaka2018-03-132-5/+4
| * scd: Fix typo in previous commit.NIIBE Yutaka2018-03-121-1/+1
| * scd: More fix with PC/SC for Windows.NIIBE Yutaka2018-03-081-18/+20
| * scd: Fix status check when using PC/SC.NIIBE Yutaka2018-03-082-3/+14
| * gpg: Fix build on Windows.NIIBE Yutaka2018-03-082-0/+5
| * doc: man page grammarBen McGinnes2018-03-071-2/+2
* | Change license of argparse.c back to LGPLv2.1Werner Koch2018-03-212-45/+28
* | doc: Register DCOs for Ben McGinnes and James BottomleyWerner Koch2018-03-091-0/+6
* | Merge branch 'STABLE-BRANCH-2-2' into wk-masterWerner Koch2018-03-0610-11/+93
|\|
| * agent: Also evict cached items via a timer.Werner Koch2018-03-064-1/+28
| * gpg: Fix regression in last --card-status patchWerner Koch2018-03-011-1/+1
| * gpg: Print the keygrip with --card-statusWerner Koch2018-03-013-7/+58
| * gpgconf, w32: Allow UNC pathsAndre Heinecke2018-02-281-1/+3
| * dirmngr: Handle failures related to missing IPv6 gracefullyMichał Górny2018-02-221-0/+2
| * doc: Fix recently introduced typo in gpgsm.texi.Werner Koch2018-02-221-1/+1
* | gpg: Avoid writing a zero length last chunk in AEAD mode.Werner Koch2018-02-282-42/+55
* | gpg: Merge two functions in cipher-aead.cWerner Koch2018-02-281-75/+60
* | gpg: Simplify the AEAD decryption function.Werner Koch2018-02-271-51/+41
* | gpg: Factor common code out of the AEAD decryption function.Werner Koch2018-02-271-96/+77
* | gpg: Rename cipher.c to cipher-cfb.cWerner Koch2018-02-272-2/+2
* | gpg: Fix corner cases in AEAD encryption.Werner Koch2018-02-272-69/+110
* | gpg: Try to mitigate the problem of wrong CFB symkey passphrases.Werner Koch2018-02-231-0/+15
* | build: Update swdb tags and include release info from 2.2.5Werner Koch2018-02-224-4/+47
* | Merge branch 'STABLE-BRANCH-2-2'Werner Koch2018-02-2230-336/+654
|\|
| * Post release updates.Werner Koch2018-02-222-1/+5
| * Release 2.2.5gnupg-2.2.5Werner Koch2018-02-226-12/+55
| * gpg: Don't let gpg return failure on an invalid packet in a keyblock.Werner Koch2018-02-222-6/+3
| * g10: Select a secret key by checking availability under gpg-agent.NIIBE Yutaka2018-02-221-4/+11
| * doc: Clarify -export-secret-key-p12Werner Koch2018-02-221-3/+3
| * build: Update autogen.shWerner Koch2018-02-212-2/+7
| * doc: Add extra hint on unattended use of gpg.Werner Koch2018-02-211-0/+13
| * wks: Add special mode to --install-key.Werner Koch2018-02-205-134/+153
| * wks: Implement server command --install-key.Werner Koch2018-02-205-40/+216
| * wks: Support alternative submission address.Werner Koch2018-02-204-14/+67
| * speedo: Use --enable-wks-tools for non-W32 builds.Werner Koch2018-02-201-1/+1
| * speedo: Add new option STATIC=1Werner Koch2018-02-191-1/+24
| * kbx: Fix detection of corrupted keyblocks on 32 bit systems.Werner Koch2018-02-151-8/+8
| * gpg: Fix reversed messages for --only-sign-text-ids.NIIBE Yutaka2018-02-151-2/+2
| * agent: Avoid appending a '\0' byte to the response of READKEYKatsuhiro Ueno2018-02-141-1/+2
| * sm: Fix minor memory leak in --export-p12.Werner Koch2018-02-141-0/+1
| * sm: Fix a wrong key parameter in an exported private key fileKatsuhiro Ueno2018-02-141-1/+1
| * common: Use new function to print status strings.Werner Koch2018-02-148-116/+90
| * scd: Improve KDF-DO supportArnaud Fontaine2018-02-131-1/+2