aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyid.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-07gpg: Fix trustdb for v5key.NIIBE Yutaka1-0/+32
2020-08-07gpg: Fix short key ID for v5key.NIIBE Yutaka1-1/+4
2020-06-09gpg,ecc: Handle external representation as SOS with opaque MPI.NIIBE Yutaka1-3/+12
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-2/+2
2020-02-13gpg: New option --full-timestrings.Werner Koch1-2/+36
2020-02-09common: New function get_keyalgo_string.Werner Koch1-1/+4
2019-11-28gpg: Change the way v5 fingerprints are printed.Werner Koch1-13/+4
2019-04-12gpg: Cache a once computed fingerprint in PKT_public_key.Werner Koch1-72/+48
2019-04-03gpg: Print modern style key info for non-decryptable keys.Werner Koch1-1/+1
2019-03-14kbx: Unify the fingerprint search modes.Werner Koch1-22/+5
2019-03-14gpg: Implement v5 keys and v5 signatures.Werner Koch1-29/+71
2019-03-14kbx: Add support for 32 byte fingerprints.Werner Koch1-0/+26
2018-12-04gpg: Prepare revocation keys for use with v5 keys.Werner Koch1-4/+6
2018-11-30gpg: 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-11-27Use the gpgrt log functions if possible.Werner Koch1-1/+1
2017-09-27gpg: Prepare for a longer fingerprintWerner Koch1-2/+36
2017-09-27common: Add constant KEYGRIP_LEN.Werner Koch1-3/+3
2017-09-08gpg: default to 3072-bit RSA keys.Daniel Kahn Gillmor1-2/+2
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