summaryrefslogtreecommitdiffstats
path: root/g10/keyid.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* gpg: Avoid error exit if keygrip computations fails in a key listing.Werner Koch2014-10-081-1/+2
* gpg: Add list-option "show-usage".Werner Koch2014-08-131-2/+2
* gpg: Auto-create revocation certificates.Werner Koch2014-06-301-0/+14
* gpg: Avoid NULL-deref in default key listing.Werner Koch2014-06-021-1/+9
* g10: EdDSA support.NIIBE Yutaka2014-04-081-1/+3
* gpg: Change format for the key size in --list-key and --edit-key.Werner Koch2014-02-051-2/+71
* gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch2014-01-301-0/+2
* Minor code cleanups.Werner Koch2011-03-031-1/+0
* Sample ECC keys and message do now work.Werner Koch2011-02-021-43/+54
* Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch2011-01-311-9/+12
* Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-211-17/+20
* Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-061-3/+23
* Better support unsigned time_tWerner Koch2010-10-271-6/+9
* Make public key data structure easier to read.Werner Koch2010-10-201-0/+4
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-5/+9
* Removed more secret key related code.Werner Koch2010-09-061-330/+122
* Import OpenPGP keys into the agent.Werner Koch2010-08-311-12/+55
* Generating an OpenPGP key cia gpg-agent basically works.Werner Koch2010-04-201-1/+88
* Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt.Werner Koch2008-12-111-7/+6
* Made --fixed-list-mode obsolete.Werner Koch2008-06-111-34/+25
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch2006-11-211-1/+2
* Fixed v3 keyids.Werner Koch2006-10-181-3/+5
* With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2006-08-161-0/+25
* Still making gpg2 work.Werner Koch2006-05-241-5/+1
* Merged with gpg 1.4.3 code. Werner Koch2006-04-191-235/+444
* Adjusted for use with current libgcrypt (1.1.42).Werner Koch2003-07-281-12/+14
* * keygen.c (generate_keypair): Create an AUTHKEYTYPE entry for cards.Werner Koch2003-07-231-1/+1
* * export.c (parse_export_options): New option sexp-format.Werner Koch2003-07-161-0/+1
* * app-openpgp.c (store_fpr): Fixed fingerprint calculation.Werner Koch2003-07-011-1/+29
* Fixes to the libgcrypt switch. Basically works now.Werner Koch2003-06-231-6/+4
* Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch2003-06-181-73/+135
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-06-051-0/+518
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-502/+0
* Update head to match stable 1.0David Shaw2002-06-291-249/+187