aboutsummaryrefslogtreecommitdiffstats
path: root/agent/minip12.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-02-19* protect-tool.c: New options --have-cert and --prompt.Werner Koch1-118/+441
(export_p12_file): Read a certificate from STDIN and pass it to p12_build. Detect a keygrip and construct the filename in that case. Unprotcet a key if needed. Print error messages for key formats we can't handle. (release_passphrase): New. (get_passphrase): New arg PROMPTNO. Return the allocated string. Changed all callers. * minip12.c: Revamped the build part. (p12_build): New args CERT and CERTLEN. * simple-pwquery.c (agent_open): Don't mangle INFOSTR. * export.c (export_p12, popen_protect_tool) (gpgsm_p12_export): New. * gpgsm.c (main): New command --export-secret-key-p12.
2004-02-13Removed debugging cruft.Werner Koch1-11/+11
2004-02-13(main): New options --no-fail-on-exist, --homedir.Werner Koch1-7/+0
(store_private_key): Use them here.
2004-02-12Include cmacros.am for common flags.Werner Koch1-38/+69
(libexec_PROGRAMS): Put gpg-protect-tool there.
2004-02-10* minip12.c (parse_bag_encrypted_data): Finished implementation.Werner Koch1-35/+164
(p12_parse): Add callback args. * protect-tool.c (import_p12_cert_cb): New. (import_p12_file): Use it.
2004-02-04Fixed a build bug (straw letter in sm/import.c) and updated the documentation.Werner Koch1-4/+59
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+1140
'GNUPG-1-9-BRANCH'.
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-1146/+0
'GNUPG-1-9-BRANCH'.
2002-06-28* protect-tool.c (export_p12_file): New.Werner Koch1-15/+356
(main): New command --p12-export. * minip12.c (create_final,p12_build,compute_tag_length): New. (store_tag_length): New.
2002-06-27* Makefile.am (pkglib_PROGRAMS): Put protect-tool there.Werner Koch1-1/+1
* findkey.c (agent_write_private_key,agent_key_from_file) (agent_key_available): Use GNUPG_PRIVATE_KEYS_DIR constant. * gpg-agent.c (main): Use GNUPG_DEFAULT_HOMEDIR constant. * protect-tool.c (store_private_key): New. (import_p12_file): Store the new file if requested. (main): New options --force and --store. * gpg-agent.c (main): Set a global flag when runing detached. * query.c (start_pinentry): Pass the list of FD to keep in the child when not running detached. * call-scd.c (start_scd): Ditto.
2002-06-25* protect-tool.c (rsa_key_check): New.NEWPG-0-3-8Werner Koch1-0/+805
(import_p12_file): New. (main): New command --p12-import. * minip12.c, minip12.h: New.