]> git.ipfire.org Git - thirdparty/strongswan.git/commit
tpm2-loadpkcs12: Load private key from PKCS#12 to TPM 2.0 tpm-loadpkcs12
authorAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 1 Mar 2018 11:57:39 +0000 (12:57 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 9 Apr 2018 09:10:40 +0000 (11:10 +0200)
commit54cdf2cb28817a04419d9d10d4d6bdbdbfe993f0
tree0fc4734829cb3b41cd0ebb605f8bb22a2c1c0877
parent55cce124bf3195b9b3584e3ae5651aea12a3ef11
tpm2-loadpkcs12: Load private key from PKCS#12 to TPM 2.0

This command loads a password-protected PKCS#12 container,
extracts the private key, end entity and CA certificates
and stores the private key in non-volatile storage under
either the endorsement or owner hierarchy of a TPM 2.0.
configure.ac
src/Makefile.am
src/libtpmtss/tpm_tss.h
src/libtpmtss/tpm_tss_trousers.c
src/libtpmtss/tpm_tss_tss2.c
src/tpm_loadpkcs12/.gitignore [new file with mode: 0644]
src/tpm_loadpkcs12/Makefile.am [new file with mode: 0644]
src/tpm_loadpkcs12/tpm_loadpkcs12.c [new file with mode: 0644]