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