aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Do not show an useless passphrase prompt in batch mode.Werner Koch2014-11-021-78/+4
* gpg: Remove superfluous check for Libgcrypt >= 1.4.0.Werner Koch2014-10-311-9/+0
* Add more signing keys.Werner Koch2014-10-311-0/+0
* kbx: Let keydb_search skip unwanted blobs.Werner Koch2014-10-311-1/+2
* gpg: Fix --rebuild-keydb-caches.Werner Koch2014-10-312-27/+39
* gpg: Fix testing for secret key availability.Werner Koch2014-10-311-1/+0
* gpg: Remove commented code.Werner Koch2014-10-311-143/+0
* gpg: Silence "packet with obsolete versoin" warnings.Werner Koch2014-10-191-1/+2
* gpg: Make card key generation work again.Werner Koch2014-10-194-5/+44
* gpg: Remove all support for v3 keys and always create v4-signatures.Werner Koch2014-10-1712-475/+198
* gpg: Remove extra RSA import status line.Werner Koch2014-10-131-8/+2
* gpg: Fix informative printing of user ids.Werner Koch2014-10-135-28/+103
* gpg: Allow importing keys with duplicated long key ids.Werner Koch2014-10-133-20/+38
* gpg: Minor change for better readability.Werner Koch2014-10-121-13/+3
* Use a unique capitalization for "Note:".Werner Koch2014-10-108-19/+19
* gpg: Add build and runtime support for larger RSA keysDaniel Kahn Gillmor2014-10-103-3/+25
* gpg: Skip overlong keys and a print a warning.Werner Koch2014-10-093-1/+14
* gpg: Sync keylist output and warning messages.Werner Koch2014-10-092-2/+11
* gpg: Take care to use pubring.kbx if it has ever been used.Werner Koch2014-10-091-21/+66
* gpg: Change wording of a migration error message.Werner Koch2014-10-091-2/+3
* Avoid unnecessary library linkageDaniel Kahn Gillmor2014-10-091-3/+3
* gpg: Avoid error exit if keygrip computations fails in a key listing.Werner Koch2014-10-081-1/+2
* gpg: Allow creating a cert-only primary key.Werner Koch2014-10-031-0/+7
* gpg: Check gpg-agent version before 2.1 migration.Andre Heinecke2014-10-033-0/+55
* Remove support for the GPG_AGENT_INFO envvar.Werner Koch2014-10-031-3/+0
* gpg: Fix regression removing SHA256.Werner Koch2014-10-021-4/+0
* gpg: Default to SHA-256 for all signature types on RSA keys.Werner Koch2014-09-272-2/+2
* gpg: Simplify command --gen-key and add --full-gen-key.Werner Koch2014-09-274-32/+86
* gpg: Add shortcut for setting key capabilities.Werner Koch2014-09-261-1/+17
* gpg: Do not always print dashes in obsolete_option.Werner Koch2014-09-252-19/+15
* gpg: Warn about (but don't fail) on scdaemon options in gpg.conf.Daniel Kahn Gillmor2014-09-253-0/+43
* gpg: Create default keyring with .kbx suffix.Werner Koch2014-09-221-11/+33
* gpg: --delete-secret-key - check that a secret key exists.Werner Koch2014-09-201-0/+9
* gpg: Make algorithm selection prompt for ECC more clear.Werner Koch2014-09-201-1/+1
* gpg: Silence a compiler warning.Werner Koch2014-09-181-5/+4
* gpg: Replace a hash algo test function.Werner Koch2014-09-181-18/+18
* gpg: Re-indent a function.Werner Koch2014-09-181-78/+89
* gpg: Print a warning if the subkey expiration may not be what you want.Werner Koch2014-09-171-0/+63
* gpg: Improve passphrase caching.Werner Koch2014-09-173-8/+10
* gpg: Use algorithm id 22 for EdDSA.Werner Koch2014-09-121-6/+2
* gpg: Stop early on bogus old style comment packets.Werner Koch2014-09-111-1/+3
* gpg: Fix memory leak in ECC encryption.Werner Koch2014-09-081-26/+29
* gpg: Fix export of ecc secret keys by adjusting check ordering.Kyle Butt2014-09-011-1/+5
* gpg: Do not show "MD5" and triplicated "RSA" in --version.Werner Koch2014-08-281-0/+11
* gpg: Remove CAST5 from the default prefs and order SHA-1 last.Werner Koch2014-08-261-11/+4
* gpg: Allow for positional parameters in the passphrase prompt.Werner Koch2014-08-261-23/+12
* gpg: Fix "can't handle public key algorithm" warning.Werner Koch2014-08-201-4/+21
* gpg: Install the current release signing pubkey.Werner Koch2014-08-182-1/+4
* agent: Return NO_SECKEY instead of ENONET for PKSIGN and others.Werner Koch2014-08-181-2/+2
* gpg: Change default cipher for --symmetric from CAST5 to AES-128.Werner Koch2014-08-182-3/+10