aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* gpg: Very minor cleanup in decrypt_data.Werner Koch2022-08-291-3/+6
* g10/decrypt-data: disable output estream buffering to reduce overheadJussi Kivilinna2022-08-291-0/+2
* gpg: Fix "generate" command in --card-edit.Werner Koch2022-08-162-1/+10
* gpg: Update shadow-keys with --card-status also for non-openpgp cards.Werner Koch2022-08-163-0/+29
* gpg: Fix --card-status to handle lowercase APPTYPEsWerner Koch2022-08-161-6/+6
* gpg: Fix detecting OpenPGP card by serialno.NIIBE Yutaka2022-08-161-4/+5
* gpg: Fix wrong error message for keytocard.Werner Koch2022-08-041-3/+1
* gpg: Make symmetric + pubkey encryption de-vs compliant.Werner Koch2022-08-021-5/+46
* gpg: For de-vs use SHA-256 instead of SHA-1 as implicit preference.Werner Koch2022-07-281-2/+10
* gpg: Look up user ID to revoke by UID hashIngo Klöcker2022-07-271-31/+87
* gpg: Request keygrip of key to add via command interfaceIngo Klöcker2022-07-251-2/+2
* g10: Fix garbled status messages in NOTATION_DATAWerner Koch2022-06-141-9/+4
* gpg: Minor robustness fix.Werner Koch2022-05-051-6/+9
* gpg: Handle leading-zeros private key for Ed25519.NIIBE Yutaka2022-04-281-1/+94
* Revert "gpg: Accept Ed25519 private key in SOS which reserves leading zeros."NIIBE Yutaka2022-04-281-74/+1
* gpg: Avoid NULL ptr access due to corrupted packets.Werner Koch2022-04-251-6/+13
* gpg: Emit an ERROR status as hint for a bad passphrase.Werner Koch2022-04-251-8/+20
* w32: Do no use Registry item DefaultLogFile for the main tools.Werner Koch2022-04-201-1/+1
* gpg: Replace an assert by a log_fatal.Werner Koch2022-04-141-3/+6
* gpg: Print info about the used AEAD algorithm.Werner Koch2022-03-183-2/+22
* 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