aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyid.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-20gpg: default to 3072-bit RSA keys.Daniel Kahn Gillmor1-2/+2
2018-12-05gpg: Improve error message about failed keygrip computation.Werner Koch1-1/+6
2017-12-13gpg: Return an error from hexfingerprint on malloc error.Werner Koch1-7/+11
2017-07-20gpg: Make function mk_datestr public.Werner Koch1-22/+18
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-2/+3
2017-03-07Remove -I option to common.NIIBE Yutaka1-3/+3
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-08-31gpg: Fix regression in gpgv's printing of the keyid.Werner Koch1-0/+2
2016-08-25common: Rename an odd named function.Werner Koch1-1/+1
2016-07-13gpg: Do not print a the short keyid if the high word is zero.Werner Koch1-10/+2
2016-06-06gpg: Use --keyid-format=none by default.Werner Koch1-2/+2
2016-06-06gpg: Add option --with-subkey-fingerprint.Werner Koch1-0/+3
2016-06-06gpg: Implement --keyid-format=none.Werner Koch1-4/+19
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-3/+2
2016-02-19gpg: Add accessor & utility functions for pk->keyid and pk->main_keyid.Neal H. Walfield1-0/+55
2016-02-14gpg: Fix format_keyid when dynamically allocating the buffer.Neal H. Walfield1-2/+5
2016-01-07gpg: Return an error code from keygrip_from_pk.Werner Koch1-1/+1
2016-01-06Fix keystrlen to work when OPT.KEYID_FORMAT is KF_DEFAULT.Daniel Kahn Gillmor1-2/+6
2015-11-17gpg: Add function format_keyid.Neal H. Walfield1-30/+46
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-11-14gpg: Use only one fingerprint formatting function.Werner Koch1-6/+69
2015-08-06Curve25519 support.NIIBE Yutaka1-3/+6
2015-08-06common: extend API of openpgp_oid_to_curve for canonical name.NIIBE Yutaka1-1/+1
2015-07-08g10: Use canonical name for curve.NIIBE Yutaka1-1/+1
2015-05-07gpg: Improve 'General key info' line of --card-status.Werner Koch1-1/+1
2015-02-19gpg: Fix segv due to NULL value stored as opaque MPI.Werner Koch1-7/+14
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-17/+12
2014-10-17gpg: Remove all support for v3 keys and always create v4-signatures.Werner Koch1-84/+12
2014-10-13gpg: Fix informative printing of user ids.Werner Koch1-1/+2
2014-10-08gpg: Avoid error exit if keygrip computations fails in a key listing.Werner Koch1-1/+2
2014-08-13gpg: Add list-option "show-usage".Werner Koch1-2/+2
2014-06-30gpg: Auto-create revocation certificates.Werner Koch1-0/+14
2014-06-02gpg: Avoid NULL-deref in default key listing.Werner Koch1-1/+9
2014-04-08g10: EdDSA support.NIIBE Yutaka1-1/+3
2014-02-05gpg: Change format for the key size in --list-key and --edit-key.Werner Koch1-2/+71
2014-01-30gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch1-0/+2
2011-03-03Minor code cleanups.Werner Koch1-1/+0
2011-02-02Sample ECC keys and message do now work.Werner Koch1-43/+54
2011-01-31Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch1-9/+12
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch1-17/+20
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov1-3/+23
2010-10-27Better support unsigned time_tWerner Koch1-6/+9
2010-10-20Make public key data structure easier to read.Werner Koch1-0/+4
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-5/+9
2010-09-06Removed more secret key related code.Werner Koch1-330/+122
2010-08-31Import OpenPGP keys into the agent.Werner Koch1-12/+55
2010-04-20Generating an OpenPGP key cia gpg-agent basically works.Werner Koch1-1/+88
2008-12-11Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt.Werner Koch1-7/+6
2008-06-11Made --fixed-list-mode obsolete.Werner Koch1-34/+25