aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-15gpg: New option --no-auto-trust-new-key.Beta-2.3.0-beta1655Werner Koch1-0/+4
2021-03-11gpg: New option --force-sign-keyWerner Koch1-1/+5
2021-03-05w32: Always use Unicode for console input and output.Werner Koch1-2/+12
2021-03-04gpg: Prepare for globing with UTF-8.Werner Koch1-4/+4
2021-02-10gpg: Do not allow old cipher algorithms for encryption.Werner Koch1-1/+25
2021-02-02gpg: Remove support for PKA.Werner Koch1-13/+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-27gpg: Sort the signatures in standard key listings.Werner Koch1-0/+3
2020-10-20Replace all calls to stat by gnupg_stat.Werner Koch1-2/+2
2020-10-20Replace most calls to open by a new wrapper.Werner Koch1-3/+3
2020-10-20Replace all calls to access by gnupg_accessWerner Koch1-5/+6
2020-08-25gpg: Collapse duplicate subkeys.Werner Koch1-1/+5
2020-08-14Add --chuid to gpg, gpg-card, and gpg-connect-agent.Werner Koch1-2/+15
2020-08-05gpg: Add level 16 to --gen-randomWerner Koch1-32/+45
2020-07-09gpg: Print a note if no args are given to --delete-keyWerner Koch1-1/+4
2020-03-14gpgconf: Further simplify the gpgconf option processing.Werner Koch1-34/+3
2020-03-14gpg: New option --auto-key-importWerner Koch1-2/+15
2020-03-13gpg: New option --include-key-block.Werner Koch1-2/+5
2020-03-06gpg: Re-group the options in the --help output.Werner Koch1-288/+291
2020-03-06gpgconf: Support reading global options (part 2).Werner Koch1-9/+15
2020-02-25gpg: Re-enable versioned config filesWerner Koch1-2/+2
2020-02-25gpg: Re-add checking of config file permissions.Werner Koch1-98/+18
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch1-158/+169
2020-02-13gpg: New option --full-timestrings.Werner Koch1-0/+6
2020-02-11common: Extend the openpgp_curve_to_oid function.Werner Koch1-1/+1
2020-02-09scd:openpgp: Let the genkey function also accept a full keyref.Werner Koch1-1/+1
2020-01-13gpg,sm: Avoid useless ASFW diagnostic in loopback mode.Werner Koch1-0/+9
2019-11-07gpg: Add option --allow-weak-key-signatures.Werner Koch1-0/+8
2019-11-07gpg: Print rfc4880bis note only in verbose mode.Werner Koch1-1/+1
2019-11-06gpg: Do not require --batch when using --log-file.Werner Koch1-5/+1
2019-09-10gpg: First rough implementation of keyboxd access for key lookup.Werner Koch1-1/+13
2019-09-09gpg: New option --use-keyboxd.Werner Koch1-5/+16
2019-08-23gpg: Allow --locate-external-key even with --no-auto-key-locate.Werner Koch1-1/+14
2019-08-23gpg: Do not show two informational diagnostics with quiet.Werner Koch1-1/+4
2019-08-21gpg: New option --use-only-openpgp-cardWerner Koch1-0/+9
2019-07-19gpg: 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-06-04g10: Block signals in g10_exit.NIIBE Yutaka1-0/+1
2019-04-13gpg: New caching functions.Werner Koch1-0/+2
2019-03-14kbx: Unify the fingerprint search modes.Werner Koch1-3/+0
2019-03-14gpg: Make rfc4880bis the default.Werner Koch1-2/+9
2019-03-14kbx: Add support for 32 byte fingerprints.Werner Koch1-0/+1
2018-12-04gpg: 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-11-12common: Prepare for parsing mail sub-addresses.Werner Koch1-1/+1
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-3/+3
2018-08-29gpg: New option --known-notation.Werner Koch1-0/+3
2018-07-24gpg: Use 128 MiB as default AEAD chunk size.Werner Koch1-3/+10