aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-31gpgsm: Add --always-trust feature.Werner Koch1-0/+12
2023-07-05sm: Complete rewrite of the PKCS#12 parserWerner Koch1-1/+1
2023-07-05gpgsm: New option --input-size-hint.Werner Koch1-0/+6
2023-05-26sm: Emit STATUS_FAILURE for non-implemented commands.Werner Koch1-4/+12
2023-05-10kbx: Use custom estream bufferingWerner Koch1-0/+6
2022-11-30gpgsm: Change default algo to AES-256.Werner Koch1-1/+1
2022-11-14gpgsm: Cleanup the use of GCRY_PK_ECC and GCRY_PK_ECDSA.Werner Koch1-0/+1
2022-10-31gpg: Add compatibility flag "vsd-allow-ocb"Werner Koch1-1/+1
2022-10-28gpgsm: New compatibility flag "allow-ecc-encr".Werner Koch1-0/+1
2022-08-19gpgsm: New option --compatibility-flags.Werner Koch1-0/+21
2022-04-20w32: Do no use Registry item DefaultLogFile for the main tools.Werner Koch1-1/+1
2022-03-08gpgsm: New option --require-complianceWerner Koch1-2/+5
2022-02-03sm: New option --ignore-cert-with-oid.Werner Koch1-0/+6
2022-01-27gpgconf: Tweak the use of ldapserver.Werner Koch1-3/+6
2022-01-26gpgconf: Fix --list-options for forced optionsWerner Koch1-19/+0
2021-12-30gpgsm: Re-group the options in the --help output.Werner Koch1-112/+122
2021-12-29gpgconf: Support reading global options (part 2).Werner Koch1-5/+9
2021-11-18gpg,gpgsm: Add option --min-rsa-length.Werner Koch1-0/+7
2021-06-09sm: New option --ldapserver as an alias for --keyserver.Werner Koch1-1/+3
2021-06-02sm: Support AES-GCM decryption.Werner Koch1-3/+9
2021-05-26gpg,sm: Simplify keyserver spec parsing.Werner Koch1-109/+2
2021-02-24sm: Silence some output on --quietWerner Koch1-0/+5
2020-12-04Backport of the new option parser from 2.3Werner Koch1-84/+84
2020-11-10w32: Support Unicode also for config files etc.Werner Koch1-1/+1
2020-10-23Replace most calls to open by a new wrapper.Werner Koch1-1/+1
2020-10-21Replace all calls to access by gnupg_accessWerner Koch1-1/+1
2020-08-25sm: Do not require a default keyring for --gpgconf-list.Werner Koch1-0/+1
2020-03-27sm: Consider certificates w/o CRL DP as valid.Werner Koch1-0/+6
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch1-0/+2
2019-03-26sm: Allow decryption even if expired other keys are configured.Werner Koch1-0/+11
2019-03-25sm, w32: Translate logger and status fd to handlesAndre Heinecke1-2/+6
2019-02-28gpgsm: default to 3072-bit keys.Daniel Kahn Gillmor1-1/+1
2018-10-24sm: Use the correct string in an error message.Werner Koch1-1/+1
2018-04-06gpg: Emit FAILURE stati now in almost all cases.Werner Koch1-3/+11
2018-03-23gpg,sm: New option --request-origin.Werner Koch1-0/+8
2017-12-22kbx: Simplify by removing custom memory functions.Werner Koch1-2/+0
2017-12-18sm: Allow explicit setting of the default --compliance=gnupgWerner Koch1-0/+2
2017-10-24sm: Do not expect X.509 keyids to be uniqueRainer Perske1-1/+1
2017-07-28gpg,sm: String changes for compliance diagnostics.Werner Koch1-6/+3
2017-06-23indent,i18n: Make some new strings translatable. Wrap too long lines.Werner Koch1-4/+8
2017-06-19indent: Always use "_(" and not "_ (" to mark translatable strings.Werner Koch1-6/+6
2017-06-08common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS.Justus Winter1-0/+37
2017-06-07common,gpg,sm: Initialize compliance module.Justus Winter1-0/+3
2017-06-07common,gpg,sm: Move the compliance option parser.Justus Winter1-1/+14
2017-05-10g10, sm, dirmngr, common: Add comment for fall through.NIIBE Yutaka1-1/+1
2017-03-07Remove -I option to common.NIIBE Yutaka1-4/+4
2016-12-20sm: Remove wrong example from gpgsm --help.Werner Koch1-6/+0
2016-12-16gpg,sm: A few more option for --gpgconf-list.Werner Koch1-0/+1
2016-12-13g10,sm: Spell out --passwd.Justus Winter1-2/+3
2016-12-13g10,sm: Spell out --gen-key.Justus Winter1-2/+3