| Commit message (Expand) | Author | Age | Files | Lines |
* | gpg: New caching functions. | Werner Koch | 2019-04-13 | 1 | -0/+2 |
* | kbx: Unify the fingerprint search modes. | Werner Koch | 2019-03-14 | 1 | -3/+0 |
* | gpg: Make rfc4880bis the default. | Werner Koch | 2019-03-14 | 1 | -2/+9 |
* | kbx: Add support for 32 byte fingerprints. | Werner Koch | 2019-03-14 | 1 | -0/+1 |
* | gpg: New list-option "show-only-fpr-mbox". | Werner Koch | 2018-12-04 | 1 | -0/+2 |
* | doc: Clarify use of clear and nodefault in the AKL. | Werner Koch | 2018-11-21 | 1 | -1/+1 |
* | common: Prepare for parsing mail sub-addresses. | Werner Koch | 2018-11-12 | 1 | -1/+1 |
* | all: fix spelling and typos | Daniel Kahn Gillmor | 2018-10-24 | 1 | -3/+3 |
* | gpg: New option --known-notation. | Werner Koch | 2018-08-29 | 1 | -0/+3 |
* | gpg: Use 128 MiB as default AEAD chunk size. | Werner Koch | 2018-07-24 | 1 | -3/+10 |
* | Some preparations to eventuallt use gpgrt_argparse. | Werner Koch | 2018-06-12 | 1 | -1/+1 |
* | gpg: Set some list options with --show-keys | Werner Koch | 2018-06-11 | 1 | -0/+4 |
* | gpg: New command --show-keys. | Werner Koch | 2018-06-06 | 1 | -0/+11 |
* | gpg: Ignore the multiple message override options. | Werner Koch | 2018-05-30 | 1 | -17/+3 |
* | gpg: Remove PGP6 compliance mode. | Werner Koch | 2018-05-29 | 1 | -15/+5 |
* | gpg: Remove MDC options | Werner Koch | 2018-05-29 | 1 | -16/+5 |
* | gpg: Turn --no-mdc-warn into a NOP. | Werner Koch | 2018-05-15 | 1 | -3/+1 |
* | Merge branch 'STABLE-BRANCH-2-2' into master | Werner Koch | 2018-05-13 | 1 | -1/+4 |
|\ |
|
| * | gpg: Relax printing of STATUS_FAILURE. | Werner Koch | 2018-04-12 | 1 | -1/+1 |
| * | gpg: New option --no-symkey-cache. | Werner Koch | 2018-04-11 | 1 | -0/+3 |
* | | Merge branch 'STABLE-BRANCH-2-2' into master | Werner Koch | 2018-04-10 | 1 | -7/+49 |
|\| |
|
| * | gpg: Emit FAILURE stati now in almost all cases. | Werner Koch | 2018-04-06 | 1 | -7/+49 |
* | | 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 |
* | | gpg: New maintainer option --debug-set-iobuf-size. | Werner Koch | 2018-01-24 | 1 | -0/+13 |
* | | gpg: New option --chunk-size. | Werner Koch | 2018-01-23 | 1 | -3/+45 |
* | | gpg: First take on PKT_ENCRYPTED_AEAD. | Werner Koch | 2018-01-21 | 1 | -1/+1 |
* | | gpg: New option --force-aead | Werner Koch | 2018-01-10 | 1 | -0/+5 |
* | | gpg: Add option and preference framework for AEAD. | Werner Koch | 2018-01-10 | 1 | -0/+40 |
* | | gpg,sm: New option --with-key-screening. | Werner Koch | 2017-10-17 | 1 | -0/+6 |
|/ |
|
* | gpgconf: Swap "auto-key-retrieve" and "no-auto-key-retrieve". | Werner Koch | 2017-08-23 | 1 | -6/+7 |
* | gpgconf: Make WoT settings configurable by gpgconf. | Damien Goutte-Gattat | 2017-08-21 | 1 | -0/+3 |
* | gpg: default to --no-auto-key-retrieve. | Daniel Kahn Gillmor | 2017-08-11 | 1 | -2/+1 |
* | gpg: Add option '--disable-dirmngr'. | Justus Winter | 2017-08-08 | 1 | -0/+4 |
* | gpg: Make --no-auto-key-retrieve gpgconf-igurable. | Werner Koch | 2017-08-04 | 1 | -1/+1 |
* | gpg: Default to --auto-key-locate "local,wkd" and --auto-key-retrieve. | Werner Koch | 2017-08-04 | 1 | -2/+14 |
* | gpg,sm: String changes for compliance diagnostics. | Werner Koch | 2017-07-28 | 1 | -15/+16 |
* | gpg: Extend --key-origin to take an optional URL arg. | Werner Koch | 2017-07-24 | 1 | -1/+1 |
* | gpg: Store key origin info for new DANE and WKD retrieved keys. | Werner Koch | 2017-07-24 | 1 | -1/+1 |
* | gpg: Extend --quick-set-expire to allow subkey expiration setting. | Werner Koch | 2017-07-21 | 1 | -3/+3 |
* | gpg: New option --with-key-origin. | Werner Koch | 2017-07-20 | 1 | -0/+6 |
* | gpg: Pass key origin values to import functions. | Werner Koch | 2017-07-13 | 1 | -2/+3 |
* | gpg: New option --key-origin. | Werner Koch | 2017-07-13 | 1 | -4/+12 |
* | indent: Always use "_(" and not "_ (" to mark translatable strings. | Werner Koch | 2017-06-19 | 1 | -4/+4 |
* | gpg: Check and fix keys on import. | Justus Winter | 2017-06-14 | 1 | -2/+3 |
* | common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS. | Justus Winter | 2017-06-08 | 1 | -0/+38 |
* | common,gpg,sm: Initialize compliance module. | Justus Winter | 2017-06-07 | 1 | -0/+3 |
* | common,gpg: Move the compliance option printer. | Justus Winter | 2017-06-07 | 1 | -5/+7 |
* | common,gpg,sm: Move the compliance option parser. | Justus Winter | 2017-06-07 | 1 | -26/+11 |
* | gpg: Improve compliance with CO_DE_VS. | Justus Winter | 2017-06-07 | 1 | -0/+1 |