aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* g10/parse-packet.c: Replace literal with symbolic expression.Neal H. Walfield2015-08-201-3/+3
* Add documentation for g10/parse-packet.c.Neal H. Walfield2015-08-202-19/+223
* g10/packet.h: Remove unused argument from enum_sig_subpkt.Neal H. Walfield2015-08-202-8/+6
* g10/parse-packet.c:mpi_read: Detect EOF and correct boundary conditions.Neal H. Walfield2015-08-201-8/+21
* common/iobuf.h: Remove iobuf_open_fd_or_name.Neal H. Walfield2015-08-202-3/+6
* gpg: Avoid linking to LibksbaWerner Koch2015-08-171-8/+3
* Fix sending INQUIRE_MAXLEN for symmetric data.Ben Kibbey2015-08-161-0/+8
* Inform a user about inquire length limit.Ben Kibbey2015-08-151-0/+4
* Allow --gen-key to inquire a passphrase.Ben Kibbey2015-08-151-3/+12
* gpg: Allow gpgv to work with a trustedkeys.kbx file.Werner Koch2015-08-073-2/+22
* gpg: Remove duplicated printing of the curve name in "sub" lines.Werner Koch2015-08-061-12/+0
* gpg: Add commands "fpr *" and "grip" to --edit-key.Werner Koch2015-08-062-6/+71
* gpg: Adjust UID line indentation for common key algos.Werner Koch2015-08-062-3/+6
* Curve25519 support.NIIBE Yutaka2015-08-065-14/+36
* common: extend API of openpgp_oid_to_curve for canonical name.NIIBE Yutaka2015-08-064-6/+6
* gpg: Fix duplicate key import due to legacy key in keyring.Werner Koch2015-08-041-1/+8
* gpg: Properly handle legacy keys while looking for a secret key.Werner Koch2015-08-041-1/+8
* gpg: Fix endless loop for expired keys given by fpr.Werner Koch2015-07-311-0/+5
* gpg: Do not return "Legacy Key" from lookup if a key is expired.Werner Koch2015-07-291-1/+2
* gpg: Indicate secret keys and cards in a key-edit listing.Werner Koch2015-07-291-25/+77
* gpg: Remove the edit-key toggle command.Werner Koch2015-07-281-13/+2
* Replace GNUPG_GCC_A_ macros by GPGRT_ATTR_ macros.Werner Koch2015-07-261-1/+1
* scd: support any curves defined by libgcrypt.NIIBE Yutaka2015-07-253-13/+39
* scd: Format change to specify "rsa2048" for KEY-ATTR.NIIBE Yutaka2015-07-231-1/+1
* Don't segfault if the first 'auto-key-locate' option is 'clear'.Neal H. Walfield2015-07-161-0/+3
* g10: Use canonical name for curve.NIIBE Yutaka2015-07-084-7/+9
* Remove obsolete file g10/comment.c.Werner Koch2015-06-301-108/+0
* doc: Updated HACKING.Werner Koch2015-06-302-2/+2
* gpg: Make show-sig-subpackets work again.Werner Koch2015-06-301-1/+1
* agent: Prepare for Libassuan with Cygwin support.Werner Koch2015-06-291-1/+0
* Improve the description of old packets with an indeterminate length.Neal H. Walfield2015-06-291-1/+1
* gpg: Allow debug flag names for --debug.Werner Koch2015-06-221-45/+35
* gpg: Fix regression due to recent commit 6500f33Werner Koch2015-06-221-28/+59
* gpg: Print number of good signatures with --check-sigs.Werner Koch2015-06-201-7/+15
* gpg: Improve speed of --check-sigs and --lish-sigs.Werner Koch2015-06-203-0/+101
* gpg: Add more log_clock calls to keydb.cWerner Koch2015-06-191-0/+9
* gpg: Print available debug flags using "--debug-level help".Werner Koch2015-06-191-18/+44
* gpg: Fix export problem in case an old keyring has PGP-2 keys.Werner Koch2015-06-191-1/+8
* agent: Print a warning for obsolete options.Werner Koch2015-06-172-15/+0
* Don't prompt for the password multiple times in pinentry loopback mode.Neal H. Walfield2015-06-161-0/+7
* gpg: Replace -1 by GPG_ERR_NOT_FOUND in tdbio.cWerner Koch2015-06-044-66/+71
* gpg: Cleanup error code path in case of a bad trustdb.Werner Koch2015-06-041-26/+28
* gpg: Fix output in case of a corrupted trustdb.Werner Koch2015-06-044-13/+14
* gpg: Re-indent and improve documentation of g10/tdbio.cWerner Koch2015-06-042-965/+1267
* g10: Fix a race condition initially creating trustdb.NIIBE Yutaka2015-05-281-65/+56
* g10: Remove g10/signal.c.NIIBE Yutaka2015-05-273-211/+2
* g10: detects public key encryption packet error properly.NIIBE Yutaka2015-05-191-5/+3
* build: Make --disable-gpgsm work.Werner Koch2015-05-151-1/+4
* gpg: Avoid cluttering stdout with trustdb info in verbose mode.Werner Koch2015-05-081-1/+1
* gpg: Fix wrong output in list mode.Werner Koch2015-05-081-1/+1