summaryrefslogtreecommitdiffstats
path: root/g10/keyid.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Support key flags for RENC, TIME, and GROUP.Werner Koch2022-09-071-0/+7
* gpg: Fix format_keyid.NIIBE Yutaka2021-11-241-5/+4
* gpg: Fix compute_fingerprint for ECC with SOS.NIIBE Yutaka2021-03-121-1/+16
* gpg: Fix trustdb for v5key.NIIBE Yutaka2020-08-071-0/+32
* gpg: Fix short key ID for v5key.NIIBE Yutaka2020-08-071-1/+4
* gpg,ecc: Handle external representation as SOS with opaque MPI.NIIBE Yutaka2020-06-091-3/+12
* Spelling cleanup.Daniel Kahn Gillmor2020-02-191-2/+2
* gpg: New option --full-timestrings.Werner Koch2020-02-131-2/+36
* common: New function get_keyalgo_string.Werner Koch2020-02-091-1/+4
* gpg: Change the way v5 fingerprints are printed.Werner Koch2019-11-281-13/+4
* gpg: Cache a once computed fingerprint in PKT_public_key.Werner Koch2019-04-121-72/+48
* gpg: Print modern style key info for non-decryptable keys.Werner Koch2019-04-031-1/+1
* kbx: Unify the fingerprint search modes.Werner Koch2019-03-141-22/+5
* gpg: Implement v5 keys and v5 signatures.Werner Koch2019-03-141-29/+71
* kbx: Add support for 32 byte fingerprints.Werner Koch2019-03-141-0/+26
* gpg: Prepare revocation keys for use with v5 keys.Werner Koch2018-12-041-4/+6
* gpg: Improve error message about failed keygrip computation.Werner Koch2018-11-301-1/+6
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2017-12-181-7/+11
|\
| * gpg: Return an error from hexfingerprint on malloc error.Werner Koch2017-12-131-7/+11
* | Use the gpgrt log functions if possible.Werner Koch2017-11-271-1/+1
* | gpg: Prepare for a longer fingerprintWerner Koch2017-09-271-2/+36
* | common: Add constant KEYGRIP_LEN.Werner Koch2017-09-271-3/+3
* | gpg: default to 3072-bit RSA keys.Daniel Kahn Gillmor2017-09-081-2/+2
|/
* gpg: Make function mk_datestr public.Werner Koch2017-07-201-22/+18
* gpg: Pass CTRL to many more functions.Werner Koch2017-03-311-2/+3
* Remove -I option to common.NIIBE Yutaka2017-03-071-3/+3
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* gpg: Fix regression in gpgv's printing of the keyid.Werner Koch2016-08-311-0/+2
* common: Rename an odd named function.Werner Koch2016-08-251-1/+1
* gpg: Do not print a the short keyid if the high word is zero.Werner Koch2016-07-131-10/+2
* gpg: Use --keyid-format=none by default.Werner Koch2016-06-061-2/+2
* gpg: Add option --with-subkey-fingerprint.Werner Koch2016-06-061-0/+3
* gpg: Implement --keyid-format=none.Werner Koch2016-06-061-4/+19
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-3/+2
* gpg: Add accessor & utility functions for pk->keyid and pk->main_keyid.Neal H. Walfield2016-02-191-0/+55
* gpg: Fix format_keyid when dynamically allocating the buffer.Neal H. Walfield2016-02-141-2/+5
* gpg: Return an error code from keygrip_from_pk.Werner Koch2016-01-071-1/+1
* Fix keystrlen to work when OPT.KEYID_FORMAT is KF_DEFAULT.Daniel Kahn Gillmor2016-01-061-2/+6
* gpg: Add function format_keyid.Neal H. Walfield2015-11-171-30/+46
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* gpg: Use only one fingerprint formatting function.Werner Koch2015-11-141-6/+69
* Curve25519 support.NIIBE Yutaka2015-08-061-3/+6
* common: extend API of openpgp_oid_to_curve for canonical name.NIIBE Yutaka2015-08-061-1/+1
* g10: Use canonical name for curve.NIIBE Yutaka2015-07-081-1/+1
* gpg: Improve 'General key info' line of --card-status.Werner Koch2015-05-071-1/+1
* gpg: Fix segv due to NULL value stored as opaque MPI.Werner Koch2015-02-191-7/+14
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-111-17/+12
* gpg: Remove all support for v3 keys and always create v4-signatures.Werner Koch2014-10-171-84/+12
* gpg: Fix informative printing of user ids.Werner Koch2014-10-131-1/+2