aboutsummaryrefslogtreecommitdiffstats
path: root/sm/minip12.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sm: Support import of PKCS#12 encoded ECC private keys.Werner Koch2020-04-211-1/+1
| | | | | | | | | | | | | * sm/minip12.c: Include ksba.h. (oid_pcPublicKey): New const. (parse_bag_data): Add arg 'r-curve'. Support parsing of ECC private keys. (p12_parse): Add arg 'r_curve'. * sm/import.c (parse_p12): Support ECC import. -- GnuPG-bug-id: 4921 Signed-off-by: Werner Koch <[email protected]>
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
| | | | --
* gpgsm: New commands --export-secret-key-{p8,raw}Werner Koch2014-06-031-0/+3
| | | | | | | | | * sm/gpgsm.c: Add new commands. * sm/minip12.c (build_key_sequence): Add arg mode. (p12_raw_build): New. * sm/export.c (export_p12): Add arg rawmode. Call p12_raw_build. (gpgsm_p12_export): Ditto. (print_short_info): Print the keygrip.
* Implement export of pkcs#12 objects using a direct agent connection.Werner Koch2010-06-211-1/+1
|
* Avoid using the protect-tool to import pkcs#12.Werner Koch2010-06-171-0/+36