aboutsummaryrefslogtreecommitdiffstats
path: root/agent/minip12.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid using the protect-tool to import pkcs#12.Werner Koch2010-06-171-36/+0
|
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Allow setting of the passphrase encoding of pkcs#12 files.Werner Koch2007-03-201-1/+2
| | | | New option --p12-charset.
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* * protect-tool.c: New options --have-cert and --prompt.Werner Koch2004-02-191-2/+3
| | | | | | | | | | | | | | | | | | | | (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.
* * minip12.c (parse_bag_encrypted_data): Finished implementation.Werner Koch2004-02-101-1/+3
| | | | | | | (p12_parse): Add callback args. * protect-tool.c (import_p12_cert_cb): New. (import_p12_file): Use it.
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-08-051-0/+33
| | | | 'GNUPG-1-9-BRANCH'.
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-32/+0
| | | | 'GNUPG-1-9-BRANCH'.
* * protect-tool.c (export_p12_file): New.Werner Koch2002-06-281-0/+2
| | | | | | | (main): New command --p12-export. * minip12.c (create_final,p12_build,compute_tag_length): New. (store_tag_length): New.
* * protect-tool.c (rsa_key_check): New.NEWPG-0-3-8Werner Koch2002-06-251-0/+30
(import_p12_file): New. (main): New command --p12-import. * minip12.c, minip12.h: New.