aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpgsm: Add compatibility flag no-keyinfo-cacheWerner Koch2024-10-041-0/+1
* gpgsm: Implement a cache for the KEYINFO queries.Werner Koch2024-10-041-0/+1
* gpgsm: Use a cache to speed up parent certificate lookup.Werner Koch2024-09-301-0/+27
* gpg,gpgsm: Remove compatibility_flags allow-ecc-encr and vsd-allow-encr.Werner Koch2024-05-061-1/+0
* gpgsm: Add --always-trust feature.Werner Koch2023-08-311-0/+12
* sm: Complete rewrite of the PKCS#12 parserWerner Koch2023-07-051-1/+1
* gpgsm: New option --input-size-hint.Werner Koch2023-07-051-0/+6
* sm: Emit STATUS_FAILURE for non-implemented commands.Werner Koch2023-05-261-4/+12
* kbx: Use custom estream bufferingWerner Koch2023-05-101-0/+6
* gpgsm: Change default algo to AES-256.Werner Koch2022-11-301-1/+1
* gpgsm: Cleanup the use of GCRY_PK_ECC and GCRY_PK_ECDSA.Werner Koch2022-11-141-0/+1
* gpg: Add compatibility flag "vsd-allow-ocb"Werner Koch2022-10-311-1/+1
* gpgsm: New compatibility flag "allow-ecc-encr".Werner Koch2022-10-281-0/+1
* gpgsm: New option --compatibility-flags.Werner Koch2022-08-191-0/+21
* w32: Do no use Registry item DefaultLogFile for the main tools.Werner Koch2022-04-201-1/+1
* gpgsm: New option --require-complianceWerner Koch2022-03-081-2/+5
* sm: New option --ignore-cert-with-oid.Werner Koch2022-02-031-0/+6
* gpgconf: Tweak the use of ldapserver.Werner Koch2022-01-271-3/+6
* gpgconf: Fix --list-options for forced optionsWerner Koch2022-01-261-19/+0
* gpgsm: Re-group the options in the --help output.Werner Koch2021-12-301-112/+122
* gpgconf: Support reading global options (part 2).Werner Koch2021-12-291-5/+9
* gpg,gpgsm: Add option --min-rsa-length.Werner Koch2021-11-181-0/+7
* sm: New option --ldapserver as an alias for --keyserver.Werner Koch2021-06-091-1/+3
* sm: Support AES-GCM decryption.Werner Koch2021-06-021-3/+9
* gpg,sm: Simplify keyserver spec parsing.Werner Koch2021-05-261-109/+2
* sm: Silence some output on --quietWerner Koch2021-02-241-0/+5
* Backport of the new option parser from 2.3Werner Koch2020-12-041-84/+84
* w32: Support Unicode also for config files etc.Werner Koch2020-11-101-1/+1
* Replace most calls to open by a new wrapper.Werner Koch2020-10-231-1/+1
* Replace all calls to access by gnupg_accessWerner Koch2020-10-211-1/+1
* sm: Do not require a default keyring for --gpgconf-list.Werner Koch2020-08-251-0/+1
* sm: Consider certificates w/o CRL DP as valid.Werner Koch2020-03-271-0/+6
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-101-0/+2
* sm: Allow decryption even if expired other keys are configured.Werner Koch2019-03-261-0/+11
* sm, w32: Translate logger and status fd to handlesAndre Heinecke2019-03-251-2/+6
* gpgsm: default to 3072-bit keys.Daniel Kahn Gillmor2019-02-281-1/+1
* sm: Use the correct string in an error message.Werner Koch2018-10-241-1/+1
* gpg: Emit FAILURE stati now in almost all cases.Werner Koch2018-04-061-3/+11
* gpg,sm: New option --request-origin.Werner Koch2018-03-231-0/+8
* kbx: Simplify by removing custom memory functions.Werner Koch2017-12-221-2/+0
* sm: Allow explicit setting of the default --compliance=gnupgWerner Koch2017-12-181-0/+2
* sm: Do not expect X.509 keyids to be uniqueRainer Perske2017-10-241-1/+1
* gpg,sm: String changes for compliance diagnostics.Werner Koch2017-07-281-6/+3
* indent,i18n: Make some new strings translatable. Wrap too long lines.Werner Koch2017-06-231-4/+8
* indent: Always use "_(" and not "_ (" to mark translatable strings.Werner Koch2017-06-191-6/+6
* common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS.Justus Winter2017-06-081-0/+37
* common,gpg,sm: Initialize compliance module.Justus Winter2017-06-071-0/+3
* common,gpg,sm: Move the compliance option parser.Justus Winter2017-06-071-1/+14
* g10, sm, dirmngr, common: Add comment for fall through.NIIBE Yutaka2017-05-101-1/+1
* Remove -I option to common.NIIBE Yutaka2017-03-071-4/+4