aikpub2: Removed aikpub2 tool

The aikpub2 tool has been replaced by pki --pub|--req --keyid hex ..
where keyid indicates the TPM 2.0 private key object handle. Thus
either the public key in PKCS#1 format can be extracted or a PKCS#10
certificate request signed by the TPM private key can be generated.
This commit is contained in:
Andreas Steffen
2017-03-06 19:35:05 +01:00
parent ab94f76df6
commit 4a620a97a0
5 changed files with 2 additions and 335 deletions
-4
View File
@@ -135,7 +135,3 @@ endif
if USE_AIKGEN
SUBDIRS += aikgen
endif
if USE_AIKPUB2
SUBDIRS += aikpub2
endif