aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-08gpg: Fix --gpgconf-list case with no conf files at all.Werner Koch1-58/+7
2020-12-04Backport of the new option parser from 2.3Werner Koch1-147/+133
2020-11-10w32: Support Unicode also for config files etc.Werner Koch1-1/+1
2020-11-03gpg: Switch to AES256 for symmetric encryption in de-vs mode.Werner Koch1-1/+3
2020-10-28gpg: New command --quick-revoke-sigWerner Koch1-0/+20
2020-10-23Replace all calls to stat by gnupg_stat.Werner Koch1-2/+2
2020-10-23Replace most calls to open by a new wrapper.Werner Koch1-3/+3
2020-10-21Replace all calls to access by gnupg_accessWerner Koch1-5/+6
2020-07-09gpg: Print a note if no args are given to --delete-keyWerner Koch1-1/+4
2020-04-16gpg: Add missing options --no-include-key-block.Werner Koch1-0/+1
2020-03-14gpg: New option --auto-key-importWerner Koch1-0/+11
2020-03-14gpg: New option --include-key-block.Werner Koch1-0/+3
2019-11-11gpg: Add option --allow-weak-key-signatures.Werner Koch1-0/+8
2019-08-23gpg: Allow --locate-external-key even with --no-auto-key-locate.Werner Koch1-1/+14
2019-08-21gpg: New option --use-only-openpgp-cardWerner Koch1-0/+9
2019-07-22gpg: The option --passphrase= can be empty.NIIBE Yutaka1-2/+2
2019-07-04gpg: Add "self-sigs-only" and "import-clean" to the keyserver options.Werner Koch1-1/+3
2019-07-04gpg: New command --locate-external-key.Werner Koch1-2/+6
2019-02-12Release 2.2.13gnupg-2.2.13Werner Koch1-3/+3
2018-12-05gpg: New list-option "show-only-fpr-mbox".Werner Koch1-0/+2
2018-11-21doc: Clarify use of clear and nodefault in the AKL.Werner Koch1-1/+1
2018-08-29gpg: New option --known-notation.Werner Koch1-0/+3
2018-06-11gpg: Set some list options with --show-keysWerner Koch1-0/+4
2018-06-06gpg: New command --show-keys.Werner Koch1-0/+11
2018-05-31gpg: Remove MDC optionsWerner Koch1-16/+5
2018-05-31gpg: Turn --no-mdc-warn into a NOP.Werner Koch1-3/+1
2018-04-12gpg: Relax printing of STATUS_FAILURE.Werner Koch1-1/+1
2018-04-11gpg: New option --no-symkey-cache.Werner Koch1-0/+3
2018-04-06gpg: Emit FAILURE stati now in almost all cases.Werner Koch1-7/+49
2018-03-23gpg,sm: New option --request-origin.Werner Koch1-0/+8
2017-08-23gpgconf: Swap "auto-key-retrieve" and "no-auto-key-retrieve".Werner Koch1-6/+7
2017-08-21gpgconf: Make WoT settings configurable by gpgconf.Damien Goutte-Gattat1-0/+3
2017-08-11gpg: default to --no-auto-key-retrieve.Daniel Kahn Gillmor1-2/+1
2017-08-08gpg: Add option '--disable-dirmngr'.Justus Winter1-0/+4
2017-08-04gpg: Make --no-auto-key-retrieve gpgconf-igurable.Werner Koch1-1/+1
2017-08-04gpg: Default to --auto-key-locate "local,wkd" and --auto-key-retrieve.Werner Koch1-2/+14
2017-07-28gpg,sm: String changes for compliance diagnostics.Werner Koch1-15/+16
2017-07-24gpg: Extend --key-origin to take an optional URL arg.Werner Koch1-1/+1
2017-07-24gpg: Store key origin info for new DANE and WKD retrieved keys.Werner Koch1-1/+1
2017-07-21gpg: Extend --quick-set-expire to allow subkey expiration setting.Werner Koch1-3/+3
2017-07-20gpg: New option --with-key-origin.Werner Koch1-0/+6
2017-07-13gpg: Pass key origin values to import functions.Werner Koch1-2/+3
2017-07-13gpg: New option --key-origin.Werner Koch1-4/+12
2017-06-19indent: Always use "_(" and not "_ (" to mark translatable strings.Werner Koch1-4/+4
2017-06-14gpg: Check and fix keys on import.Justus Winter1-2/+3
2017-06-08common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS.Justus Winter1-0/+38
2017-06-07common,gpg,sm: Initialize compliance module.Justus Winter1-0/+3
2017-06-07common,gpg: Move the compliance option printer.Justus Winter1-5/+7
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