summaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent,dirmngr,gpg,scd: Clean up for modern compiler.NIIBE Yutaka2022-09-142-0/+3
* gpg,common,scd,sm: Function prototype fixes for modern compiler.NIIBE Yutaka2022-09-136-13/+13
* gpg: Support key flags for RENC, TIME, and GROUP.Werner Koch2022-09-076-3/+53
* common: New common option no-autostart.Werner Koch2022-08-221-0/+2
* gpg: Fix --card-status to handle lowercase APPTYPEsWerner Koch2022-08-161-6/+6
* gpg: Improve --edit-key setpref.Werner Koch2022-08-121-5/+17
* gpg: Emit an ERROR status if --quick-set-primary-uid failsIngo Klöcker2022-08-091-3/+9
* gpg: Look up user ID to mark as primary by UID hashIngo Klöcker2022-08-081-25/+22
* 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/+47
* gpg: For de-vs use SHA-256 instead of SHA-1 as implicit preference.Werner Koch2022-07-281-2/+10
* gpg,build: Fix message for newer gettext.NIIBE Yutaka2022-07-051-1/+3
* agent: Do not consider --min-passphrase-len for the magic wand.Werner Koch2022-06-271-1/+23
* g10: Fix garbled status messages in NOTATION_DATAWerner Koch2022-06-141-9/+4
* keygen: Fix reading AEAD preferenceJakub Jelen2022-06-141-1/+1
* Remove remaining support for WindowsCEWerner Koch2022-06-034-42/+1
* gpg: Setup the 'usage' filter property for export.Werner Koch2022-05-281-0/+6
* gpg: Look up user ID to revoke by UID hashIngo Klöcker2022-04-261-31/+87
* 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
* gpg: Fix line end in error messageIngo Klöcker2022-04-221-1/+1
* 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: Remove restrictions for the name part of a user-id.Werner Koch2022-04-081-7/+0
* gpg,tools: Remove use of repo only zlib-riscos.h.NIIBE Yutaka2022-03-291-10/+0
* gpg: Remove EAX from the preference list.Werner Koch2022-03-282-8/+1
* gpg: Always use version >= 4 to generate signature.NIIBE Yutaka2022-03-191-0/+9
* gpg: Print info about the used AEAD algorithm in the compliance msg.Werner Koch2022-03-183-5/+18
* gpg: Allow decryption of symencr even for non-compliant cipher.Werner Koch2022-03-185-18/+47
* sign: Construct valid AEAD packets.Jakub Jelen2022-03-091-1/+2
* gpg: New option --require-compliance.Werner Koch2022-03-084-6/+55
* 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