aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* gpg: Allow decryption of symencr even for non-compliant cipher.Werner Koch2022-03-185-18/+47
* gpg: New option --require-compliance.Werner Koch2022-03-084-6/+56
* gpg: Give Libgcrypt CFLAGS a higher priority than SQlite.Werner Koch2022-03-081-2/+2
* g10: Avoid extra hash contexts when decrypting MDC inputJussi Kivilinna2022-02-241-2/+8
* gpg: Set --verbose and clear --quiet in debug mode.Werner Koch2022-02-011-0/+6
* gpgconf: Fix --list-options for forced optionsWerner Koch2022-01-261-23/+0
* gpg: Fix adding the list of ultimate trusted keys.NIIBE Yutaka2022-01-174-18/+51
* gpg: Re-group the options in the --help output.Werner Koch2021-12-291-290/+293
* gpgconf: Support reading global options (part 2).Werner Koch2021-12-291-9/+15
* gpg: Accept Ed25519 private key in SOS which reserves leading zeros.NIIBE Yutaka2021-12-071-1/+74
* gpg: New option --forbid-gen-key.Werner Koch2021-11-221-9/+38
* gpg,gpgsm: Add option --min-rsa-length.Werner Koch2021-11-182-0/+6
* Update release signing keysWerner Koch2021-11-131-0/+0
* gpg: Remove stale ultimately trusted keys from the trustdb.Werner Koch2021-11-136-32/+84
* gpg: Fix printing of binary notations.Werner Koch2021-10-221-2/+6
* gpg: New option --override-compliance-checkWerner Koch2021-10-133-11/+47
* gpg: Skip the packet when not used for AEAD.NIIBE Yutaka2021-10-061-0/+1
* Update release signing keys.Werner Koch2021-09-141-0/+0
* gpg: Print a note about the obsolete option --secret-keyring.Werner Koch2021-08-281-1/+1
* gpg: Return SUCCESS/FAILURE status also for --card-edit/name.Werner Koch2021-08-201-3/+8
* gpg: Let --fetch-key return an exit code on failure.Werner Koch2021-06-252-4/+20
* gpg: Partial fix for Unicode problem in output files.Werner Koch2021-06-101-1/+1
* w32: Change spawn functions to use Unicode version of CreateProcess.Werner Koch2021-06-081-6/+14
* w32: Always use Unicode for console input and output.Werner Koch2021-06-081-2/+12
* gpg: Prepare for globing with UTF-8.Werner Koch2021-06-081-4/+4
* gpg,sm: Simplify keyserver spec parsing.Werner Koch2021-05-264-276/+26
* gpg: Fix sending an OpenPGP key with umlaut to an LDAP keyserver.Werner Koch2021-05-181-75/+21
* gpg: Use a more descriptive prompt for symmetric decryption.Werner Koch2021-05-177-17/+35
* gpg: Allow ECDH with a smartcard returning just the x-coordinate.Werner Koch2021-05-044-100/+143
* build: Silence two compiler warnings.Werner Koch2021-05-041-1/+1
* gpg: Fix mailbox based search via AKL keyserver method.Werner Koch2021-05-045-13/+11
* gpg: Auto import keys specified with --trusted-keys.Werner Koch2021-05-043-1/+41
* gpg: Allow decryption w/o public key but with correct card inserted.Werner Koch2021-05-042-0/+49
* gpg: Allow fingerprint based lookup with --locate-external-key.Werner Koch2021-05-036-44/+184
* gpg: Lookup a missing public key of the current card via LDAP.Werner Koch2021-05-038-36/+77
* gpg: Minor restructuring of a function.Werner Koch2021-05-032-43/+51
* gpg: No warning in quiet mode for S2K mode 0.Werner Koch2021-04-291-1/+2
* common: Extend the openpgp_curve_to_oid function.Werner Koch2021-04-294-6/+7
* gpg: Do not use self-sigs-only for LDAP keyserver imports.Werner Koch2021-04-133-3/+27
* gpg: Fix new pseudo option compliance_de_vsWerner Koch2021-04-061-1/+1
* gpgconf: Return a new pseudo option compliance_de_vs.Werner Koch2021-04-011-0/+5
* gpg: New option --force-sign-keyWerner Koch2021-03-113-4/+12
* gpg: Keep temp files when opening images via xdg-openNicolas Fella via Gnupg-devel2021-03-011-1/+5
* Include the library version in the compliance checks.Werner Koch2021-01-281-0/+2
* gpg: Fix ugly error message for an unknown symkey algorithm.Werner Koch2021-01-271-1/+4
* gpg: Fix --gpgconf-list case with no conf files at all.Werner Koch2021-01-081-58/+7
* gpg: Initialize a variable even in a never used code path.Werner Koch2020-12-231-0/+2
* gpg: Fix --trusted-key with fingerprint arg.Werner Koch2020-12-181-1/+2
* Merge branch 'wk/stable-2.2-global-options' into STABLE-BRANCH-2-2Werner Koch2020-12-182-152/+145
|\
| * Backport of the new option parser from 2.3Werner Koch2020-12-042-152/+145