aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-07Allow disabling of card support.Werner Koch1-1/+7
2014-02-07gpg: List only available algos in --gen-key.Werner Koch1-0/+15
2014-02-07gpg: Change --print-mds to output enabled OpenPGP algos.Werner Koch1-15/+19
2014-02-07gpg: Avoid compiler warnings for disabled algos.Werner Koch1-1/+63
2014-02-05gpg: Change format for the key size in --list-key and --edit-key.Werner Koch9-48/+141
2014-01-31gpg: Add configure options to disable algorithmsWerner Koch1-20/+43
2014-01-31gpg: Improve --version algo info output.Werner Koch2-16/+67
2014-01-31gpg: Start using OpenPGP digest algo ids.Werner Koch3-30/+63
2014-01-31gpg: Use only OpenPGP cipher algo ids.Werner Koch3-33/+86
2014-01-30gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch17-227/+293
2014-01-29gpg: Remove cipher.h and put algo ids into a common file.Werner Koch23-128/+79
2014-01-29include: Remove this directory.Werner Koch3-0/+242
2014-01-29gpg: Add another card vendor id.Werner Koch1-0/+1
2014-01-15Add secp256k1.NIIBE Yutaka1-0/+1
2013-12-11gpg: Change --show-session-key to print the session key earlier.Werner Koch4-18/+46
2013-11-27gpg: Change armor Version header to emit only the major version.Werner Koch3-6/+25
2013-11-18Make use of the *_NAME etc macros.Werner Koch9-24/+26
2013-11-15kbx: Implement update operation for OpenPGP keyblocks.Werner Koch1-24/+44
2013-11-15Fix minor compiler warnings.Werner Koch3-2/+3
2013-11-15gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch12-127/+365
2013-10-04gpg: Limit the nesting level of I/O filters.Werner Koch1-30/+48
2013-10-02gpg: Fix bug with deeply nested compressed packets.Werner Koch1-9/+43
2013-08-30gpg: Use 2048 as the default keysize in batch mode.Werner Koch1-3/+3
2013-08-28gpg: Make decryption with the OpenPGP card work.Werner Koch3-8/+30
2013-08-02gpg: No need to create a trustdb when encrypting with --always-trust.Werner Koch1-7/+20
2013-05-22Implement unattended OpenPGP secret key import.Werner Koch3-4/+5
2013-05-07w32: Add icons and version information.Werner Koch2-3/+56
2013-04-22Fix potential heap corruption in "gpg -v --version".Werner Koch1-43/+40
2013-03-20Add code to allow for late memory cleanup.Werner Koch1-18/+41
2013-03-19gpg: Print indicator for unknown key capability.Werner Koch1-0/+3
2013-03-19gpg: Allow setting of all zero key flagsDaniel Kahn Gillmor1-3/+0
2013-03-19gpg: Distinguish between missing and cleared key flags.Werner Koch1-1/+7
2013-02-22Use has_leading_keyword in the assuan callbacks.Werner Koch2-9/+9
2013-02-22gpg: Fix a memory leak in batch key generationWerner Koch2-26/+40
2013-02-22gpg: Handle the agent's NEW_PASSPHRASE inquiry.Werner Koch1-2/+3
2013-02-22gpg: fix keytocard and support ECC card for key attribute.NIIBE Yutaka2-4/+10
2013-02-21gpg: Fix a memory leak in batch key generationWerner Koch2-26/+40
2013-02-21gpg: Handle the agent's NEW_PASSPHRASE inquiry.Werner Koch1-2/+3
2013-02-12gpg: Implement card_store_subkey again.NIIBE Yutaka3-147/+123
2013-02-07gpg: Add pinentry-mode feature.Werner Koch8-81/+279
2013-01-30gpg: Add status line PINENTRY_LAUNCHED.Werner Koch3-7/+42
2013-01-11gpg: Fix honoring --cert-digest-algo when recreating a certChristian Aistleitner1-0/+2
2013-01-08gpg: Cache keybox searches.Werner Koch2-6/+161
2013-01-08gpg: Remove a function wrapper.Werner Koch8-18/+18
2013-01-07gpg: Set the node flags while retrieving a keyblock.Werner Koch1-4/+29
2013-01-07New function log_clock.Werner Koch3-2/+14
2013-01-07gpg: Allow generation of more than 4096 keys in one run.Werner Koch1-6/+20
2012-12-28gpg: Add signature cache support to the keybox.Werner Koch1-13/+100
2012-12-28gpg: First working support for keyboxes.Werner Koch2-19/+175
2012-12-27gpg: First patches to support a keybox storage backend.Werner Koch5-77/+219