summaryrefslogtreecommitdiffstats
path: root/sm/export.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sm: Ask for the password for password based decryption (pwri)Werner Koch2021-05-171-2/+2
* sm: Implement initial support for keyboxd.Werner Koch2020-09-101-2/+2
* sm: Add arg ctrl to keydb_new.Werner Koch2020-09-031-2/+2
* gpgsm: Replace all assert calls by log_assert.Werner Koch2020-07-081-1/+0
* sm: Add support to export ECC private keys.Werner Koch2020-04-271-33/+53
* Spelling cleanup.Daniel Kahn Gillmor2020-02-191-1/+1
* kbx: Unify the fingerprint search modes.Werner Koch2019-03-141-2/+0
* sm: Fix minor memory leak in --export-p12.Werner Koch2018-02-141-0/+1
* sm: Fix a wrong key parameter in an exported private key fileKatsuhiro Ueno2018-02-141-1/+1
* Remove -I option to common.NIIBE Yutaka2017-03-071-3/+3
* common: Rename remaining symbols in ksba-io-support.Werner Koch2017-02-161-9/+9
* common: Remove gpgsm dependencies from ksba-io-support.Werner Koch2017-02-161-2/+8
* gpg,sm: Add STATUS_ERROR keydb_search and keydb_add-resource.Werner Koch2016-11-101-3/+3
* sm: Remove unused arg SECRET from keydb functions.Werner Koch2016-11-101-3/+2
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* sm: small fix for GCC 6.NIIBE Yutaka2016-01-261-1/+1
* gpgsm: New commands --export-secret-key-{p8,raw}Werner Koch2014-06-031-21/+50
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-4/+4
* Fix regression in gpg's mail address parsing.Werner Koch2011-04-251-2/+2
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-37/+36
* Remove superfluous parameter.Werner Koch2010-11-261-3/+2
* Implement export of pkcs#12 objects using a direct agent connection.Werner Koch2010-06-211-241/+226
* Merged Dirmngr with GnuPG.Werner Koch2010-06-091-1/+2
* More changes for CE. gpgsm does now build and run a keylisting.Werner Koch2010-03-241-13/+11
* Removed almost al dup calls.Werner Koch2010-03-081-16/+7
* Replace use stdio by estream functions.Werner Koch2010-03-081-16/+15
* Unification of the search descriptor usage.Werner Koch2009-12-081-2/+2
* Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch2009-04-011-3/+9
* New gpg-agent command to list key information.Werner Koch2009-03-061-12/+10
* Try to start the agent before invoking the protect-tool.Werner Koch2008-10-231-2/+9
* Fix --output option used when with --export-secret-kety-p12.Werner Koch2008-05-201-1/+1
* [W32] Avoid extra console window when importing or exporting.Werner Koch2008-01-271-1/+1
* New command --check-programs for gpgconf.Werner Koch2007-08-291-1/+1
* Add new features to kbxutil.Werner Koch2007-08-231-4/+18
* Updated estream.Werner Koch2007-08-221-2/+3
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-141-1/+1
* Print passphrase encoding info only in PEM mode.Werner Koch2007-05-291-1/+1
* Allow setting of the passphrase encoding of pkcs#12 files.Werner Koch2007-03-201-0/+11
* Allow export to work on systems without funopen/fopencookie.Werner Koch2007-03-191-22/+64
* Fix for bug 537Werner Koch2006-10-021-2/+2
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-4/+4
* The big Assuan error code removal.Werner Koch2006-09-061-3/+3
* Updated FSF's address.Werner Koch2006-06-201-1/+2
* Bug fixes and ssh support for the BELPIC.Werner Koch2005-09-091-0/+1
* * exechelp.h, exechelp.c: New. Based on code from ../sm/import.c.Werner Koch2004-12-061-111/+20
* * minip12.c (parse_bag_encrypted_data): Print error if a badWerner Koch2004-09-291-4/+29
* * configure.ac: Require libksba 0.9.7.Werner Koch2004-06-061-1/+1
* * call-agent.c (gpgsm_agent_pksign, gpgsm_agent_pkdecrypt)Werner Koch2004-04-261-1/+1
* * misc.c (setup_pinentry_env): New.Werner Koch2004-04-131-0/+2