| Commit message (Expand) | Author | Age | Files | Lines |
* | sm: Move qualified.txt from datadir into sysconfdir | Alon Bar-Lev | 2017-09-11 | 1 | -1/+1 |
* | gpgsm: default to 3072-bit keys. | Daniel Kahn Gillmor | 2017-09-08 | 3 | -4/+4 |
* | sm: Always print the keygrip in colon mode. | Werner Koch | 2017-08-08 | 1 | -7/+7 |
* | gpg,sm: Error out on compliance mismatch while decrypting. | Werner Koch | 2017-08-01 | 1 | -7/+12 |
* | Explain the "server is older than xxx warning". | Werner Koch | 2017-07-31 | 2 | -0/+14 |
* | gpg,sm: String changes for compliance diagnostics. | Werner Koch | 2017-07-28 | 5 | -21/+21 |
* | gpg,sm: Allow encryption (with warning) to any key in de-vs mode. | Werner Koch | 2017-07-27 | 1 | -8/+9 |
* | gpg,sm: Fix compliance checking for decryption. | Werner Koch | 2017-07-27 | 1 | -10/+12 |
* | gpg,sm: Check compliance of the RNG. | Werner Koch | 2017-07-17 | 3 | -0/+41 |
* | gpg,gpgsm: Emit status code ENCRYPTION_COMPLIANCE_MODE. | Werner Koch | 2017-06-23 | 1 | -2/+17 |
* | indent,i18n: Make some new strings translatable. Wrap too long lines. | Werner Koch | 2017-06-23 | 3 | -8/+13 |
* | gpg,gpgsm: Fix compliance check for DSA and avoid an assert. | Werner Koch | 2017-06-19 | 1 | -3/+4 |
* | indent: Always use "_(" and not "_ (" to mark translatable strings. | Werner Koch | 2017-06-19 | 5 | -14/+14 |
* | common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS. | Justus Winter | 2017-06-08 | 5 | -20/+155 |
* | common: Add cipher mode to compliance predicate. | Justus Winter | 2017-06-07 | 1 | -2/+1 |
* | 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 | 2 | -1/+16 |
* | gpg: Report compliance with CO_DE_VS. | Justus Winter | 2017-06-01 | 2 | -0/+36 |
* | gpg,common: Move the compliance framework. | Justus Winter | 2017-06-01 | 1 | -2/+3 |
* | sm: Simplify code. | Justus Winter | 2017-05-31 | 1 | -6/+1 |
* | sm: Fix typo. | Justus Winter | 2017-05-31 | 1 | -1/+1 |
* | g10, sm, dirmngr, common: Add comment for fall through. | NIIBE Yutaka | 2017-05-10 | 1 | -1/+1 |
* | Spelling fixes in docs and comments. | NIIBE Yutaka | 2017-04-28 | 7 | -8/+8 |
* | gpg: Add new field no 18 to the colon listing. | Werner Koch | 2017-03-20 | 1 | -3/+15 |
* | Remove -I option to common. | NIIBE Yutaka | 2017-03-07 | 23 | -40/+40 |
* | gpg: Allow creating keys using an existing ECC key. | Werner Koch | 2017-03-01 | 1 | -14/+10 |
* | Clean up word replication. | Yuri Chornoivan | 2017-02-21 | 6 | -6/+6 |
* | Adjust copyright years for sm/certdump.c | Werner Koch | 2017-02-20 | 1 | -1/+1 |
* | common: Rename remaining symbols in ksba-io-support. | Werner Koch | 2017-02-16 | 7 | -31/+31 |
* | common: Remove gpgsm dependencies from ksba-io-support. | Werner Koch | 2017-02-16 | 8 | -27/+46 |
* | sm,common: Move ksba reader and writer support to common/. | Werner Koch | 2017-02-16 | 2 | -701/+0 |
* | 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 |
* | sm: Fix agent communication. | Justus Winter | 2016-12-16 | 1 | -0/+3 |
* | 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 |
* | gpgsm: Allow decryption with a card returning a PKCS#1 stripped key. | Werner Koch | 2016-11-29 | 1 | -3/+5 |
* | 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 | 16 | -95/+149 |
* | sm: Remove unused arg SECRET from keydb functions. | Werner Koch | 2016-11-10 | 14 | -42/+31 |
* | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 2016-11-05 | 30 | -30/+30 |
* | common: Improve compare_string_versions. | Werner Koch | 2016-11-02 | 2 | -2/+2 |
* | Fix use cases of snprintf. | NIIBE Yutaka | 2016-10-21 | 3 | -40/+23 |
* | sm: Remove statement without effect. | Justus Winter | 2016-10-06 | 1 | -1/+0 |
* | agent, sm: Set CTX after start_agent. | NIIBE Yutaka | 2016-09-27 | 1 | -11/+30 |
* | Fix more spelling | Daniel Kahn Gillmor | 2016-09-17 | 2 | -4/+4 |
* | spelling: conenction should be connection | Daniel Kahn Gillmor | 2016-09-15 | 1 | -1/+1 |