aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-13gpg: Refactor keyedit module.Justus Winter4-39/+70
2017-06-13gpg: Disable keydb handle caching only for W32Werner Koch1-10/+17
2017-06-13po: Make a string translatable.Werner Koch1-3/+6
2017-06-11gpg: Send gpgcompose --help output to stdout, not stderr.Neal H. Walfield1-7/+7
2017-06-11gpg: Improve some output of gpgcompose.Neal H. Walfield1-2/+5
2017-06-11gpg: Support 'gpgcompose --encrypted-pop --help'Neal H. Walfield1-3/+21
2017-06-11gpg: Remove dead code.Neal H. Walfield1-7/+1
2017-06-08common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS.Justus Winter6-1/+147
2017-06-08gpg: Fix computation of compliance with CO_DE_VS.Justus Winter1-3/+4
2017-06-08gpg: Avoid failure exit when scdaemon is disabled but not needed.Werner Koch1-2/+4
2017-06-07common: Add cipher mode to compliance predicate.Justus Winter1-1/+1
2017-06-07common,gpg,sm: Initialize compliance module.Justus Winter1-0/+3
2017-06-07common,gpg: Move the compliance option printer.Justus Winter6-28/+11
2017-06-07common,gpg,sm: Move the compliance option parser.Justus Winter1-26/+11
2017-06-07gpg: Improve compliance with CO_DE_VS.Justus Winter1-0/+1
2017-06-06common,g10: Fix typos.Justus Winter1-1/+1
2017-06-01gpg: Report compliance with CO_DE_VS.Justus Winter1-0/+48
2017-06-01gpg,common: Move the compliance framework.Justus Winter4-99/+11
2017-05-31gpg: Fix compliance computation.Justus Winter1-1/+1
2017-05-30gpg: Fix typos.Justus Winter2-3/+3
2017-05-30gpg: Disable keydb handle cachingAndre Heinecke1-1/+11
2017-05-22g10: Fix default-key selection for signing, possibly by card.NIIBE Yutaka4-16/+62
2017-05-17g10: Fix gpgcompose.c.NIIBE Yutaka1-1/+1
2017-05-17g10: Suppress error for card availability check.NIIBE Yutaka1-6/+9
2017-05-15gpg: Do not mark ", " translatable.Werner Koch1-2/+2
2017-05-15common: Let format_text return an error.Werner Koch2-2/+14
2017-05-11tests: Make it possible to run all tests using our infrastructure.Justus Winter2-1/+37
2017-05-10g10, sm, dirmngr, common: Add comment for fall through.NIIBE Yutaka5-10/+10
2017-05-10g10: Stop compiler warning for t-stutter.NIIBE Yutaka1-0/+1
2017-05-08gpg: Properly account for ring trust packets.Justus Winter3-2/+7
2017-05-08gpg: Fix typo.Justus Winter1-1/+1
2017-05-02g10: Remove skeleton options files.Daniel Kahn Gillmor4-321/+1
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka14-22/+22
2017-04-27g10: For signing, prefer available card key when no -u option.NIIBE Yutaka1-2/+28
2017-04-26g10: Minor clean up.NIIBE Yutaka2-3/+1
2017-04-24g10: invalidate the fd cache for keyring.NIIBE Yutaka1-1/+6
2017-04-24w32: Enable wildcard expansion with mingw-w64Andre Heinecke1-0/+3
2017-04-24tests: Locate resources and scripts relative to top source dir.Justus Winter3-11/+11
2017-04-17g10: Fix parse_ring_trust.NIIBE Yutaka1-1/+1
2017-04-17g10: Minor fixes.NIIBE Yutaka3-4/+5
2017-04-17g10: Fix import/export filter property match.NIIBE Yutaka1-1/+1
2017-04-13common, g10: Fix enumeration types.NIIBE Yutaka1-10/+13
2017-04-12common: Simplify format_text.NIIBE Yutaka2-6/+6
2017-04-11g10: Minor clean up for export.c.NIIBE Yutaka1-19/+16
2017-04-11g10,tools: Fix bzlib.h include order.NIIBE Yutaka1-1/+2
2017-04-11g10: Minor clean up for TOFU.NIIBE Yutaka1-1/+1
2017-04-07gpg: Fix printing of offline taken subkey.Werner Koch1-1/+1
2017-04-03gpg: Handle critical marked 'Reason for Revocation'.Werner Koch1-0/+1
2017-03-31gpg: Avoid multiple open calls to the keybox file.Werner Koch4-9/+26
2017-03-31gpg: Pass CTRL also to getkey_end.Werner Koch4-23/+23