| Commit message (Expand) | Author | Files | Lines |
2019-03-26 | sm: Allow decryption even if expired other keys are configured. | Werner Koch | 1 | -0/+11 |
2019-03-25 | sm, w32: Translate logger and status fd to handles | Andre Heinecke | 1 | -2/+6 |
2019-02-28 | gpgsm: default to 3072-bit keys. | Daniel Kahn Gillmor | 1 | -1/+1 |
2018-10-24 | sm: Use the correct string in an error message. | Werner Koch | 1 | -1/+1 |
2018-04-06 | gpg: Emit FAILURE stati now in almost all cases. | Werner Koch | 1 | -3/+11 |
2018-03-23 | gpg,sm: New option --request-origin. | Werner Koch | 1 | -0/+8 |
2017-12-22 | kbx: Simplify by removing custom memory functions. | Werner Koch | 1 | -2/+0 |
2017-12-18 | sm: Allow explicit setting of the default --compliance=gnupg | Werner Koch | 1 | -0/+2 |
2017-10-24 | sm: Do not expect X.509 keyids to be unique | Rainer Perske | 1 | -1/+1 |
2017-07-28 | gpg,sm: String changes for compliance diagnostics. | Werner Koch | 1 | -6/+3 |
2017-06-23 | indent,i18n: Make some new strings translatable. Wrap too long lines. | Werner Koch | 1 | -4/+8 |
2017-06-19 | indent: Always use "_(" and not "_ (" to mark translatable strings. | Werner Koch | 1 | -6/+6 |
2017-06-08 | common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS. | Justus Winter | 1 | -0/+37 |
2017-06-07 | common,gpg,sm: Initialize compliance module. | Justus Winter | 1 | -0/+3 |
2017-06-07 | common,gpg,sm: Move the compliance option parser. | Justus Winter | 1 | -1/+14 |
2017-05-10 | g10, sm, dirmngr, common: Add comment for fall through. | NIIBE Yutaka | 1 | -1/+1 |
2017-03-07 | Remove -I option to common. | NIIBE Yutaka | 1 | -4/+4 |
2016-12-20 | sm: Remove wrong example from gpgsm --help. | Werner Koch | 1 | -6/+0 |
2016-12-16 | gpg,sm: A few more option for --gpgconf-list. | Werner Koch | 1 | -0/+1 |
2016-12-13 | g10,sm: Spell out --passwd. | Justus Winter | 1 | -2/+3 |
2016-12-13 | g10,sm: Spell out --gen-key. | Justus Winter | 1 | -2/+3 |
2016-12-13 | g10,sm: Spell out --check-sigs. | Justus Winter | 1 | -1/+1 |
2016-12-13 | g10,sm: Spell out --list-sigs. | Justus Winter | 1 | -1/+1 |
2016-11-29 | gpg,sm: Merge the two versions of check_special_filename. | Werner Koch | 1 | -27/+6 |
2016-11-15 | sm: New stub option --compliance. | Werner Koch | 1 | -0/+7 |
2016-11-10 | gpg,sm: Add STATUS_ERROR keydb_search and keydb_add-resource. | Werner Koch | 1 | -3/+3 |
2016-11-10 | sm: Remove unused arg SECRET from keydb functions. | Werner Koch | 1 | -2/+2 |
2016-11-05 | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 1 | -1/+1 |
2016-09-17 | Fix more spelling | Daniel Kahn Gillmor | 1 | -3/+3 |
2016-09-05 | common: Add an assuan logging monitor. | Werner Koch | 1 | -1/+1 |
2016-08-12 | Call log_set_prefix() with human-readable labels. | Daniel Kahn Gillmor | 1 | -2/+2 |
2016-08-09 | Cleanup initialization of libgcrypt. | Ben Kibbey | 1 | -3/+0 |
2016-08-03 | More cleanup of "allow to". | Daniel Kahn Gillmor | 1 | -2/+2 |
2016-06-14 | gpgsm: Allow ciphers AES192 and SERPENT256 | Werner Koch | 1 | -1/+3 |
2016-06-14 | doc: Consistently use 'keyserver'. | Werner Koch | 1 | -2/+2 |
2016-06-07 | Replace use of opt.homedir by accessor functions. | Werner Koch | 1 | -9/+8 |
2016-03-07 | sm: Implement pinentry loopback and reading passphrases from fd. | Justus Winter | 1 | -1/+21 |
2016-03-07 | sm: Remove unused argument '--fixed-passphrase'. | Justus Winter | 1 | -3/+0 |
2016-01-07 | sm: Avoid warnings about useless assignments. | Werner Koch | 1 | -1/+1 |
2015-11-17 | Fix typos found using codespell. | Justus Winter | 1 | -3/+3 |
2015-06-29 | gpgsm: Add command option "offline". | Werner Koch | 1 | -0/+1 |
2015-06-23 | Allow use of debug flag names for all tools. | Werner Koch | 1 | -11/+22 |
2015-04-06 | Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG. | Werner Koch | 1 | -4/+4 |
2015-03-25 | sm: Change default algos to SHA256 (CSR) and AES128 (bulk encryption). | Werner Koch | 1 | -1/+1 |
2015-01-28 | Add a hook to be called right after main. | Werner Koch | 1 | -0/+1 |
2014-12-22 | dirmngr,gpgsm: Return NULL on fail | Werner Koch | 1 | -0/+1 |
2014-11-28 | Add option --no-autostart. | Werner Koch | 1 | -1/+6 |
2014-11-04 | Change a couple of files to use abbreviated copyright notes. | Werner Koch | 1 | -2/+2 |
2014-10-10 | Use a unique capitalization for "Note:". | Werner Koch | 1 | -3/+3 |
2014-08-14 | sm: Create homedir and lock empty keybox creation. | Werner Koch | 1 | -2/+5 |