aboutsummaryrefslogtreecommitdiffstats
path: root/g10/export.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-08gpg: Support ECDSA keys with --export-ssh-key.Werner Koch1-0/+6
2016-01-08gpg: New command --export-ssh-keyWerner Koch1-1/+295
2015-12-17g10: factor out a function for secret key retrieval.NIIBE Yutaka1-70/+83
2015-12-03gpg: Take care of keydb_new returning NULL.Werner Koch1-0/+2
2015-11-17gpg: Change keydb_search to not return legacy keys.Neal H. Walfield1-4/+0
2015-11-14gpg: Use only one fingerprint formatting function.Werner Koch1-1/+1
2015-11-12gpg: Print a new EXPORTED status line.Werner Koch1-3/+28
2015-11-12gpg: Print export statistics to the status-fd.Werner Koch1-38/+117
2015-10-08gpg: Add option --print-dane-records.Werner Koch1-8/+9
2015-10-07gpg: Remove unfinished experimental code to export as S-expressions.Werner Koch1-174/+9
2015-08-21common: Don't assume on-disk layout matches in-memory layout.Neal H. Walfield1-1/+1
2015-06-19gpg: Fix export problem in case an old keyring has PGP-2 keys.Werner Koch1-1/+8
2014-12-01gpg: Fix export bug using exact search with only one key in the keybox.Werner Koch1-0/+2
2014-11-02gpg: Avoid extra pinentries for each subkey in --export-secret-keys.Werner Koch1-1/+5
2014-09-01gpg: Fix export of ecc secret keys by adjusting check ordering.Kyle Butt1-1/+5
2014-08-14gpg: Remove --compress-keys and --compress-sigs feature.Werner Koch1-2/+0
2014-06-30gpg: Create exported secret files and revocs with mode 700.Werner Koch1-1/+1
2014-06-20gpg: Make export of ECC keys work again.Werner Koch1-55/+96
2014-04-15gpg: Fix regression in secret key export.Werner Koch1-2/+8
2014-03-07Silence several warnings when building under Windows.Werner Koch1-1/+1
2014-01-30gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch1-1/+3
2013-11-15gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch1-1/+1
2013-01-08gpg: Remove a function wrapper.Werner Koch1-1/+1
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-1/+1
2011-12-02Avoid possible double free in export.c.Werner Koch1-1/+1
2011-08-10Fixed set but unused variable bugsWerner Koch1-13/+13
2011-04-29Re-indentation of keydb.c and error code changes.Werner Koch1-1/+1
2011-04-26Fixed regression in OpenPGP secret key export.Werner Koch1-4/+3
2011-04-25Fix regression in gpg's mail address parsing.Werner Koch1-1/+1
2011-03-08Require libgcrypt 1.5Werner Koch1-14/+3
2011-02-03Fix test for gcry_pk_get_curve.Werner Koch1-1/+1
2011-02-02Sample ECC keys and message do now work.Werner Koch1-35/+113
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch1-12/+10
2011-01-20All standard keyserver commands are now using dirmngr.Werner Koch1-0/+54
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov1-0/+12
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-153/+598
2010-09-06Removed more secret key related code.Werner Koch1-416/+421
2010-04-21More changes on the way to remove secring.gpg.Werner Koch1-1/+1
2010-04-20Generating an OpenPGP key cia gpg-agent basically works.Werner Koch1-1/+1
2009-12-08Unification of the search descriptor usage.Werner Koch1-2/+3
2009-09-30Some changes to suport g13.Werner Koch1-1/+1
2007-11-19Started to implement the audit log feature.Werner Koch1-1/+1
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2007-02-14 * export.c (do_export_stream): Allow reset-subkey-passwd alongWerner Koch1-1/+4
2006-12-06Fixes for CVE-2006-6235Werner Koch1-4/+5
2006-10-02Fix for bug 537Werner Koch1-9/+9
2006-04-19Continued with merging.Werner Koch1-1/+0
2006-04-19Merged with gpg 1.4.3 code. Werner Koch1-158/+367
2005-11-18* keyedit.c (keyedit_menu, menu_clean): Simplify clean options to justDavid Shaw1-27/+16
2005-11-10* options.h, import.c (parse_import_options, clean_sigs_from_all_uids,David Shaw1-1/+1