| Commit message (Expand) | Author | Age | Files | Lines |
* | gpgsm: Add compatibility flag no-keyinfo-cache | Werner Koch | 2024-10-04 | 1 | -0/+1 |
* | gpgsm: Implement a cache for the KEYINFO queries. | Werner Koch | 2024-10-04 | 1 | -0/+1 |
* | gpgsm: Use a cache to speed up parent certificate lookup. | Werner Koch | 2024-09-30 | 1 | -0/+27 |
* | gpg,gpgsm: Remove compatibility_flags allow-ecc-encr and vsd-allow-encr. | Werner Koch | 2024-05-06 | 1 | -1/+0 |
* | gpgsm: Add --always-trust feature. | Werner Koch | 2023-08-31 | 1 | -0/+12 |
* | sm: Complete rewrite of the PKCS#12 parser | Werner Koch | 2023-07-05 | 1 | -1/+1 |
* | gpgsm: New option --input-size-hint. | Werner Koch | 2023-07-05 | 1 | -0/+6 |
* | sm: Emit STATUS_FAILURE for non-implemented commands. | Werner Koch | 2023-05-26 | 1 | -4/+12 |
* | kbx: Use custom estream buffering | Werner Koch | 2023-05-10 | 1 | -0/+6 |
* | gpgsm: Change default algo to AES-256. | Werner Koch | 2022-11-30 | 1 | -1/+1 |
* | gpgsm: Cleanup the use of GCRY_PK_ECC and GCRY_PK_ECDSA. | Werner Koch | 2022-11-14 | 1 | -0/+1 |
* | gpg: Add compatibility flag "vsd-allow-ocb" | Werner Koch | 2022-10-31 | 1 | -1/+1 |
* | gpgsm: New compatibility flag "allow-ecc-encr". | Werner Koch | 2022-10-28 | 1 | -0/+1 |
* | gpgsm: New option --compatibility-flags. | Werner Koch | 2022-08-19 | 1 | -0/+21 |
* | w32: Do no use Registry item DefaultLogFile for the main tools. | Werner Koch | 2022-04-20 | 1 | -1/+1 |
* | gpgsm: New option --require-compliance | Werner Koch | 2022-03-08 | 1 | -2/+5 |
* | sm: New option --ignore-cert-with-oid. | Werner Koch | 2022-02-03 | 1 | -0/+6 |
* | gpgconf: Tweak the use of ldapserver. | Werner Koch | 2022-01-27 | 1 | -3/+6 |
* | gpgconf: Fix --list-options for forced options | Werner Koch | 2022-01-26 | 1 | -19/+0 |
* | gpgsm: Re-group the options in the --help output. | Werner Koch | 2021-12-30 | 1 | -112/+122 |
* | gpgconf: Support reading global options (part 2). | Werner Koch | 2021-12-29 | 1 | -5/+9 |
* | gpg,gpgsm: Add option --min-rsa-length. | Werner Koch | 2021-11-18 | 1 | -0/+7 |
* | sm: New option --ldapserver as an alias for --keyserver. | Werner Koch | 2021-06-09 | 1 | -1/+3 |
* | sm: Support AES-GCM decryption. | Werner Koch | 2021-06-02 | 1 | -3/+9 |
* | gpg,sm: Simplify keyserver spec parsing. | Werner Koch | 2021-05-26 | 1 | -109/+2 |
* | sm: Silence some output on --quiet | Werner Koch | 2021-02-24 | 1 | -0/+5 |
* | Backport of the new option parser from 2.3 | Werner Koch | 2020-12-04 | 1 | -84/+84 |
* | w32: Support Unicode also for config files etc. | Werner Koch | 2020-11-10 | 1 | -1/+1 |
* | Replace most calls to open by a new wrapper. | Werner Koch | 2020-10-23 | 1 | -1/+1 |
* | Replace all calls to access by gnupg_access | Werner Koch | 2020-10-21 | 1 | -1/+1 |
* | sm: Do not require a default keyring for --gpgconf-list. | Werner Koch | 2020-08-25 | 1 | -0/+1 |
* | sm: Consider certificates w/o CRL DP as valid. | Werner Koch | 2020-03-27 | 1 | -0/+6 |
* | build: Always use EXTERN_UNLESS_MAIN_MODULE pattern. | Werner Koch | 2020-02-10 | 1 | -0/+2 |
* | sm: Allow decryption even if expired other keys are configured. | Werner Koch | 2019-03-26 | 1 | -0/+11 |
* | sm, w32: Translate logger and status fd to handles | Andre Heinecke | 2019-03-25 | 1 | -2/+6 |
* | gpgsm: default to 3072-bit keys. | Daniel Kahn Gillmor | 2019-02-28 | 1 | -1/+1 |
* | sm: Use the correct string in an error message. | Werner Koch | 2018-10-24 | 1 | -1/+1 |
* | gpg: Emit FAILURE stati now in almost all cases. | Werner Koch | 2018-04-06 | 1 | -3/+11 |
* | gpg,sm: New option --request-origin. | Werner Koch | 2018-03-23 | 1 | -0/+8 |
* | kbx: Simplify by removing custom memory functions. | Werner Koch | 2017-12-22 | 1 | -2/+0 |
* | sm: Allow explicit setting of the default --compliance=gnupg | Werner Koch | 2017-12-18 | 1 | -0/+2 |
* | sm: Do not expect X.509 keyids to be unique | Rainer Perske | 2017-10-24 | 1 | -1/+1 |
* | gpg,sm: String changes for compliance diagnostics. | Werner Koch | 2017-07-28 | 1 | -6/+3 |
* | indent,i18n: Make some new strings translatable. Wrap too long lines. | Werner Koch | 2017-06-23 | 1 | -4/+8 |
* | indent: Always use "_(" and not "_ (" to mark translatable strings. | Werner Koch | 2017-06-19 | 1 | -6/+6 |
* | common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS. | Justus Winter | 2017-06-08 | 1 | -0/+37 |
* | common,gpg,sm: Initialize compliance module. | Justus Winter | 2017-06-07 | 1 | -0/+3 |
* | common,gpg,sm: Move the compliance option parser. | Justus Winter | 2017-06-07 | 1 | -1/+14 |
* | g10, sm, dirmngr, common: Add comment for fall through. | NIIBE Yutaka | 2017-05-10 | 1 | -1/+1 |
* | Remove -I option to common. | NIIBE Yutaka | 2017-03-07 | 1 | -4/+4 |