aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* card: Display if KDF is enabled or not.NIIBE Yutaka2018-11-153-2/+12
* common: Prepare for parsing mail sub-addresses.Werner Koch2018-11-129-9/+10
* gpg: Fix format string in gpgcompose.cWerner Koch2018-11-111-1/+1
* g10/mainproc: avoid extra hash contexts when decrypting AEAD inputJussi Kivilinna2018-11-091-2/+21
* g10/armor: optimize radix64 to binary conversionJussi Kivilinna2018-11-081-25/+141
* g10/armor: optimize binary to radix64 conversionJussi Kivilinna2018-11-081-36/+126
* g10/armor: use libgcrypt's CRC24 implementationJussi Kivilinna2018-11-082-48/+51
* g10/armor: remove unused unarmor_pump codeJussi Kivilinna2018-11-082-223/+0
* g10/armor: fix eof checks in radix64_readJussi Kivilinna2018-11-081-3/+3
* g10/decrypt-data: use iobuf_read for higher performanceJussi Kivilinna2018-11-081-8/+19
* g10/decrypt-data: use fill_buffer in more placesJussi Kivilinna2018-11-081-77/+5
* gpgcompose: Fix --sk-esk.NIIBE Yutaka2018-11-081-3/+14
* g10: Fix log_debug formatting.NIIBE Yutaka2018-11-082-4/+4
* g10: Fix print_keygrip for smartcard.NIIBE Yutaka2018-11-061-1/+1
* all: fix more spelling errorsDaniel Kahn Gillmor2018-10-251-1/+1
* headers: fix spellingDaniel Kahn Gillmor2018-10-252-2/+2
* g10,scd: Improve UIF support.NIIBE Yutaka2018-10-253-0/+24
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-2420-30/+30
* gpg: Unfinished support for v5 signatures.Werner Koch2018-10-244-40/+54
* indent: Modernize g10/sign.cWerner Koch2018-10-241-791/+829
* gpg: Don't take the a TOFU trust model from the trustdb,Werner Koch2018-10-101-4/+25
* gpg: Fix extra check for sign usage of a data signature.Werner Koch2018-10-081-1/+2
* gpg: Make --skip-hidden-recipients work again.Werner Koch2018-10-081-0/+13
* gpg: Add new card vendorWerner Koch2018-10-041-0/+1
* gpg: New options import-drop-uids and export-drop-uids.Werner Koch2018-10-024-9/+84
* g10,scd: Support UIF changing command.NIIBE Yutaka2018-09-271-2/+33
* g10: Fix memory leak for --card-status.NIIBE Yutaka2018-09-181-4/+3
* g10: Fix another memory leak.NIIBE Yutaka2018-09-131-4/+3
* g10: Fix memory leak (more).NIIBE Yutaka2018-09-131-5/+9
* g10: Fix memory leak in enum_secret_keys.NIIBE Yutaka2018-09-131-2/+10
* dirmngr: Emit SOURCE status also on NO_DATA.Werner Koch2018-09-071-3/+10
* g10: Fix memory leak.NIIBE Yutaka2018-09-071-0/+2
* Fix use of strncpy, which is actually good to use memcpy.NIIBE Yutaka2018-09-061-1/+1
* gpg: Explain error message in key generation with --batchWerner Koch2018-08-291-1/+3
* gpg: Remove unused function get_pubkeys.Werner Koch2018-08-292-274/+4
* gpg: New option --known-notation.Werner Koch2018-08-293-7/+57
* gpg: Refresh expired keys originating from the WKD.Werner Koch2018-08-282-17/+99
* gpg: Remove unused arg from a function.Werner Koch2018-08-284-5/+5
* gpg: Prepare for longer card fingerprints.Werner Koch2018-08-274-76/+89
* g10: Fix enum_secret_keys for card keys.NIIBE Yutaka2018-08-271-3/+8
* g10: Prefer to available card keys for decryption.NIIBE Yutaka2018-08-271-9/+57
* g10: Move enum_secret_keys to skclist.c.NIIBE Yutaka2018-08-272-197/+198
* g10: Fix comment of enum_secret_keys.NIIBE Yutaka2018-08-271-2/+0
* g10: Enumerated keys for decryption should be unique.NIIBE Yutaka2018-08-272-2/+25
* g10: Change decryption key selection for public key encryption.NIIBE Yutaka2018-08-275-179/+155
* g10: Fix undefined behavior when EOF in parsing packet for S2K.NIIBE Yutaka2018-08-101-2/+2
* gpg: Set a limit for a WKD import of 256 KiB.Werner Koch2018-07-271-1/+9
* dirmngr: Print a WARNING status for DNS config problems.Werner Koch2018-07-251-0/+2
* gpg: Use 128 MiB as default AEAD chunk size.Werner Koch2018-07-241-3/+10
* gpg: Remove multiple subkey bindings during export-clean.Werner Koch2018-07-091-5/+84