aboutsummaryrefslogtreecommitdiffstats
path: root/g10/export.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* g10: Fix memory leak.Justus Winter2016-06-301-0/+9
* gpg: Remove C-99ism, re-indent, and simplify one function.Werner Koch2016-06-111-45/+77
* g10: Export cleartext keys as cleartextDaniel Kahn Gillmor2016-06-111-2/+3
* g10: Allow receiving cleartext secret keys from agentDaniel Kahn Gillmor2016-06-111-3/+221
* g10: Add openpgp_protected flag to agent secret key export functionsDaniel Kahn Gillmor2016-06-111-1/+1
* g10: report whether key in agent is passphrase-protected or notDaniel Kahn Gillmor2016-06-111-1/+1
* g10: Fix typo in comment.Daniel Kahn Gillmor2016-05-231-1/+1
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-3/+2
* gpg: Support ECDSA keys with --export-ssh-key.Werner Koch2016-01-081-0/+6
* gpg: New command --export-ssh-keyWerner Koch2016-01-081-1/+295
* g10: factor out a function for secret key retrieval.NIIBE Yutaka2015-12-171-70/+83
* gpg: Take care of keydb_new returning NULL.Werner Koch2015-12-031-0/+2
* gpg: Change keydb_search to not return legacy keys.Neal H. Walfield2015-11-171-4/+0
* gpg: Use only one fingerprint formatting function.Werner Koch2015-11-141-1/+1
* gpg: Print a new EXPORTED status line.Werner Koch2015-11-121-3/+28
* gpg: Print export statistics to the status-fd.Werner Koch2015-11-121-38/+117
* gpg: Add option --print-dane-records.Werner Koch2015-10-081-8/+9
* gpg: Remove unfinished experimental code to export as S-expressions.Werner Koch2015-10-071-174/+9
* common: Don't assume on-disk layout matches in-memory layout.Neal H. Walfield2015-08-211-1/+1
* gpg: Fix export problem in case an old keyring has PGP-2 keys.Werner Koch2015-06-191-1/+8
* gpg: Fix export bug using exact search with only one key in the keybox.Werner Koch2014-12-011-0/+2
* gpg: Avoid extra pinentries for each subkey in --export-secret-keys.Werner Koch2014-11-021-1/+5
* gpg: Fix export of ecc secret keys by adjusting check ordering.Kyle Butt2014-09-011-1/+5
* gpg: Remove --compress-keys and --compress-sigs feature.Werner Koch2014-08-141-2/+0
* gpg: Create exported secret files and revocs with mode 700.Werner Koch2014-06-301-1/+1
* gpg: Make export of ECC keys work again.Werner Koch2014-06-201-55/+96
* gpg: Fix regression in secret key export.Werner Koch2014-04-151-2/+8
* Silence several warnings when building under Windows.Werner Koch2014-03-071-1/+1
* gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch2014-01-301-1/+3
* gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch2013-11-151-1/+1
* gpg: Remove a function wrapper.Werner Koch2013-01-081-1/+1
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-1/+1
* Avoid possible double free in export.c.Werner Koch2011-12-021-1/+1
* Fixed set but unused variable bugsWerner Koch2011-08-101-13/+13
* Re-indentation of keydb.c and error code changes.Werner Koch2011-04-291-1/+1
* Fixed regression in OpenPGP secret key export.Werner Koch2011-04-261-4/+3
* Fix regression in gpg's mail address parsing.Werner Koch2011-04-251-1/+1
* Require libgcrypt 1.5Werner Koch2011-03-081-14/+3
* Fix test for gcry_pk_get_curve.Werner Koch2011-02-031-1/+1
* Sample ECC keys and message do now work.Werner Koch2011-02-021-35/+113
* Merge branch 'master' into ECC-INTEGRATION-2-1Werner Koch2011-01-241-0/+54
|\
| * All standard keyserver commands are now using dirmngr.Werner Koch2011-01-201-0/+54
* | Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-211-12/+10
* | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-061-0/+12
|/
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-153/+598
* Removed more secret key related code.Werner Koch2010-09-061-416/+421
* More changes on the way to remove secring.gpg.Werner Koch2010-04-211-1/+1
* Generating an OpenPGP key cia gpg-agent basically works.Werner Koch2010-04-201-1/+1
* Unification of the search descriptor usage.Werner Koch2009-12-081-2/+3
* Some changes to suport g13.Werner Koch2009-09-301-1/+1