summaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeLines
* gpg: Look up user ID to revoke by UID hashIngo Klöcker2022-04-26-31/+87
* gpg: Avoid NULL ptr access due to corrupted packets.Werner Koch2022-04-25-6/+13
* gpg: Emit an ERROR status as hint for a bad passphrase.Werner Koch2022-04-25-8/+20
* gpg: Fix line end in error messageIngo Klöcker2022-04-22-1/+1
* w32: Do no use Registry item DefaultLogFile for the main tools.Werner Koch2022-04-20-1/+1
* gpg: Replace an assert by a log_fatal.Werner Koch2022-04-14-3/+6
* gpg: Remove restrictions for the name part of a user-id.Werner Koch2022-04-08-7/+0
* gpg,tools: Remove use of repo only zlib-riscos.h.NIIBE Yutaka2022-03-29-10/+0
* gpg: Remove EAX from the preference list.Werner Koch2022-03-28-8/+1
* gpg: Always use version >= 4 to generate signature.NIIBE Yutaka2022-03-19-0/+9
* gpg: Print info about the used AEAD algorithm in the compliance msg.Werner Koch2022-03-18-5/+18
* gpg: Allow decryption of symencr even for non-compliant cipher.Werner Koch2022-03-18-18/+47
* sign: Construct valid AEAD packets.Jakub Jelen2022-03-09-1/+2
* gpg: New option --require-compliance.Werner Koch2022-03-08-6/+55
* gpg: fix --enarmor with zero length source fileJussi Kivilinna2022-03-08-0/+6
* g10/cipher-aead: add fast path for avoid memcpy when AEAD encryptingJussi Kivilinna2022-03-08-12/+57
* g10/decrypt-data: disable output estream buffering to reduce overheadJussi Kivilinna2022-03-08-0/+2
* g10/plaintext: disable estream buffering in binary modeJussi Kivilinna2022-03-08-1/+23
* Use iobuf buffer size for temporary buffer sizeJussi Kivilinna2022-03-08-10/+15
* g10/encrypt: use iobuf_copy instead of manual iobuf_read/iobuf_writeJussi Kivilinna2022-03-02-9/+3
* g10/dearmor: use iobuf_copyJussi Kivilinna2022-03-02-7/+2
* g10/sign: sign_file: use iobuf_read for higher detached signing speedJussi Kivilinna2022-02-27-2/+2
* g10/plaintext: do_hash: use iobuf_read for higher performanceJussi Kivilinna2022-02-27-2/+7
* gpg: Clarify a call of ask_for_detached_datafile.NIIBE Yutaka2022-02-25-1/+1
* Fix the previous commit.NIIBE Yutaka2022-02-23-1/+1
* gpg: Fix generating AEAD packet.NIIBE Yutaka2022-02-22-1/+1
* g10/mainproc: avoid extra hash contexts when decrypting MDC inputJussi Kivilinna2022-02-08-2/+8
* gpg: Fix for -Wformat when using uint64_t.NIIBE Yutaka2022-02-02-4/+5
* gpg,sm: Set --verbose and clear --quiet in debug mode.Werner Koch2022-02-01-0/+6
* gpg: Allow --dearmor to decode all kinds of armor files.Werner Koch2022-01-28-8/+34
* gpg: Print Yubikey version correctly.Werner Koch2022-01-18-2/+38
* gpg: Fix adding the list of ultimate trusted keys.NIIBE Yutaka2022-01-12-2/+48
* gpg: Report failed generation of subkey pair via status interfaceIngo Klöcker2022-01-11-1/+5
* gpg: Request keygrip of key to add via command interfaceIngo Klöcker2022-01-11-2/+2
* gpg: Correctly set the ownertrust for a new key.Werner Koch2021-12-20-3/+1
* gpg: Add unfinished code for --export-secret-ssh-key.Werner Koch2021-12-20-35/+449
* gpg: Allow passing a keygrip as description to pinentry.Werner Koch2021-12-20-15/+37
* gpg: Emit compatible Ed25519 signature.NIIBE Yutaka2021-12-10-1/+87
* gpg: Fix function prototype to match declaration.Jakub Jelen2021-11-24-3/+7
* gpg: Fix format_keyid.NIIBE Yutaka2021-11-24-5/+4
* gpg: Fix key conversion for SSH.NIIBE Yutaka2021-11-24-5/+6
* gpg: New option --forbid-gen-key.Werner Koch2021-11-22-9/+40
* gpg,gpgsm: Add option --min-rsa-length.Werner Koch2021-11-18-0/+6
* Update release signing keysWerner Koch2021-11-13-0/+0
* gpg: Remove stale ultimately trusted keys from the trustdb.Werner Koch2021-11-13-17/+72
* gpg: Don't use malloc for kek_params.NIIBE Yutaka2021-11-12-8/+5
* gpg: Avoid uninitialized revkey.fprlen.Jakub Jelen2021-11-12-0/+2
* gpg: Fix indentation of --print-mds and --print-md sha512.Werner Koch2021-11-04-4/+4
* gpg: Fix printing of binary notations.Werner Koch2021-10-22-2/+6
* gpg: New option --override-compliance-checkWerner Koch2021-10-13-12/+47