aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-08g10/cipher-aead: add fast path for avoid memcpy when AEAD encryptingJussi Kivilinna1-12/+57
2022-03-08g10/decrypt-data: disable output estream buffering to reduce overheadJussi Kivilinna1-0/+2
2022-03-08g10/plaintext: disable estream buffering in binary modeJussi Kivilinna1-1/+23
2022-03-08Use iobuf buffer size for temporary buffer sizeJussi Kivilinna2-10/+15
2022-03-02g10/encrypt: use iobuf_copy instead of manual iobuf_read/iobuf_writeJussi Kivilinna1-9/+3
2022-03-02g10/dearmor: use iobuf_copyJussi Kivilinna1-7/+2
2022-02-27g10/sign: sign_file: use iobuf_read for higher detached signing speedJussi Kivilinna1-2/+2
2022-02-27g10/plaintext: do_hash: use iobuf_read for higher performanceJussi Kivilinna1-2/+7
2022-02-25gpg: Clarify a call of ask_for_detached_datafile.NIIBE Yutaka1-1/+1
2022-02-23Fix the previous commit.NIIBE Yutaka1-1/+1
2022-02-22gpg: Fix generating AEAD packet.NIIBE Yutaka1-1/+1
2022-02-08g10/mainproc: avoid extra hash contexts when decrypting MDC inputJussi Kivilinna1-2/+8
2022-02-02gpg: Fix for -Wformat when using uint64_t.NIIBE Yutaka2-4/+5
2022-02-01gpg,sm: Set --verbose and clear --quiet in debug mode.Werner Koch1-0/+6
2022-01-28gpg: Allow --dearmor to decode all kinds of armor files.Werner Koch3-8/+34
2022-01-18gpg: Print Yubikey version correctly.Werner Koch3-2/+38
2022-01-12gpg: Fix adding the list of ultimate trusted keys.NIIBE Yutaka4-2/+48
2022-01-11gpg: Report failed generation of subkey pair via status interfaceIngo Klöcker1-1/+5
2022-01-11gpg: Request keygrip of key to add via command interfaceIngo Klöcker1-2/+2
2021-12-20gpg: Correctly set the ownertrust for a new key.Werner Koch1-3/+1
2021-12-20gpg: Add unfinished code for --export-secret-ssh-key.Werner Koch3-35/+449
2021-12-20gpg: Allow passing a keygrip as description to pinentry.Werner Koch2-15/+37
2021-12-10gpg: Emit compatible Ed25519 signature.NIIBE Yutaka3-1/+87
2021-11-24gpg: Fix function prototype to match declaration.Jakub Jelen1-3/+7
2021-11-24gpg: Fix format_keyid.NIIBE Yutaka1-5/+4
2021-11-24gpg: Fix key conversion for SSH.NIIBE Yutaka1-5/+6
2021-11-22gpg: New option --forbid-gen-key.Werner Koch1-9/+40
2021-11-18gpg,gpgsm: Add option --min-rsa-length.Werner Koch2-0/+6
2021-11-13Update release signing keysWerner Koch1-0/+0
2021-11-13gpg: Remove stale ultimately trusted keys from the trustdb.Werner Koch6-17/+72
2021-11-12gpg: Don't use malloc for kek_params.NIIBE Yutaka1-8/+5
2021-11-12gpg: Avoid uninitialized revkey.fprlen.Jakub Jelen1-0/+2
2021-11-04gpg: Fix indentation of --print-mds and --print-md sha512.Werner Koch1-4/+4
2021-10-22gpg: Fix printing of binary notations.Werner Koch1-2/+6
2021-10-13gpg: New option --override-compliance-checkWerner Koch3-12/+47
2021-09-29gpg: Handle backsig for v5 signature.NIIBE Yutaka1-6/+8
2021-09-29gpg: Ed448 and X448 are only for v5 (for subkey).NIIBE Yutaka1-1/+6
2021-09-28gpg: Skip the packet when not used for AEAD.NIIBE Yutaka1-0/+1
2021-09-14gpg: Print a warning when importing a bad cv25519 secret key.Werner Koch1-1/+17
2021-09-14Update release signing keys.Werner Koch1-0/+0
2021-08-28gpg: Print a note about the obsolete option --secret-keyring.Werner Koch1-1/+1
2021-08-27gpg: Change default and max AEAD chunk size to 4 MiBWerner Koch1-3/+3
2021-08-24gpg: Report the status of NO_SECKEY for decryption.NIIBE Yutaka1-2/+2
2021-08-19gpg: Return SUCCESS/FAILURE status also for --card-edit/name.Werner Koch1-3/+8
2021-06-25gpg: Let --fetch-key return an exit code on failure.Werner Koch2-4/+20
2021-06-16gpg,sm: Simplify keyserver spec parsing.Werner Koch4-276/+26
2021-06-03gpg: Support KEYGRIP search with traditional keyring.NIIBE Yutaka1-3/+13
2021-05-27gpg: Ed448 and X448 are only for v5 for --full-gen-key.NIIBE Yutaka1-1/+24
2021-05-25gpg: Partial fix for Unicode problem in output files.Werner Koch1-1/+1
2021-05-21common: Annotate leaked memory in homedir.cWerner Koch1-1/+1