aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* gpg: fix --enarmor with zero length source fileJussi Kivilinna2022-03-082-0/+6
* g10/cipher-aead: add fast path for avoid memcpy when AEAD encryptingJussi Kivilinna2022-03-081-12/+57
* g10/decrypt-data: disable output estream buffering to reduce overheadJussi Kivilinna2022-03-081-0/+2
* g10/plaintext: disable estream buffering in binary modeJussi Kivilinna2022-03-081-1/+23
* Use iobuf buffer size for temporary buffer sizeJussi Kivilinna2022-03-082-10/+15
* g10/encrypt: use iobuf_copy instead of manual iobuf_read/iobuf_writeJussi Kivilinna2022-03-021-9/+3
* g10/dearmor: use iobuf_copyJussi Kivilinna2022-03-021-7/+2
* g10/sign: sign_file: use iobuf_read for higher detached signing speedJussi Kivilinna2022-02-271-2/+2
* g10/plaintext: do_hash: use iobuf_read for higher performanceJussi Kivilinna2022-02-271-2/+7
* gpg: Clarify a call of ask_for_detached_datafile.NIIBE Yutaka2022-02-251-1/+1
* Fix the previous commit.NIIBE Yutaka2022-02-231-1/+1
* gpg: Fix generating AEAD packet.NIIBE Yutaka2022-02-221-1/+1
* g10/mainproc: avoid extra hash contexts when decrypting MDC inputJussi Kivilinna2022-02-081-2/+8
* gpg: Fix for -Wformat when using uint64_t.NIIBE Yutaka2022-02-022-4/+5
* gpg,sm: Set --verbose and clear --quiet in debug mode.Werner Koch2022-02-011-0/+6
* gpg: Allow --dearmor to decode all kinds of armor files.Werner Koch2022-01-283-8/+34
* gpg: Print Yubikey version correctly.Werner Koch2022-01-183-2/+38
* gpg: Fix adding the list of ultimate trusted keys.NIIBE Yutaka2022-01-124-2/+48
* gpg: Report failed generation of subkey pair via status interfaceIngo Klöcker2022-01-111-1/+5
* gpg: Request keygrip of key to add via command interfaceIngo Klöcker2022-01-111-2/+2
* gpg: Correctly set the ownertrust for a new key.Werner Koch2021-12-201-3/+1
* gpg: Add unfinished code for --export-secret-ssh-key.Werner Koch2021-12-203-35/+449
* gpg: Allow passing a keygrip as description to pinentry.Werner Koch2021-12-202-15/+37
* gpg: Emit compatible Ed25519 signature.NIIBE Yutaka2021-12-103-1/+87
* gpg: Fix function prototype to match declaration.Jakub Jelen2021-11-241-3/+7
* gpg: Fix format_keyid.NIIBE Yutaka2021-11-241-5/+4
* gpg: Fix key conversion for SSH.NIIBE Yutaka2021-11-241-5/+6
* gpg: New option --forbid-gen-key.Werner Koch2021-11-221-9/+40
* 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-17/+72
* gpg: Don't use malloc for kek_params.NIIBE Yutaka2021-11-121-8/+5
* gpg: Avoid uninitialized revkey.fprlen.Jakub Jelen2021-11-121-0/+2
* gpg: Fix indentation of --print-mds and --print-md sha512.Werner Koch2021-11-041-4/+4
* gpg: Fix printing of binary notations.Werner Koch2021-10-221-2/+6
* gpg: New option --override-compliance-checkWerner Koch2021-10-133-12/+47
* gpg: Handle backsig for v5 signature.NIIBE Yutaka2021-09-291-6/+8
* gpg: Ed448 and X448 are only for v5 (for subkey).NIIBE Yutaka2021-09-291-1/+6
* gpg: Skip the packet when not used for AEAD.NIIBE Yutaka2021-09-281-0/+1
* gpg: Print a warning when importing a bad cv25519 secret key.Werner Koch2021-09-141-1/+17
* 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: Change default and max AEAD chunk size to 4 MiBWerner Koch2021-08-271-3/+3
* gpg: Report the status of NO_SECKEY for decryption.NIIBE Yutaka2021-08-241-2/+2
* gpg: Return SUCCESS/FAILURE status also for --card-edit/name.Werner Koch2021-08-191-3/+8
* gpg: Let --fetch-key return an exit code on failure.Werner Koch2021-06-252-4/+20
* gpg,sm: Simplify keyserver spec parsing.Werner Koch2021-06-164-276/+26
* gpg: Support KEYGRIP search with traditional keyring.NIIBE Yutaka2021-06-031-3/+13
* gpg: Ed448 and X448 are only for v5 for --full-gen-key.NIIBE Yutaka2021-05-271-1/+24
* gpg: Partial fix for Unicode problem in output files.Werner Koch2021-05-251-1/+1